From b0192118dd729da4e5ed41b098a7e4e68688bfca Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 27 Aug 2015 14:44:10 -0700 Subject: [PATCH] doc: change tuning link in api.md from section to file --- Documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api.md b/Documentation/api.md index af252198f..c61a2b8de 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -82,7 +82,7 @@ X-Raft-Term: 1 - `X-Raft-Index` is similar to the etcd index but is for the underlying raft protocol - `X-Raft-Term` is an integer that will increase whenever an etcd master election happens in the cluster. If this number is increasing rapidly, you may need to tune the election timeout. See the [tuning][tuning] section for details. -[tuning]: #tuning +[tuning]: tuning.md ### Get the value of a key