jenkins-bot merged this change.
[doc] Provide a generic pypi link instead of a specific release
Change-Id: Icac95f18f36a8ff701066eadcdc6db9ab4ca3888
---
M pywikibot/config2.py
M scripts/interwiki.py
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/pywikibot/config2.py b/pywikibot/config2.py
index 2067296..956c720 100644
--- a/pywikibot/config2.py
+++ b/pywikibot/config2.py
@@ -577,8 +577,7 @@
# Should interwiki.py output a graph PNG file on conflicts?
# You need pydot for this:
-# https://pypi.org/project/pydot/1.0.2
-# https://code.google.com/p/pydot/
+# https://pypi.org/project/pydot/
interwiki_graph = False
# Specifies that the robot should process that amount of subjects at a time,
diff --git a/scripts/interwiki.py b/scripts/interwiki.py
index 79aaa9e..4a325a3 100755
--- a/scripts/interwiki.py
+++ b/scripts/interwiki.py
@@ -320,8 +320,7 @@
interwiki_shownew: should interwiki.py display every new link it discovers?
interwiki_graph: output a graph PNG file on conflicts? You need pydot for
- this: https://pypi.org/project/pydot/1.0.2
- https://code.google.com/p/pydot/
+ this: https://pypi.org/project/pydot/
interwiki_graph_format: the file format for interwiki graphs
To view, visit change 463730. To unsubscribe, or for help writing mail filters, visit settings.