jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/388119 )
Change subject: Update view/lib/wikibase-data-model submodule URL ...................................................................... Update view/lib/wikibase-data-model submodule URL The current URL gives me a warning when doing git submodule update: warning: redirecting to https://github.com/wmde/WikibaseDataModelJavaScript.git/ Change-Id: Idca1e7406665d4faf388317536232fb2ce3b56df --- M .gitmodules 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/.gitmodules b/.gitmodules index d559f1e..012bb96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = https://github.com/wmde/DataValuesJavaScript.git [submodule "view/lib/wikibase-data-model"] path = view/lib/wikibase-data-model - url = https://www.github.com/wmde/WikibaseDataModelJavaScript + url = https://github.com/wmde/WikibaseDataModelJavaScript.git -- To view, visit https://gerrit.wikimedia.org/r/388119 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idca1e7406665d4faf388317536232fb2ce3b56df Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
