Skip to content

Commit

Permalink
*: fix other broken links in markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed May 3, 2017
1 parent feb930e commit 4203320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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

Expand Down Expand Up @@ -133,5 +133,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.


2 changes: 1 addition & 1 deletion etcdctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ RPC: RoleGrantPermission

#### Ouptut

`Role <role name> updated`.
`Role <role name> updated`.

#### Examples

Expand Down

0 comments on commit 4203320

Please sign in to comment.