Skip to content

Commit

Permalink
Update README to reference new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Feb 15, 2014
1 parent 96f1461 commit f9a9b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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).

0 comments on commit f9a9b09

Please sign in to comment.