mirror of https://github.com/zulip/zulip.git
docs: Re-add accidentally deleted link definitions in advanced setup.
In commit f6c78a35a4
we accidentally
deleted these link definitions, probably thinking that the end of the
markdown file would be the same as the end of the rendered doc. This
broke the links `[cloning your fork of the Zulip
repository][zulip-rtd-git-cloning]` and `[connecting the Zulip
upstream repository][zulip-rtd-git-connect]`.
This commit fixes things by adding back the definitions.
This commit is contained in:
parent
edf7c0fb5a
commit
87dd2a15c2
|
@ -303,3 +303,6 @@ submit a pull request, or you can ask for help in
|
||||||
[#development help](https://chat.zulip.org/#narrow/stream/49-development-help)
|
[#development help](https://chat.zulip.org/#narrow/stream/49-development-help)
|
||||||
on chat.zulip.org, and a core team member can help guide you through
|
on chat.zulip.org, and a core team member can help guide you through
|
||||||
adding support for the platform.
|
adding support for the platform.
|
||||||
|
|
||||||
|
[zulip-rtd-git-cloning]: ../git/cloning.html#step-1b-clone-to-your-machine
|
||||||
|
[zulip-rtd-git-connect]: ../git/cloning.html#step-1c-connect-your-fork-to-zulip-upstream
|
||||||
|
|
Loading…
Reference in New Issue