From 3d4917642b5def8a3f7578b027973f2a8cf04cd4 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 ba62b87bf55b..bbae4f1a3741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -202,6 +202,6 @@ matrix: 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 61e36afec4bc..fc23d364fbd0 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/.