diff options
author | Matt Dew <marcoz@osource.org> | 2011-03-02 17:11:05 -0700 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-03-04 21:51:20 -0700 |
commit | c336374f3bf34ce875b29001548470f8d824141e (patch) | |
tree | c953943f1fa3937c332f4a0600f097129c2a9800 /specs/ch03.xml | |
parent | 72ae502f833db82fa3ceb0146332d6885d5b86fa (diff) |
Fix bad link anchors.
Fix broken links in kxproto. The old links hardcoded the output
filename 'XKBproto.htm' and used anchors that didn't convert correctly.
The new anchors are strings that use the same convention as
other anchors in other docs.
Fix links like:
<ulink url="XKBproto.htm#50332257_45660">Compute State Field</ulink>
to be:
<link linkend='computing_a_state_field_from_an_xkb_state'>Compute State Field</link>
Signed-off-by: Matt Dew <marcoz@osource.org>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/ch03.xml')
-rw-r--r-- | specs/ch03.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/ch03.xml b/specs/ch03.xml index 1181172..66b3353 100644 --- a/specs/ch03.xml +++ b/specs/ch03.xml @@ -212,8 +212,8 @@ NumLock</emphasis> <para> The virtual modifier mapping is normally updated automatically whenever actions -are assigned to keys (see <ulink url="XKBproto.htm#50332257_84091">See Changing -the Keyboard Mapping Using the Core Protocol</ulink> for details) and few +are assigned to keys (see <link linkend='changing_the_keyboard_mapping_using_the_core_protocol'>See Changing +the Keyboard Mapping Using the Core Protocol</link> for details) and few applications should need to change the virtual modifier mapping explicitly. </para> </sect1> |