jenkins-bot submitted this change.

View Change

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

* Github --> GitHub
* Appveyor --> AppVeyor

Change-Id: Ieeab11805777e130e502cc025f1c1452b7ad7ed3
---
M HISTORY.rst
M README.rst
M setup.py
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index f5e16f5..772dda1 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1661,7 +1661,7 @@
* Python 3 support fixes
* Daemonize support
* Allow pywikibot to load without i18n data
-* Appveyor CI Win32 builds
+* AppVeyor CI Win32 builds
* New scripts patrol.py and piper.py ported from old compat branch
* Bugfixes and improvements
* Localisation updates
diff --git a/README.rst b/README.rst
index 81734a5..e0d9850 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
.. image:: https://github.com/wikimedia/pywikibot/actions/workflows/pywikibot-ci.yml/badge.svg?branch=master
- :alt: Github CI
+ :alt: GitHub CI
:target: https://github.com/wikimedia/pywikibot/actions/workflows/pywikibot-ci.yml
.. image:: https://ci.appveyor.com/api/projects/status/xo2g4ctoom8k6yvw/branch/master?svg=true
:alt: AppVeyor Build Status
diff --git a/setup.py b/setup.py
index 192de71..c3d89f4 100755
--- a/setup.py
+++ b/setup.py
@@ -284,7 +284,7 @@
'Documentation': 'https://doc.wikimedia.org/pywikibot/stable/',
'Source':
'https://gerrit.wikimedia.org/r/plugins/gitiles/pywikibot/core/', # noqa: E501
- 'Github Mirror': 'https://github.com/wikimedia/pywikibot',
+ 'GitHub Mirror': 'https://github.com/wikimedia/pywikibot',
'Tracker': 'https://phabricator.wikimedia.org/tag/pywikibot/',
},
entry_points={

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ieeab11805777e130e502cc025f1c1452b7ad7ed3
Gerrit-Change-Number: 841149
Gerrit-PatchSet: 4
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged