diff --git a/Documentation/0.5/api.md b/Documentation/0.5/api.md index bd3763294..550e92489 100644 --- a/Documentation/0.5/api.md +++ b/Documentation/0.5/api.md @@ -1005,6 +1005,6 @@ curl http://127.0.0.1:2379/v2/stats/store ## Cluster Config -See the [admin API guide][admin-api] for details on the cluster management APIs. +See the [other etcd APIs][other-apis] for details on the cluster management. -[admin-api]: https://github.com/coreos/etcd/blob/master/Documentation/0.5/admin_api.md +[other-apis]: https://github.com/coreos/etcd/blob/master/Documentation/0.5/other_apis.md diff --git a/Documentation/0.5/admin_api.md b/Documentation/0.5/other_apis.md similarity index 100% rename from Documentation/0.5/admin_api.md rename to Documentation/0.5/other_apis.md