Merge pull request #17362 from hashicorp/jbardin/etcd
update etcd documentation links
This commit is contained in:
commit
162389b82b
|
@ -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