docs: Don't point people to deprecated Diffusion copies of gerrit repos
Change-Id: I72e511dba5b607b3b215435b9d7ec8a3621d5cf8
This commit is contained in:
parent
93f9b68152
commit
2369a0b7df
5 changed files with 7 additions and 7 deletions
|
|
@ -7,8 +7,8 @@
|
|||
For information about the MediaWiki database layout, such as a description of the tables and their contents, please see:
|
||||
|
||||
* [The manual](https://www.mediawiki.org/wiki/Manual:Database_layout)
|
||||
* [Abstract schema of MediaWiki core](https://phabricator.wikimedia.org/diffusion/MW/browse/master/maintenance/tables.json)
|
||||
* [MySQL schema (automatically generated)](https://phabricator.wikimedia.org/diffusion/MW/browse/master/maintenance/tables-generated.sql)
|
||||
* [Abstract schema of MediaWiki core](https://gerrit.wikimedia.org/g/mediawiki/core/+/refs/heads/master/maintenance/tables.json)
|
||||
* [MySQL schema (automatically generated)](https://gerrit.wikimedia.org/g/mediawiki/core/+/refs/heads/master/maintenance/tables-generated.sql)
|
||||
|
||||
|
||||
## API
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ directory and make a symbolic link:
|
|||
mediawiki/extensions$ ln -s ../../extensions-trunk/FooBar
|
||||
|
||||
Most extensions are available through Git:
|
||||
https://phabricator.wikimedia.org/diffusion/MEXT/
|
||||
https://gerrit.wikimedia.org/g/mediawiki/extensions
|
||||
|
||||
|
||||
Please note that under POSIX systems (Linux...), parent of a symbolic path
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ class Language implements Bcp47Code {
|
|||
* The form is '/(?:([strong ltr codepoint])|([strong rtl codepoint]))/u' .
|
||||
*
|
||||
* Generated by UnicodeJS (see tools/strongDir) from the UCD; see
|
||||
* https://phabricator.wikimedia.org/diffusion/GUJS/ .
|
||||
* https://gerrit.wikimedia.org/g/unicodejs .
|
||||
*/
|
||||
// @codeCoverageIgnoreStart
|
||||
// phpcs:ignore Generic.Files.LineLength
|
||||
|
|
|
|||
|
|
@ -972,7 +972,7 @@ mw.jqueryMsg.HtmlEmitter = function ( language, magic ) {
|
|||
// Does not match if there is no strong directionality codepoint.
|
||||
//
|
||||
// Generated by UnicodeJS (see tools/strongDir) from the UCD; see
|
||||
// https://phabricator.wikimedia.org/source/unicodejs/ .
|
||||
// https://gerrit.wikimedia.org/g/unicodejs .
|
||||
// eslint-disable-next-line no-misleading-character-class
|
||||
var strongDirRegExp = new RegExp(
|
||||
'(?:' +
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@ directory and make a symbolic link:
|
|||
mediawiki/skins$ ln -s ../../skins-trunk/FooBar
|
||||
|
||||
The default skin Vector can be installed by cloning from Git:
|
||||
git clone https://phabricator.wikimedia.org/diffusion/SVEC/Vector
|
||||
git clone https://gerrit.wikimedia.org/g/mediawiki/extensions/Vector
|
||||
|
||||
Other skins are also available:
|
||||
https://phabricator.wikimedia.org/diffusion/SKIN/
|
||||
https://gerrit.wikimedia.org/g/mediawiki/extensions
|
||||
|
||||
|
||||
Please note that under POSIX systems (Linux...), parent of a symbolic path
|
||||
|
|
|
|||
Loading…
Reference in a new issue