Esanders has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/391584 )
Change subject: Replace diffusion urls with git.wikimedia.org. ...................................................................... Replace diffusion urls with git.wikimedia.org. Change-Id: I20ac4cef8bc7a21ca16c87d2e8b9dc2aa7e4959b --- M README.md M package.json M tools/strongDir.js.html M tools/strongDir.php.html 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/unicodejs refs/changes/84/391584/1 diff --git a/README.md b/README.md index 92f4706..e729568 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm install unicodejs </pre> -Or clone the repo, `git clone https://phabricator.wikimedia.org/diffusion/GUJS/unicodejs.git`. +Or clone the repo, `git clone https://git.wikimedia.org/git/unicodejs.git`. Versioning ---------- diff --git a/package.json b/package.json index 5cdbdbe..4334df4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "homepage": "https://www.mediawiki.org/wiki/UnicodeJS", "repository": { "type": "git", - "url": "https://phabricator.wikimedia.org/diffusion/GUJS/unicodejs.git" + "url": "https://git.wikimedia.org/git/unicodejs.git" }, "license": "MIT", "scripts": { diff --git a/tools/strongDir.js.html b/tools/strongDir.js.html index b2c0d2f..d44cc4b 100644 --- a/tools/strongDir.js.html +++ b/tools/strongDir.js.html @@ -9,7 +9,7 @@ * Does not match if there is no strong directionality codepoint. * * Generated by UnicodeJS (see tools/strongDir) from the UCD; see - * https://phabricator.wikimedia.org/diffusion/GUJS . + * https://git.wikimedia.org/summary/unicodejs.git . */ strongDirRegExp = new RegExp( '(?:' + diff --git a/tools/strongDir.php.html b/tools/strongDir.php.html index d64defa..4ca160c 100644 --- a/tools/strongDir.php.html +++ b/tools/strongDir.php.html @@ -11,7 +11,7 @@ * The form is (?:([strong LTR codepoint])|([strong rtl codepoint])) . * * Generated by UnicodeJS (see tools/strongDir) from the UCD; see - * https://phabricator.wikimedia.org/diffusion/GUJS . + * https://git.wikimedia.org/summary/unicodejs.git . */ static private $strongDirRegex = '/(?:(<span id='L'></span>)|(<span id='R_AL'></span>))/u'; </pre> -- To view, visit https://gerrit.wikimedia.org/r/391584 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I20ac4cef8bc7a21ca16c87d2e8b9dc2aa7e4959b Gerrit-PatchSet: 1 Gerrit-Project: unicodejs Gerrit-Branch: master Gerrit-Owner: Esanders <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
