1
0
mirror of https://invent.kde.org/network/krfb synced 2024-06-28 22:14:41 +00:00

Use more https in links

This commit is contained in:
Friedrich W. H. Kossebau 2019-01-19 15:58:29 +01:00
parent 2916395ea9
commit c57e9bc5f4
4 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ include_directories ("${CMAKE_CURRENT_BINARY_DIR}/krfb"
if(Q_WS_X11)
if(NOT X11_XTest_FOUND)
message(FATAL_ERROR "krfb requires the libXtst (http://xorg.freedesktop.org) to be built")
message(FATAL_ERROR "krfb requires the libXtst (https://xorg.freedesktop.org) to be built")
endif(NOT X11_XTest_FOUND)
endif(Q_WS_X11)

View File

@ -73,7 +73,7 @@ to help you perform a task.
<para>
Please report any problems or feature requests to the &kde; mailing
lists or file a bug at <ulink
url="http://bugs.kde.org">http://bugs.kde.org</ulink>.
url="https://bugs.kde.org">https://bugs.kde.org</ulink>.
</para>
</chapter>

View File

@ -77,6 +77,6 @@
"krfb/framebuffer"
],
"Version": "0.1",
"Website": "http://www.kde.org"
"Website": "https://www.kde.org"
}
}

View File

@ -77,6 +77,6 @@
"krfb/framebuffer"
],
"Version": "0.1",
"Website": "http://www.kde.org"
"Website": "https://www.kde.org"
}
}