From e8605f6f22c7cd16971fff417faea060e9b3093a Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Fri, 6 Oct 2023 05:23:27 +0000 Subject: [PATCH] Correct outdated Doxygen link (#110654) Pull Request resolved: https://github.com/pytorch/pytorch/pull/110654 Approved by: https://github.com/huydhn --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2175b410676..38ffa5977e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -514,7 +514,7 @@ For C++ documentation (https://pytorch.org/cppdocs), we use [Sphinx](http://www.sphinx-doc.org/) via [Breathe](https://github.com/michaeljones/breathe) and [Exhale](https://github.com/svenevs/exhale). Check the [Doxygen -reference](http://www.stack.nl/~dimitri/doxygen/manual/index.html) for more +reference](https://www.doxygen.nl/manual/) for more information on the documentation syntax. We run Doxygen in CI (Travis) to verify that you do not use invalid Doxygen