Merge pull request #3770 from yichengq/link-etcdctl

docs/libraries-and-tools: update the link of etcdctl
This commit is contained in:
Jonathan Boulle 2015-10-28 14:07:33 -07:00
commit de99c9ed58

View File

@ -2,7 +2,7 @@
**Tools**
- [etcdctl](https://github.com/coreos/etcdctl) - A command line client for etcd
- [etcdctl](https://github.com/coreos/etcd/tree/master/etcdctl) - A command line client for etcd
- [etcd-backup](https://github.com/fanhattan/etcd-backup) - A powerful command line utility for dumping/restoring etcd - Supports v2
- [etcd-dump](https://npmjs.org/package/etcd-dump) - Command line utility for dumping/restoring etcd.
- [etcd-fs](https://github.com/xetorthio/etcd-fs) - FUSE filesystem for etcd