summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-11-26 21:02:02 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-11-26 21:02:02 +0900
commit9d9061497330afc1f0cbc612cd52a7358a8c76ac (patch)
tree95fc331119f22cbcf22183c26a37f65df87d4237 /README.md
parent301b48532d4a5510c9d4ffdc44eb2754fdd1a3d1 (diff)
README: use now.sh instead of bluemix.net for slackin
Seems that bluemix.net is unstable nowadays. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1324d73a..94bfcbac 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# GoBGP: BGP implementation in Go
[![Build Status](https://travis-ci.org/osrg/gobgp.svg?branch=master)](https://travis-ci.org/osrg/gobgp/builds)
-[![Slack Status](https://slackin-gobgp.mybluemix.net/badge.svg)](https://slackin-gobgp.mybluemix.net/)
+[![Slack Status](https://slackin-gobgp.now.sh/badge.svg)](https://slackin-gobgp.now.sh/)
GoBGP is an open source BGP implementation designed from scratch for
modern environment and implemented in a modern programming language,