Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91768 - Missing # in Intra-document references
Summary: Missing # in Intra-document references
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Guide XML (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/xml-guid...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 23:42 UTC by Shyam Mani (RETIRED)
Modified: 2005-05-09 07:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Dumb patch (xml-guide-hash.patch,963 bytes, patch)
2005-05-07 12:49 UTC, Shyam Mani (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shyam Mani (RETIRED) gentoo-dev 2005-05-06 23:42:03 UTC
There are a few missing #'s within URI's in the example. I've put the relevant places inside a {}

Intra-document references

To refer to figure 3 in chapter 1, type { <uri link="doc_chap1_fig3"> } figure 1.3</uri>. Or, to refer to code listing 2 in chapter 2, type { <uri link="doc_chap2_pre2"> } code listing 2.2</uri>. We'll be adding other auto-link abilities (such as table support) soon. 

They should be <uri link="#doc_chap1_fig3"> and <uri link="#doc_chap2_pre2">.
Comment 1 Shyam Mani (RETIRED) gentoo-dev 2005-05-07 12:42:10 UTC
Putting up a patch on this as well, for what its worth.
Comment 2 Shyam Mani (RETIRED) gentoo-dev 2005-05-07 12:49:11 UTC
Created attachment 58295 [details, diff]
Dumb patch

Fixes the 2 instances :)
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2005-05-09 07:09:22 UTC
Dumb patch slightly edited and committed.
Comment 4 Shyam Mani (RETIRED) gentoo-dev 2005-05-09 07:33:06 UTC
You win some, you lose some. :p