From 82a7d074aaeffb5e2fe781ca76c31ee9f48cc288 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 30 Oct 2018 14:53:42 -0400 Subject: [PATCH 1/4] Fix Travis CI README badge for org [ci skip] --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1872d15d..b21032f1 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ codecs for use in data storage and communication applications. .. image:: https://readthedocs.org/projects/numcodecs/badge/?version=latest :target: http://numcodecs.readthedocs.io/en/latest/?badge=latest -.. image:: https://travis-ci.org/alimanfoo/numcodecs.svg?branch=master - :target: https://travis-ci.org/alimanfoo/numcodecs +.. image:: https://travis-ci.org/zarr-developers/numcodecs.svg?branch=master + :target: https://travis-ci.org/zarr-developers/numcodecs .. image:: https://ci.appveyor.com/api/projects/status/r35av34952d9fcyn?svg=true :target: https://ci.appveyor.com/project/alimanfoo/numcodecs From adbd4b7afbd849abe30c34c271a19ebb831ec69e Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 30 Oct 2018 14:53:43 -0400 Subject: [PATCH 2/4] Update AppVeyor badge URL for org [ci skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b21032f1..539ff25c 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ codecs for use in data storage and communication applications. .. image:: https://travis-ci.org/zarr-developers/numcodecs.svg?branch=master :target: https://travis-ci.org/zarr-developers/numcodecs -.. image:: https://ci.appveyor.com/api/projects/status/r35av34952d9fcyn?svg=true +.. image:: https://ci.appveyor.com/api/projects/status/jhaaaxotvel24n9g?svg=true :target: https://ci.appveyor.com/project/alimanfoo/numcodecs .. image:: https://coveralls.io/repos/github/alimanfoo/numcodecs/badge.svg?branch=master From 8ac0cf997cc65771cdc581ac7f3a8b9d875f65d4 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 30 Oct 2018 14:53:44 -0400 Subject: [PATCH 3/4] Fix Coveralls README badge for org [ci skip] --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 539ff25c..247ffbc3 100644 --- a/README.rst +++ b/README.rst @@ -13,5 +13,5 @@ codecs for use in data storage and communication applications. .. image:: https://ci.appveyor.com/api/projects/status/jhaaaxotvel24n9g?svg=true :target: https://ci.appveyor.com/project/alimanfoo/numcodecs -.. image:: https://coveralls.io/repos/github/alimanfoo/numcodecs/badge.svg?branch=master - :target: https://coveralls.io/github/alimanfoo/numcodecs?branch=master +.. image:: https://coveralls.io/repos/github/zarr-developers/numcodecs/badge.svg?branch=master + :target: https://coveralls.io/github/zarr-developers/numcodecs?branch=master From 8285331b0a4df5fe6ee1b7bb4580a0cae51efebc Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 30 Oct 2018 14:54:00 -0400 Subject: [PATCH 4/4] Use AppVeyor org target URL [ci skip] This came about due to a recent change rolled out by AppVeyor at the beginning of this month. ref: https://www.appveyor.com/blog/ --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 247ffbc3..01a72e2e 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ codecs for use in data storage and communication applications. :target: https://travis-ci.org/zarr-developers/numcodecs .. image:: https://ci.appveyor.com/api/projects/status/jhaaaxotvel24n9g?svg=true - :target: https://ci.appveyor.com/project/alimanfoo/numcodecs + :target: https://ci.appveyor.com/project/zarr-developers/numcodecs .. image:: https://coveralls.io/repos/github/zarr-developers/numcodecs/badge.svg?branch=master :target: https://coveralls.io/github/zarr-developers/numcodecs?branch=master