mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
docs: Update .html links to .md.
Sphinx/ReadTheDocs supports automatically translating links written as to `.md` files to point to the corresponding `.html` files, so this migration does not change the resulting HTML output in ReadTheDocs. But it does fix apparent broken links on GitHub. This doesn't prevent people from reading the documentation on GitHub (so doesn't mitigate the fact that some rtd-specific syntax does not render properly on GH), but it will prevent us from getting erroneous issues reported about the hyperlinks not working. Fixes: #11087.
This commit is contained in:
committed by
Tim Abbott
parent
6191b4d93a
commit
c87893feea
@@ -144,7 +144,7 @@ Some titles have been shortened for organizational purposes.
|
||||
|
||||
You may want to take a look first at our [Git and GitHub guide][].
|
||||
|
||||
[Git and GitHub guide]: ../git/index.html
|
||||
[Git and GitHub guide]: ../git/index.md
|
||||
|
||||
## Computer Science/Algorithms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user