Merge pull request #17362 from hashicorp/jbardin/etcd

update etcd documentation links
This commit is contained in:
James Bardin 2018-02-15 18:11:52 -05:00 committed by GitHub
commit 162389b82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@ description: |-
**Kind: Standard (with no locking)** **Kind: Standard (with no locking)**
Stores the state in [etcd](https://coreos.com/etcd/) at a given path. Stores the state in [etcd 2.x](https://coreos.com/etcd/docs/latest/v2/README.html) at a given path.
## Example Configuration ## Example Configuration

View File

@ -35,6 +35,9 @@
<li<%= sidebar_current("docs-backends-types-standard-etcd") %>> <li<%= sidebar_current("docs-backends-types-standard-etcd") %>>
<a href="/docs/backends/types/etcd.html">etcd</a> <a href="/docs/backends/types/etcd.html">etcd</a>
</li> </li>
<li<%= sidebar_current("docs-backends-types-standard-etcdv3") %>>
<a href="/docs/backends/types/etcdv3.html">etcd</a>
</li>
<li<%= sidebar_current("docs-backends-types-standard-gcs") %>> <li<%= sidebar_current("docs-backends-types-standard-gcs") %>>
<a href="/docs/backends/types/gcs.html">gcs</a> <a href="/docs/backends/types/gcs.html">gcs</a>
</li> </li>