diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-05 22:15:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 22:15:50 (GMT) |
commit | de34e6c26eeb0dca1b1a6aa8bf26d21bb3fd644f (patch) | |
tree | 5133fc2a21893521cb99dc3ddf13434eb2f4e458 | |
parent | 8a90fba7fd58df65389c80e42d94aae2319a8bf4 (diff) | |
parent | 3dcde7848723c975a47c02bfb6d801b8b1f5e351 (diff) | |
download | Doxygen-de34e6c26eeb0dca1b1a6aa8bf26d21bb3fd644f.zip Doxygen-de34e6c26eeb0dca1b1a6aa8bf26d21bb3fd644f.tar.gz Doxygen-de34e6c26eeb0dca1b1a6aa8bf26d21bb3fd644f.tar.bz2 |
Merge pull request #6684 from albert-github/feature/bug_broken_links
Broken links in documentation
-rw-r--r-- | doc/commands.doc | 2 | ||||
-rw-r--r-- | doc/faq.doc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 3711e29..ec207f1 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -2216,7 +2216,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? |