]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix doxygen link
authorRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 14:14:19 +0000 (14:14 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 14:14:19 +0000 (14:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933427 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/documenting.xml

index 77631189d3bf0ac7014e55c3e0d984f76213a750..beb039b90ec3a0d600fbcd0b5c7f44bf07d5fc4c 100644 (file)
@@ -26,7 +26,7 @@
 <title>Documenting code in Apache 2.4</title>
 
 <summary>
-    <p>Apache 2.4 uses <a href="http://www.doxygen.org/">Doxygen</a> to
+    <p>Apache 2.4 uses <a href="https://www.doxygen.nl/">Doxygen</a> to
     document the APIs and global variables in the code. This will explain
     the basics of how to document using Doxygen.</p>
 </summary>
@@ -78,7 +78,7 @@
     {Name_of_library_header}.html, so try to be concise with your names.</p>
 
     <p>For a further discussion of the possibilities please refer to
-    <a href="http://www.doxygen.org/">the Doxygen site</a>.</p>
+    <a href="https://www.doxygen.nl/">the Doxygen site</a>.</p>
 </section>
 </manualpage>