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:
parent
b2dae9b06c
commit
5458ea9aff
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue