From a6fd94879ad11f3024ab499e7d67f7c8752ce545 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 20 Jan 2017 05:12:29 -0800 Subject: [PATCH] Fix README Badges (#130) They were still pointing to JuliaLang instead of JuliaInterop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85edd82..1f81693 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # A Julia interface to ZeroMQ -[![Build Status](https://api.travis-ci.org/JuliaLang/ZMQ.jl.svg)](https://travis-ci.org/JuliaLang/ZMQ.jl) +[![Build Status](https://api.travis-ci.org/JuliaInterop/ZMQ.jl.svg)](https://travis-ci.org/JuliaInterop/ZMQ.jl) [![Build status](https://ci.appveyor.com/api/projects/status/laybx903pd12j2ik/branch/master?svg=true)](https://ci.appveyor.com/project/tkelman/zmq-jl/branch/master) **ZMQ.jl** is a [Julia] (http://julialang.org) interface to [ZeroMQ, The Intelligent Transport Layer] (http://zeromq.org).