From 87dd2a15c2110c5f4f63c2ac4ef5aad1b0c1aada Mon Sep 17 00:00:00 2001 From: YashRE42 <33805964+YashRE42@users.noreply.github.com> Date: Wed, 3 Nov 2021 04:20:41 +0530 Subject: [PATCH] docs: Re-add accidentally deleted link definitions in advanced setup. In commit f6c78a35a4d875cd2617dd9672472ffa2c44ac6a 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. --- docs/development/setup-advanced.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development/setup-advanced.md b/docs/development/setup-advanced.md index 0552fe2cad..be831ea171 100644 --- a/docs/development/setup-advanced.md +++ b/docs/development/setup-advanced.md @@ -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) on chat.zulip.org, and a core team member can help guide you through 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