diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-17 14:25:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 15:33:28 -0800 |
commit | 813b9c32130fea0ebccc21c7161a55299a587f69 (patch) | |
tree | 2d88737c237bc0012566c3ba8bab392e50d0a027 /general/input | |
parent | ba29c13a59f3c22c3a444b42efb17ca227de9850 (diff) |
Mass http -> https replacement where appropriate
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'general/input')
-rw-r--r-- | general/input/XKB-Config.xml | 4 | ||||
-rw-r--r-- | general/input/XKB-Enhancing.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/general/input/XKB-Config.xml b/general/input/XKB-Config.xml index cda04d2..67d4013 100644 --- a/general/input/XKB-Config.xml +++ b/general/input/XKB-Config.xml @@ -31,7 +31,7 @@ of view. It covers basic configuration syntax and gives also a few examples. <para> This version covers Xorg server versions 1.8 and later, used with the data files from the <ulink -url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" +url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" >xkeyboard-config</ulink> project. </para> @@ -118,7 +118,7 @@ files of rules to be used for keyboard mapping composition <para> The rules file used depends on your system. The rules files commonly used with Xorg are provided by the <ulink -url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" +url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" >xkeyboard-config</ulink> project. On Linux systems, the <filename>evdev</filename> rules are most commonly used, on other systems the <filename>base</filename> rules diff --git a/general/input/XKB-Enhancing.xml b/general/input/XKB-Enhancing.xml index b0b63ca..c15d479 100644 --- a/general/input/XKB-Enhancing.xml +++ b/general/input/XKB-Enhancing.xml @@ -38,7 +38,7 @@ keyboard layout. Unlike other documents this guide accents the keymap developer' <para> The developer of a new layout should read the xkb protocol specification (<ulink -url="http://www.x.org/docs/XKB/XKBproto.pdf" +url="https://www.x.org/docs/XKB/XKBproto.pdf" >The X Keyboard Extension: Protocol Specification</ulink >) at least to clarify for himself some xkb-specific terms used in this document |