update etcd documentation links

Add missing link to ectdv3.

Update etcd v2 link to the current v2 README, which highlights the pending
deprecation.
This commit is contained in:
James Bardin 2018-02-15 17:13:24 -05:00
parent b2dae9b06c
commit 5458ea9aff
2 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@ description: |-
**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

View File

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