From bf8ee5fb705843019f7bf6ba36e818a7f6f3f526 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 4 Feb 2022 14:03:00 +1300 Subject: [PATCH] Fix stale links to doxygen docs --- Doc/Devel/plan-gsoc-2012.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Devel/plan-gsoc-2012.txt b/Doc/Devel/plan-gsoc-2012.txt index ac764fb2a..06d64446d 100644 --- a/Doc/Devel/plan-gsoc-2012.txt +++ b/Doc/Devel/plan-gsoc-2012.txt @@ -45,7 +45,7 @@ Functionality ----------------- Note: - See 'http://www.stack.nl/~dimitri/doxygen/docblocks.html' for + See 'https://www.doxygen.nl/manual/docblocks.html' for the detailed description of Doxygen syntax and terms used in this section. @@ -72,7 +72,7 @@ Functionality ---- This section contains all doxygen tags taken from - http://www.stack.nl/~dimitri/doxygen/commands.html. If a tag is + https://www.doxygen.nl/manual/commands.html. If a tag is marked as 'ignored', then the tag is ignored, but the text is copied to the destination documentation. 'Not implemented' means that the tag with it's contents is stripped out of the output.