aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-07-30 10:42:05 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-07-30 08:57:13 +0000
commit345702124cfd3e64e232958864e50fa9fb9b7334 (patch)
tree4c5df2a31e17d3c02f4451b55a30a3379c1f9f32
parent285033392e3c5a29d35cf985508309f2a9d61628 (diff)
Update qt5 doc URL from missing binding generator
We were still using the snapshot URL, just changed it. Also there was a badly formatted string that I changed. Change-Id: Ieff657740a646e3e3fdbee142ff68f9c7793c47e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--missing_bindings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/missing_bindings.py b/missing_bindings.py
index 2d9267455..3fa97f0b5 100644
--- a/missing_bindings.py
+++ b/missing_bindings.py
@@ -216,7 +216,7 @@ qt_documentation_website_prefixes['5.6'] = 'http://doc.qt.io/qt-5.6/'
qt_documentation_website_prefixes['5.8'] = 'http://doc.qt.io/qt-5.8/'
qt_documentation_website_prefixes['5.9'] = 'http://doc.qt.io/qt-5.9/'
qt_documentation_website_prefixes['5.10'] = 'http://doc.qt.io/qt-5.10/'
-qt_documentation_website_prefixes['5.11'] = 'http://doc-snapshots.qt.io/qt5-5.11/'
+qt_documentation_website_prefixes['5.11'] = 'http://doc.qt.io/qt-5/'
qt_documentation_website_prefixes['dev'] = 'http://doc-snapshots.qt.io/qt5-dev/'
@@ -305,8 +305,8 @@ def log(*pargs, **kw):
log('PySide2 bindings for Qt {}'.format(args.version), style='heading1')
-log("""Using Qt version {} documentation to find public API Qt types and test "
- "if the types are present in the PySide2 package.""".format(args.version))
+log("""Using Qt version {} documentation to find public API Qt types and test
+if the types are present in the PySide2 package.""".format(args.version))
log("""Results are usually stored at
https://wiki.qt.io/PySide2_Missing_Bindings