diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2014-12-27 15:41:37 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2014-12-31 11:43:28 +0100 |
commit | c1f9b1f7b1b77776192048005dcc66dcf3df2bfb (patch) | |
tree | 2b38796e738dd74cb42ecd9bfd151803108386bc /docs/README | |
parent | b88ab0086858470dd1f644e64cb4e4f62bb2be9b (diff) |
Update to MediaWiki 1.24.1
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/README b/docs/README index 69170767..5bc8bfc6 100644 --- a/docs/README +++ b/docs/README @@ -1,16 +1,19 @@ -[July 22nd 2008] +/docs Directory README +====================== 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 http://www.mediawiki.org/wiki/Manual:Code. +can be found at: + https://www.mediawiki.org/wiki/Manual:Code API documentation is automatically generated and updated daily at: - http://svn.wikimedia.org/doc/ + https://doc.wikimedia.org/mediawiki-core/master/php/html/ You can get a fresh version using 'make doc' or mwdocgen.php in the ../maintenance/ directory. -For end user / administrators, most of the documentation is located online at: - http://www.mediawiki.org/wiki/Help:Contents - http://www.mediawiki.org/wiki/Manual:Contents +For end users, most of the documentation is located online at: + https://www.mediawiki.org/wiki/Help:Contents +Documentation for MediaWiki site administrators is at: + https://www.mediawiki.org/wiki/Manual:Contents |