jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/884335 )
Change subject: [doc] Update documentation ......................................................................
[doc] Update documentation
Change-Id: Ic96528f1f8cb55bd9d42cf032d33f4730cd551c7 --- M pywikibot/config.py 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Meno25: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/config.py b/pywikibot/config.py index 66248b3..02ff93e 100644 --- a/pywikibot/config.py +++ b/pywikibot/config.py @@ -679,7 +679,7 @@
# If interwiki graphs are enabled, which format(s) should be used? # Supported formats include png, jpg, ps, and svg. See: -# http://www.graphviz.org/doc/info/output.html +# https://graphviz.org/docs/outputs/ # If you want to also dump the dot files, you can use this in your # user config file: # interwiki_graph_formats = ['dot', 'png']
pywikibot-commits@lists.wikimedia.org