summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-02-17 10:09:48 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-02-17 10:09:48 (GMT)
commit7d828386b5658caef5d3086a71b0a42bbfdfa40c (patch)
tree91bd4c940223793a7f3d18ebd7db64944a8460b3 /doc
parenta136cfef5489af08ada5ed8c928a5876133b9f3e (diff)
downloadDoxygen-7d828386b5658caef5d3086a71b0a42bbfdfa40c.zip
Doxygen-7d828386b5658caef5d3086a71b0a42bbfdfa40c.tar.gz
Doxygen-7d828386b5658caef5d3086a71b0a42bbfdfa40c.tar.bz2
Correct documentation redirection link
The link to the C#-standard has changed, it is redirected to the new place. The new place is now used in the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/xmlcmds.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xmlcmds.doc b/doc/xmlcmds.doc
index 3a58301..6cb78bd 100644
--- a/doc/xmlcmds.doc
+++ b/doc/xmlcmds.doc
@@ -18,7 +18,7 @@
Doxygen supports most of the XML commands that are typically used in C#
code comments. The XML tags are defined in Appendix D of the
-<a href="http://www.ecma-international.org/publications/standards/Ecma-334.htm">ECMA-334</a>
+<a href="https://www.ecma-international.org/publications-and-standards/standards/ecma-334/">ECMA-334</a>
standard, which defines the C# language. Unfortunately, the specification is
not very precise and a number of the examples given are of poor quality.