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/ch14.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/ch14.xml')
-rw-r--r-- | specs/ch14.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/ch14.xml b/specs/ch14.xml index 98bde5d..fcf127a 100644 --- a/specs/ch14.xml +++ b/specs/ch14.xml @@ -9,8 +9,8 @@ keycodes. The server can generate an <emphasis> XkbNewKeyboardNotify</emphasis> event when it detects a new keyboard, or in response to an <emphasis> XkbGetKeyboardByName</emphasis> - request (see <ulink url="XKBproto.htm#50332257_13490">See Using the Server’s -Database of Keyboard Components</ulink>) which loads a new keyboard description. + request (see <link linkend='using_the_servers_database_of_keyboard_components'>See Using the Server’s +Database of Keyboard Components</link>) which loads a new keyboard description. </para> |