diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
commit | 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 (patch) | |
tree | 49da1bbe094179ab57190f99340a5c67c5c6f4b3 /modules/ECMAddQch.cmake | |
parent | efdca205db4b230b068da480267e665e28b48423 (diff) | |
download | extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2 |
Use more https in links
Diffstat (limited to 'modules/ECMAddQch.cmake')
-rw-r--r-- | modules/ECMAddQch.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMAddQch.cmake b/modules/ECMAddQch.cmake index 40b6026b..60230eac 100644 --- a/modules/ECMAddQch.cmake +++ b/modules/ECMAddQch.cmake @@ -96,7 +96,7 @@ # # NAMESPACE can be used to set a custom namespace <namespace> of the generated # QCH file. The namepspace is used as the unique id by QHelpEngine (cmp. -# http://doc.qt.io/qt-5/qthelpproject.html#namespace). +# https://doc.qt.io/qt-5/qthelpproject.html#namespace). # The default namespace is ``<domain>.<name>``. # Needs to be used when ORG_DOMAIN is not used. # |