summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-12-16 13:53:08 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-12-16 13:53:08 (GMT)
commit3dcde7848723c975a47c02bfb6d801b8b1f5e351 (patch)
treedde1af13e71c6447cceefcea97868050aa1ce1ba /doc
parent43e67dce8c164df469e725deb94db582d9cfc69b (diff)
downloadDoxygen-3dcde7848723c975a47c02bfb6d801b8b1f5e351.zip
Doxygen-3dcde7848723c975a47c02bfb6d801b8b1f5e351.tar.gz
Doxygen-3dcde7848723c975a47c02bfb6d801b8b1f5e351.tar.bz2
Broken links in documentation
Fix broken links.
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc2
-rw-r--r--doc/faq.doc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index c582955..161c20e 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -2215,7 +2215,7 @@ Commands for displaying examples
Where the example file \c include_test.cpp looks as follows:
\include include_test.cpp
\htmlonly
- Click <a href="examples/include/html/example.html">here</a>
+ Click <a href="examples/include/html/pag_example.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
\latexonly
diff --git a/doc/faq.doc b/doc/faq.doc
index f48e109..88a1275 100644
--- a/doc/faq.doc
+++ b/doc/faq.doc
@@ -247,7 +247,7 @@ option \ref cfg_builtin_stl_support "BUILTIN_STL_SUPPORT" is turned on.
\section faq_search I have problems getting the search engine to work with PHP5 and/or windows
-Please read <a href="http://www.doxygen.org/searchengine.html">this</a> for hints on where to look.
+Please read <a href="searching.html">this</a> for hints on where to look.
\section faq_cmdline Can I configure doxygen from the command line?