From 00a75bda3b60a118519a3661eda829b8466fa9b0 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 18 Dec 2018 16:48:50 -0800 Subject: [PATCH] docs: Fix a few broken link anchors. --- docs/development/overview.md | 2 +- docs/development/remote.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/overview.md b/docs/development/overview.md index 92374669a7..499a98ed2d 100644 --- a/docs/development/overview.md +++ b/docs/development/overview.md @@ -83,7 +83,7 @@ machine, take a look at our tips for [developing remotely][dev-remote]. [dev-remote]: remote.html -[install-direct]: ../development/setup-advanced.html#installing-directly-on-ubuntu-or-debian +[install-direct]: ../development/setup-advanced.html#installing-directly-on-ubuntu-debian-centos-or-fedora [install-docker]: ../development/setup-advanced.html#using-docker-experimental [install-generic]: ../development/setup-advanced.html#installing-manually-on-linux [install-vagrant]: ../development/setup-vagrant.html diff --git a/docs/development/remote.md b/docs/development/remote.md index fa2fa384f1..ffc577b69e 100644 --- a/docs/development/remote.md +++ b/docs/development/remote.md @@ -214,7 +214,7 @@ Next, read the following to learn more about developing for Zulip: * [Using the Development Environment][rtd-using-dev-env] * [Testing][rtd-testing] -[install-direct]: ../development/setup-advanced.html#installing-directly-on-ubuntu-or-debian +[install-direct]: ../development/setup-advanced.html#installing-directly-on-ubuntu-debian-centos-or-fedora [install-generic]: ../development/setup-advanced.html#installing-manually-on-linux [install-vagrant]: ../development/setup-vagrant.html [rtd-git-guide]: ../git/index.html