From f9a9b09ebfd7fb11737ac45e3bddbf907179e44f Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sat, 15 Feb 2014 09:13:26 -0800 Subject: [PATCH] Update README to reference new docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 633646e1f..0ebe5e391 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `confd` is a lightweight configuration management tool focused on: -* keeping local configuration files up-to-date by polling [etcd](https://github.com/coreos/etcd) and processing [template resources](https://github.com/kelseyhightower/confd/wiki/Template-Resources). +* keeping local configuration files up-to-date by polling [etcd](https://github.com/coreos/etcd) and processing [template resources](docs/template-resources.md). * reloading applications to pick up new config file changes ## Community @@ -15,7 +15,7 @@ ## Quick Start -Before we begin be sure to [download and install confd](https://github.com/kelseyhightower/confd/wiki/Installation). +Before we begin be sure to [download and install confd](docs/installation.md). ### Add keys to etcd @@ -100,4 +100,4 @@ database_user = rob ## Next steps -Checkout the [confd wiki](https://github.com/kelseyhightower/confd/wiki/_pages) for more docs and [usage examples](https://github.com/kelseyhightower/confd/wiki/Usage-Examples). +Checkout the [docs directory](docs) for more docs and [usage examples](docs/usage-examples.md).