From 4f92ff73d78d8865a891f38ced7cc4f7db75b031 Mon Sep 17 00:00:00 2001 From: u-dogFF <55744600+u-dogFF@users.noreply.github.com> Date: Mon, 11 May 2020 22:06:57 -0700 Subject: [PATCH] Fix Zookeeper link in documentation Fixes gh-238 Fixes gh-246 --- docs/src/main/asciidoc/sagan-index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/sagan-index.adoc b/docs/src/main/asciidoc/sagan-index.adoc index 72d3e264..08a4a58f 100644 --- a/docs/src/main/asciidoc/sagan-index.adoc +++ b/docs/src/main/asciidoc/sagan-index.adoc @@ -36,4 +36,4 @@ public class Application { } ``` -A local Zookeeper server must be running. See the http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html[Zookeeper documentation] on how to run a Zookeeper server. +A local Zookeeper server must be running. See the http://zookeeper.apache.org/[Zookeeper documentation] on how to run a Zookeeper server.