From 4176fe768f1090204c65e8be6fd6f544c4a46ed8 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 3 May 2017 10:01:18 -0700 Subject: [PATCH] *: fix other broken links in markdown Signed-off-by: Gyu-Ho Lee --- README.md | 4 +--- etcdctl/README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8b4b7148..3544a74c8 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ That's it! etcd is now running and serving client requests. For more The [official etcd ports][iana-ports] are 2379 for client requests, and 2380 for peer communication. -[iana-ports]: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=etcd +[iana-ports]: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt ### Running a local etcd cluster @@ -136,5 +136,3 @@ See [reporting bugs](Documentation/reporting_bugs.md) for details about reportin ### License etcd is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details. - - diff --git a/etcdctl/README.md b/etcdctl/README.md index d990f9526..bfd22d3ac 100644 --- a/etcdctl/README.md +++ b/etcdctl/README.md @@ -949,7 +949,7 @@ RPC: RoleGrantPermission #### Ouptut -`Role updated`. +`Role updated`. #### Examples