summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-03 20:21:37 (GMT)
committerGitHub <noreply@github.com>2020-12-03 20:21:37 (GMT)
commit199f0b534a9dba1e85fee061e6557bee750eeb82 (patch)
tree9905d0f310545ebb9b482c5a4d299ea7984d1a03 /src
parentf673a99a492397b3647ce07eb9537b8d1522a541 (diff)
parent1928b428c3948dfffcabf328d77692e6ba14ec5e (diff)
downloadDoxygen-199f0b534a9dba1e85fee061e6557bee750eeb82.zip
Doxygen-199f0b534a9dba1e85fee061e6557bee750eeb82.tar.gz
Doxygen-199f0b534a9dba1e85fee061e6557bee750eeb82.tar.bz2
Merge pull request #8222 from albert-github/feature/bug_docu_links
Incorrect link in doxygen documentation
Diffstat (limited to 'src')
-rw-r--r--src/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 38a18d8..0701924 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2463,7 +2463,7 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
<![CDATA[
When MathJax is enabled you can set the default output format to be used for
the MathJax output.
- See <a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
+ See <a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
for more details.
]]>
</docs>
@@ -2502,7 +2502,7 @@ MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
The \c MATHJAX_CODEFILE tag can be used to specify a file with javascript
pieces of code that will be used on startup of the MathJax code.
See
-<a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
+<a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
for more details.
]]>
</docs>