From 7bd98a2a9d26c18ce16e1f8b294011ded862be57 Mon Sep 17 00:00:00 2001
From: Ben Cumming <bcumming@cscs.ch>
Date: Mon, 15 Oct 2018 11:42:49 +0200
Subject: [PATCH] update html links in README to point to new arbor-sim (#628)

fixes #627
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b6fc6ee..a4342231 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # Arbor Library
 
-[![Build Status](https://travis-ci.org/eth-cscs/arbor.svg?branch=master)](https://travis-ci.org/eth-cscs/arbor)
+[![Build Status](https://travis-ci.org/arbor-sim/arbor.svg?branch=master)](https://travis-ci.org/arbor-sim/arbor)
 
 Arbor is a library for implementing performance portable network simulations of multi-compartment neuron models.
 
 An installation guide and library documentation are available online at [Read the Docs](http://arbor.readthedocs.io/en/latest/).
 
-[Submit a ticket](https://github.com/eth-cscs/arbor) if you have any questions or want help.
+[Submit a ticket](https://github.com/arbor-sim/arbor) if you have any questions or want help.
-- 
GitLab