diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-06 21:32:48 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-06 21:32:48 +0900 |
commit | df48094cb0f9389ca6a0cf15801fcf64c9ea49ea (patch) | |
tree | 86057bcc81219f75b64f954a133651e255aaf255 /README.md | |
parent | 3296c9f978804fe15210267fb56a9ac9b0eb5104 (diff) |
docs: fix a broken link in README
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -15,18 +15,18 @@ $ go get github.com/osrg/gobgp/gobgpd $ go get github.com/osrg/gobgp/gobgp ``` -No dependency hell (library, package, etc) thanks to Go. Now ready to [configure](http://osrg.github.io/gobgp/get-started/). - -## Contributing to GoBGP - -Awesome! Create a pull request. No CLA, board members, governance, or -other mess. +No dependency hell (library, package, etc) thanks to Go. ## Documentation ### Using GoBGP * [Getting Started](https://github.com/osrg/gobgp/blob/master/docs/sources/getting-started.md) +## Contributing to GoBGP + +Awesome! Create a pull request. No CLA, board members, governance, or +other mess. + ## Licensing GoBGP is licensed under the Apache License, Version 2.0. See |