Repository: incubator-distributedlog Updated Branches: refs/heads/master 5d5fa3188 -> c2546a9c1
DL-56: Fix broken links in quickstart page Author: Khurrum Nasim <[email protected]> Reviewers: Sijie Guo <[email protected]> Closes #40 from khurrumnasimm/kn/fix_broken_page Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/c2546a9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/c2546a9c Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/c2546a9c Branch: refs/heads/master Commit: c2546a9c1c4cc57c318ecca5d912fc266243194b Parents: 5d5fa31 Author: Khurrum Nasim <[email protected]> Authored: Sat Oct 22 09:03:23 2016 -0700 Committer: Sijie Guo <[email protected]> Committed: Sat Oct 22 09:03:23 2016 -0700 ---------------------------------------------------------------------- docs/start/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/c2546a9c/docs/start/quickstart.rst ---------------------------------------------------------------------- diff --git a/docs/start/quickstart.rst b/docs/start/quickstart.rst index ce52ac1..72ca0eb 100644 --- a/docs/start/quickstart.rst +++ b/docs/start/quickstart.rst @@ -15,14 +15,14 @@ This tutorial assumes you are starting from fresh and have no existing BookKeepe If you already have an existing BookKeeper or ZooKeeper cluster, you can checkout the deploy_ section for more details on how to deploy a production cluster. -.. _deploy: ../operations/deployment +.. _deploy: ../deployment/cluster Step 1: Download the binary ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Download_ the stable version of `DistributedLog` and un-zip it. -.. _Download: ../download +.. _Download: ./download ::
