From 03e02e8b912813c718081ee91c18d4e0162cdfda Mon Sep 17 00:00:00 2001 From: blurrah Date: Sat, 26 May 2018 16:26:59 +0200 Subject: [PATCH] Change all mentions of LabD urls to wagtail urls --- README.rst | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 1c2ba04..1a64431 100644 --- a/README.rst +++ b/README.rst @@ -3,11 +3,11 @@ .. image:: https://readthedocs.org/projects/wagtail-personalisation/badge/?version=latest :target: http://wagtail-personalisation.readthedocs.io/en/latest/?badge=latest -.. image:: https://travis-ci.org/LabD/wagtail-personalisation.svg?branch=master - :target: https://travis-ci.org/LabD/wagtail-personalisation +.. image:: https://travis-ci.org/wagtail/wagtail-personalisation.svg?branch=master + :target: https://travis-ci.org/wagtail/wagtail-personalisation -.. image:: http://codecov.io/github/LabD/wagtail-personalisation/coverage.svg?branch=master - :target: http://codecov.io/github/LabD/wagtail-personalisation?branch=master +.. image:: http://codecov.io/github/wagtail/wagtail-personalisation/coverage.svg?branch=master + :target: http://codecov.io/github/wagtail/wagtail-personalisation?branch=master .. image:: https://img.shields.io/pypi/v/wagtail-personalisation.svg :target: https://pypi.python.org/pypi/wagtail-personalisation/ diff --git a/package.json b/package.json index 3fc54ab..ed525c4 100644 --- a/package.json +++ b/package.json @@ -42,12 +42,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/LabD/wagtail-personalisation.git" + "url": "git+https://github.com/wagtail/wagtail-personalisation.git" }, "author": "Lab Digital", "license": "ISC", "bugs": { - "url": "https://github.com/LabD/wagtail-personalisation/issues" + "url": "https://github.com/wagtail/wagtail-personalisation/issues" }, - "homepage": "https://github.com/LabD/wagtail-personalisation#readme" + "homepage": "https://github.com/wagtail/wagtail-personalisation#readme" }