From e7527ebb458a0d18d99cb3efff19cfea7e07bf10 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 3 Jan 2014 14:39:23 -0800 Subject: [PATCH] fix(README): link to the configuration file too --- Documentation/{external-documentation.md => configuration.md} | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) rename Documentation/{external-documentation.md => configuration.md} (99%) diff --git a/Documentation/external-documentation.md b/Documentation/configuration.md similarity index 99% rename from Documentation/external-documentation.md rename to Documentation/configuration.md index e48140ce8..c6484222b 100644 --- a/Documentation/external-documentation.md +++ b/Documentation/configuration.md @@ -96,7 +96,6 @@ key_file = "" * `ETCD_SNAPSHOT` * `ETCD_VERBOSE` * `ETCD_VERY_VERBOSE` - * `ETCD_WEB_URL` * `ETCD_PEER_ADDR` * `ETCD_PEER_BIND_ADDR` * `ETCD_PEER_CA_FILE` diff --git a/README.md b/README.md index 414a03e3c..46e224f25 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ You have successfully started an etcd on a single machine and written a key to t - Explore the full [API][api.md]. - Setup a [multi-machine cluster][clustering.md]. +- Learn the [config format, env variables and flags][configuration.md]. - Find [language bindings and tools][libraries-and-tools.md]. - Learn about the dashboard, lock and leader election [modules][modules.md]. - Use TLS to [secure an etcd cluster][security.md]. @@ -85,6 +86,7 @@ You have successfully started an etcd on a single machine and written a key to t [api.md]: https://github.com/coreos/etcd/blob/master/Documentation/api.md [clustering.md]: https://github.com/coreos/etcd/blob/master/Documentation/clustering.md +[configuration.md]: https://github.com/coreos/etcd/blob/master/Documentation/configuration.md [libraries-and-tools.md]: https://github.com/coreos/etcd/blob/master/Documentation/libraries-and-tools.md [modules.md]: https://github.com/coreos/etcd/blob/master/Documentation/modules.md [security.md]: https://github.com/coreos/etcd/blob/master/Documentation/security.md