jenkins-bot has submitted this change and it was merged. Change subject: Switch all github URLs to point to official wikimedia mirror. ......................................................................
Switch all github URLs to point to official wikimedia mirror. Change-Id: Ia9ad95ffd461010924f6784d3cbee0674c763bab --- M README.md M package.json 2 files changed, 7 insertions(+), 7 deletions(-) Approvals: Cscott: Looks good to me, approved jenkins-bot: Verified diff --git a/README.md b/README.md index c6ab8da..ae3efd5 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Licensed under GPLv2. -[1]: https://travis-ci.org/cscott/mw-bundler.png -[2]: https://travis-ci.org/cscott/mw-bundler -[3]: https://david-dm.org/cscott/mw-bundler.png -[4]: https://david-dm.org/cscott/mw-bundler -[5]: https://david-dm.org/cscott/mw-bundler/dev-status.png -[6]: https://david-dm.org/cscott/mw-bundler#info=devDependencies +[1]: https://travis-ci.org/wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator-bundler.png +[2]: https://travis-ci.org/wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator-bundler +[3]: https://david-dm.org/wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator-bundler.png +[4]: https://david-dm.org/wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator-bundler +[5]: https://david-dm.org/wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator-bundler/dev-status.png +[6]: https://david-dm.org/wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator-bundler#info=devDependencies diff --git a/package.json b/package.json index 51e6e43..4bc3b57 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "repository": { "type": "git", - "url": "https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Collection/OfflineContentGenerator/bundler.git" + "url": "wikimedia/mediawiki-extensions-Collection-OfflineContentGenerator-bundler" }, "keywords": [ "wikitext" -- To view, visit https://gerrit.wikimedia.org/r/98827 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia9ad95ffd461010924f6784d3cbee0674c763bab Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Collection/OfflineContentGenerator/bundler Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> Gerrit-Reviewer: Cscott <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
