diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-04 23:07:25 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-04 23:07:25 +0900 |
commit | 7f95cdc871e21d194ebfaf9c10d0596f17ff2971 (patch) | |
tree | af9acfdd92bbc9db14e0200b157de58c116afafe /README.md | |
parent | a45237c202aedb1a0cbe16d162024fb855e8eb1a (diff) |
doc: fix README formatting
[skip ci]
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,8 +20,8 @@ $ go get github.com/osrg/gobgp/... ### Using GoBGP * [Getting Started](https://github.com/osrg/gobgp/blob/master/docs/sources/getting-started.md) * CLI - * [Typical operation examples](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-operations.md) - * [Complete syntax](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-command-syntax.md) + * [Typical operation examples](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-operations.md) + * [Complete syntax](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-command-syntax.md) * [Route Server](https://github.com/osrg/gobgp/blob/master/docs/sources/route-server.md) * [Route Reflector](https://github.com/osrg/gobgp/blob/master/docs/sources/route-reflector.md) * [Policy](https://github.com/osrg/gobgp/blob/master/docs/sources/policy.md) @@ -31,11 +31,11 @@ $ go get github.com/osrg/gobgp/... * [EVPN](https://github.com/osrg/gobgp/blob/master/docs/sources/evpn.md) * [Flowspec](https://github.com/osrg/gobgp/blob/master/docs/sources/flowspec.md) * [RPKI](https://github.com/osrg/gobgp/blob/master/docs/sources/rpki.md) - * [Managing GoBGP with your favorite language](https://github.com/osrg/gobgp/blob/master/docs/sources/grpc-client.md) + * [Managing GoBGP with your favorite language with GRPC](https://github.com/osrg/gobgp/blob/master/docs/sources/grpc-client.md) * [Using GoBGP as a Go Native BGP library](https://github.com/osrg/gobgp/blob/master/docs/sources/lib.md) * [Graceful Restart](https://github.com/osrg/gobgp/blob/master/docs/sources/graceful-restart.md) * Data Center Networking - * [Unnumbered BGP](https://github.com/osrg/gobgp/blob/master/docs/sources/unnumbered-bgp.md) + * [Unnumbered BGP](https://github.com/osrg/gobgp/blob/master/docs/sources/unnumbered-bgp.md) ### Externals * [Tutorial: Using GoBGP as an IXP connecting router](http://www.slideshare.net/shusugimoto1986/tutorial-using-gobgp-as-an-ixp-connecting-router) |