Skip to content

Commit

Permalink
Documentation link changes
Browse files Browse the repository at this point in the history
* Adds Special:MyLanguage to the links that support  it.

Bug: T147650
Change-Id: Ie117466c83b120bd5b60388f29edcd3baf9c6eec
  • Loading branch information
zppix1 authored and Pix1234 committed Oct 7, 2016
1 parent b60a467 commit 5a113ea
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion FAQ
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The MediaWiki FAQ can be found at:
https://www.mediawiki.org/wiki/Manual:FAQ
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ
10 changes: 5 additions & 5 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ This is a bug fix release of the MediaWiki 1.25 branch.
* Added a new hook, "ContentAlterParserOutput", to allow extensions to modify the
parser output for a content object before links update.
* (T37785) Enhanced recent changes and extended watchlist are now default.
Documentation: https://meta.wikimedia.org/wiki/Help:Enhanced_recent_changes
and https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions.
Documentation: https://meta.wikimedia.org/wiki/Special:MyLanguage/Help:Enhanced_recent_changes
and https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgDefaultUserOptions.
* (T69341) SVG images will no longer be base64-encoded when being embedded
in CSS. This results in slight size increase before gzip compression (due to
percent-encoding), but up to 20% decrease after it.
Expand All @@ -1014,7 +1014,7 @@ This is a bug fix release of the MediaWiki 1.25 branch.
- Basic wikitext syntax: <indicator name="foo">[[File:Foo.svg|20px]]</indicator>
- Usage instructions: https://www.mediawiki.org/wiki/Help:Page_status_indicators
- Adjusting custom skins to support indicators:
https://www.mediawiki.org/wiki/Manual:Skinning#Page_status_indicators
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skinning#Page_status_indicators
* Edit tokens may now be time-limited: passing a maximum age to
User::matchEditToken will reject any older tokens.
* The debug logging internals have been overhauled, and are now using the
Expand Down Expand Up @@ -1087,7 +1087,7 @@ This is a bug fix release of the MediaWiki 1.25 branch.
This library provides the interfaces set by the PSR-3 standard (http://www.php-fig.org/psr/psr-3/)
which are used by MediaWiki internally via the
MediaWiki\Logger\LoggerFactory class.
See the structured logging RfC (https://www.mediawiki.org/wiki/Requests_for_comment/Structured_logging)
See the structured logging RfC (https://www.mediawiki.org/wiki/Special:MyLanguage/Requests_for_comment/Structured_logging)
for more background information.
** cssjanus/cssjanus
This library was formerly bundled with MediaWiki core and has been removed.
Expand All @@ -1098,7 +1098,7 @@ This is a bug fix release of the MediaWiki 1.25 branch.
** wikimedia/cdb
This library was formerly a part of MediaWiki core, and has been moved into a separate library.
It provides CDB functions which are used in the Interwiki and Localization caches.
More information about the library can be found at https://www.mediawiki.org/wiki/CDB.
More information about the library can be found at https://www.mediawiki.org/wiki/Special:MyLanguage/CDB.
** liuggio/statsd-php-client
This library provides a StatsD client API for logging application metrics to a remote server.

Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If your PHP is configured as a CGI plug-in rather than an Apache module you may
experience problems, as this configuration is not well tested.

Support for rendering mathematical formulas requires installing the Math extension,
see https://www.mediawiki.org/wiki/Extension:Math
see https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:Math

Don't forget to check the RELEASE-NOTES file...

Expand All @@ -30,7 +30,7 @@ Additional documentation is available online, which may include more detailed
notes on particular operating systems and workarounds for difficult hosting
environments:

https://www.mediawiki.org/wiki/Manual:Installation_guide
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Installation_guide


******************* WARNING *******************
Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ For system requirements, installation, and upgrade details, see the files
RELEASE-NOTES, INSTALL, and UPGRADE.

* Ready to get started?
** https://www.mediawiki.org/wiki/Download
** https://www.mediawiki.org/wiki/Special:MyLanguage/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Manual:Contents
** https://www.mediawiki.org/wiki/Special:MyLangyage/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Communication
** https://www.mediawiki.org/wiki/Special:MyLanguage/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/How_to_contribute
** https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute

MediaWiki is the result of global collaboration and cooperation. The CREDITS
file lists technical contributors to the project. The COPYING file explains
Expand Down
8 changes: 4 additions & 4 deletions docs/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
The 'docs' directory contain various text files that should help you understand
the most important parts of the code of MediaWiki. More in-depth documentation
can be found at:
https://www.mediawiki.org/wiki/Manual:Code
https://www.mediawiki.org/wiki/Developer_hub
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Code
https://www.mediawiki.org/wiki/Special:MyLanguage/Developer_hub
API documentation is automatically generated and updated daily at:
https://doc.wikimedia.org/mediawiki-core/master/php/html/

Expand All @@ -14,6 +14,6 @@ You can get a fresh version using 'make doc' or mwdocgen.php in the


For end users, most of the documentation is located online at:
https://www.mediawiki.org/wiki/Help:Contents
https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
Documentation for MediaWiki site administrators is at:
https://www.mediawiki.org/wiki/Manual:Contents
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents

0 comments on commit 5a113ea

Please sign in to comment.