Fomafix has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334871 )
Change subject: Change URLs from HTTP to HTTPS in comments and documentation ...................................................................... Change URLs from HTTP to HTTPS in comments and documentation Change-Id: If3023782986613f7a5364c74a642df02c3c66f53 --- M CONTRIBUTING.md M README.md M modules/dashboard/ext.cx.recommendtool.client.js M modules/editor/ext.cx.editor.js 4 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation refs/changes/71/334871/1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4e042e..36c2d40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,13 +35,13 @@ You're mostly on your own here, but we can give some hints for Mac OS X. ##### Installing Gem in Mac OS X -Ruby ships with OSX but may be outdated. Use [Homebrew](http://mxcl.github.com/homebrew/): +Ruby ships with OSX but may be outdated. Use [Homebrew](https://mxcl.github.com/homebrew/): ```sh $ brew install ruby ``` If you've never used `gem` before, don't forget to add the gem's bin to your -`PATH` ([howto](http://stackoverflow.com/a/14138490/319266)). +`PATH` ([howto](https://stackoverflow.com/a/14138490/319266)). ### Installing jsduck diff --git a/README.md b/README.md index 9556a05..b0f2f40 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ see [Contributing][]. Patch submissions are reviewed and managed with [Gerrit][]. -[Content translation]: http://www.mediawiki.org/wiki/Content_translation +[Content translation]: https://www.mediawiki.org/wiki/Content_translation [Installation]: https://www.mediawiki.org/wiki/Extension:ContentTranslation#Installation [Contributing]: CONTRIBUTING.md [Gerrit]: https://www.mediawiki.org/wiki/Gerrit diff --git a/modules/dashboard/ext.cx.recommendtool.client.js b/modules/dashboard/ext.cx.recommendtool.client.js index 8dd3c45..c0c3c53 100644 --- a/modules/dashboard/ext.cx.recommendtool.client.js +++ b/modules/dashboard/ext.cx.recommendtool.client.js @@ -3,7 +3,7 @@ * * The recommendation tool is also known as trex in this code. * - * See http://recommend.wmflabs.org/ and https://github.com/ewulczyn/translation-recs-app + * See https://recommend.wmflabs.org/ and https://github.com/ewulczyn/translation-recs-app * * @ingroup Extensions * @copyright See AUTHORS.txt diff --git a/modules/editor/ext.cx.editor.js b/modules/editor/ext.cx.editor.js index a0513f8..b617aa7 100644 --- a/modules/editor/ext.cx.editor.js +++ b/modules/editor/ext.cx.editor.js @@ -43,7 +43,7 @@ // Remove the MT/source/empty label from the section. // Some manual change happened. // Need to do both to actually null the data - so that it reflects in - // jquery cache and DOM http://api.jquery.com/removedata/ + // jquery cache and DOM https://api.jquery.com/removedata/ this.$section.removeData( 'cx-state' ); this.$section.removeAttr( 'data-cx-state' ); mw.hook( 'mw.cx.translation.change' ).fire( this.$section ); -- To view, visit https://gerrit.wikimedia.org/r/334871 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If3023782986613f7a5364c74a642df02c3c66f53 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: Fomafix <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
