summaryrefslogtreecommitdiffstats
path: root/doc/markdown.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2017-06-04 10:52:50 (GMT)
committeralbert-github <albert.tests@gmail.com>2017-06-04 10:52:50 (GMT)
commit31cf78d223e52fe078ad9b0651672aeb73926065 (patch)
treedcdec5668323e779b92a9e0adfb91c88c25f1f65 /doc/markdown.doc
parent9b7b33994f6443c26146837ba13dff94e5eba998 (diff)
downloadDoxygen-31cf78d223e52fe078ad9b0651672aeb73926065.zip
Doxygen-31cf78d223e52fe078ad9b0651672aeb73926065.tar.gz
Doxygen-31cf78d223e52fe078ad9b0651672aeb73926065.tar.bz2
Correction of non reachable links and redirected links in documentation.
The W3C link checker reported a number of problems regarding non reachable links and permanent redirects. Most of these problems have been fixed with this patch
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r--doc/markdown.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index 300d7fc..737df71 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -41,9 +41,9 @@ the extensions that doxygen supports.
Finally section \ref markdown_dox discusses some specifics for doxygen's
implementation of the Markdown standard.
-[markdown]: http://daringfireball.net/projects/markdown
-[mdextra]: http://michelf.com/projects/php-markdown/extra/
-[github]: http://github.github.com/github-flavored-markdown/
+[markdown]: http://daringfireball.net/projects/markdown/
+[mdextra]: https://michelf.ca/projects/php-markdown/extra/
+[github]: https://github.github.com/github-flavored-markdown/
\section markdown_std Standard Markdown
@@ -303,7 +303,7 @@ Note that using `[TOC]` is the same as using a
\subsection md_tables Tables
Of the features defined by "Markdown Extra" is support for
-<a href="http://michelf.com/projects/php-markdown/extra/#table">simple tables</a>:
+<a href="https://michelf.ca/projects/php-markdown/extra/#table">simple tables</a>:
A table consists of a header line, a separator line, and at least one
row line. Table columns are separated by the pipe (|) character.
@@ -376,7 +376,7 @@ For more complex tables in doxygen please have a look at: \ref tables
\subsection md_fenced Fenced Code Blocks
Another feature defined by "Markdown Extra" is support for
-<a href="http://michelf.com/projects/php-markdown/extra/#fenced-code-blocks">
+<a href="https://michelf.ca/projects/php-markdown/extra/#fenced-code-blocks">
fenced code blocks</a>:
A fenced code block does not require indentation, and is