Addshore has submitted this change and it was merged. Change subject: Update urls in README from github -> phabricator ......................................................................
Update urls in README from github -> phabricator Bug: T111173 Change-Id: I370e3afb95e371b7c1667751519a1479bf5ad1df --- M README.md M package.json 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Addshore: Verified; Looks good to me, approved diff --git a/README.md b/README.md index 6dd5519..b1ac126 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Wikidata is using a build with Wikibase and its dependencies packaged into one git repo. -If you update the master branch of this repo it will likely be overwritten in the next 24 hours. To change things please see [here](https://github.com/wmde/WikidataBuildResources). +If you update the master branch of this repo it will likely be overwritten in the next 24 hours. To change things please instead make changes to wikidata/build-resources which is used for automated Wikidata builds. (see [here](https://phabricator.wikimedia.org/diffusion/WDBR/)). ## Installation @@ -90,4 +90,4 @@ ## Updating this README -This readme is located [here](https://github.com/wmde/WikidataBuildResources/blob/master/README.md). Any changes made to the README in the Wikidata build repo will be overwritten by this file daily. +This readme is located [here](https://phabricator.wikimedia.org/diffusion/WDBR/browse/master/README.md). Any changes made to the README in the Wikidata build repo will be overwritten by this file daily. diff --git a/package.json b/package.json index 43aebb1..d67613b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "repository": { "type": "git", - "url": "https://github.com/wmde/WikidataBuildResources.git" + "url": "https://gerrit.wikimedia.org/r/wikidata/build-resources" }, "devDependencies": { "grunt": "~0.4.5", -- To view, visit https://gerrit.wikimedia.org/r/267240 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I370e3afb95e371b7c1667751519a1479bf5ad1df Gerrit-PatchSet: 2 Gerrit-Project: wikidata/build-resources Gerrit-Branch: master Gerrit-Owner: Aude <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
