summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2017-12-21 14:18:07 +0200
committerRan Benita <ran234@gmail.com>2017-12-21 14:18:07 +0200
commit767fa86d42a5e25e7043622d189247e02a5ca379 (patch)
tree8d19b627182cb43efde36f1f789881a1a9b79863 /README.md
parent4fccdee383493bb4fcd030087cf660075bdee61e (diff)
downloadxorg-lib-libxkbcommon-767fa86d42a5e25e7043622d189247e02a5ca379.tar.gz
Convert http:// -> https:// where possible
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 358e7d7..b8ae50d 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ While libxkbcommon's API is somewhat derived from the classic XKB API as found
in X11/extensions/XKB.h and friends, it has been substantially reworked to
expose fewer internal details to clients.
-See the [API Documentation](http://xkbcommon.org/doc/current/modules.html).
+See the [API Documentation](https://xkbcommon.org/doc/current/modules.html).
## Dataset
@@ -39,7 +39,7 @@ libxkbcommon does not distribute a keymap dataset itself, other than for
testing purposes. The most common dataset is xkeyboard-config, which is used
by all current distributions for their X11 XKB data. More information on
xkeyboard-config is available here:
- http://www.freedesktop.org/wiki/Software/XKeyboardConfig
+ https://www.freedesktop.org/wiki/Software/XKeyboardConfig
The dataset for Compose is distributed in libX11, as part of the X locale
data.
@@ -51,7 +51,7 @@ See [Compatibility](doc/compat.md) notes.
## Development
An extremely rudimentary homepage can be found at
- http://xkbcommon.org
+ https://xkbcommon.org
xkbcommon is maintained in git at
https://github.com/xkbcommon/libxkbcommon