jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Update documentation

Change-Id: Ia5fc9e506f8eeb209c01c93673e1f03ab2585a38
---
M docs/scripts/index.rst
M pywikibot/README.rst
M tests/README.rst
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/scripts/index.rst b/docs/scripts/index.rst
index b20ebdf..3c14b01 100644
--- a/docs/scripts/index.rst
+++ b/docs/scripts/index.rst
@@ -1,7 +1,7 @@
Scripts reference
-----------------

-Provided scripts by pywikibot
+Provided scripts by Pywikibot
=============================

Pywikibot framework has a lot of ready-to-use scripts for several tasks.
diff --git a/pywikibot/README.rst b/pywikibot/README.rst
index c0b63fb..f1cbab1 100644
--- a/pywikibot/README.rst
+++ b/pywikibot/README.rst
@@ -27,7 +27,7 @@
* python-tkinter (optional, used by some experimental GUI stuff)


-You need to have at least Python version `3.5.3 <http://www.python.org/download/>`_
+You need to have at least Python version `3.5.3 <https://www.python.org/downloads/>`_
or newer installed on your computer to be able to run any of the code in this
package. Please refer the manual at mediawiki for further details and
restrictions.
diff --git a/tests/README.rst b/tests/README.rst
index 4765e6d..0da404d 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -100,7 +100,7 @@

When changes are merged into the main repository, they are replicated to
https://github.com/wikimedia/pywikibot , and Travis tests are run and
-published at https://travis-ci.com/github/wikimedia/pywikibot/builds . These tests
+published at https://app.travis-ci.com/github/wikimedia/pywikibot/builds . These tests
use the Wikimedia global (SUL) account 'Pywikibot-test', which has a password
securely stored in .travis.yml file. See section env:global:secure.


To view, visit change 725406. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ia5fc9e506f8eeb209c01c93673e1f03ab2585a38
Gerrit-Change-Number: 725406
Gerrit-PatchSet: 4
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged