Using links
Links are represented using a
elements, for example: <a
href="/changes">
is used to reference the top-level Changes topic. Specific forms include:
<a class="bodylink" href="path">
- internal reference<a class="bodylink" href="URI">
- external reference<a class="javalink" href="className(#methodName)?">
- link to Javadoc
Relative links can be used also, this can be useful because it makes the links more
resilient when refactoring. So, to access a sibling topic the link
../graphics
can be used to access Using
graphics.
For a child topic, just include the topic name, like child
to access the
Child topic in this section.