From f1529448ceb14bc7f16d4e17bd58ab1a8e5a4e9a Mon Sep 17 00:00:00 2001 From: Yute Lin Date: Tue, 11 Apr 2017 11:14:35 +0800 Subject: [PATCH] travis: update travis notification url --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 703ed0cb1d8c..7891cc73e411 100644 --- a/.travis.yml +++ b/.travis.yml @@ -179,6 +179,6 @@ script: notifications: webhooks: urls: - - https://webhooks.gitter.im/e/e09ccdce1048c5e03445 + - https://webhooks.gitter.im/e/a513fc5759b168761b82 on_success: change on_failure: always diff --git a/README.md b/README.md index 76ee1b111ab9..ee4d1aebc0b3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Official golang implementation of the Ethereum protocol. [![API Reference]( https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667 )](https://godoc.org/github.com/ethereum/go-ethereum) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/amisbft/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Automated builds are available for stable releases and the unstable master branch. Binary archives are published at https://geth.ethereum.org/downloads/.