Edgewall Software

Changes between Version 66 and Version 67 of TracLinks


Ignore:
Timestamp:
Nov 8, 2008, 8:58:59 PM (15 years ago)
Author:
Remy Blank
Comment:

Fixed broken links in documentation

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v66 v67  
    2323 * Changesets: '''!r1''', '''![1]''', '''!changeset:1''' or (restricted) '''![1/trunk]''', '''!changeset:1/trunk'''
    2424 * Revision log: '''!r1:3''', '''![1:3]''' or '''!log:@1:3''', '''!log:trunk@1:3''', '''![2:5/trunk]'''
    25  * Diffs (requires [milestone:0.10 0.10]): '''!diff:@1:3''', '''!diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default''' or '''!diff:trunk/trac@3538//sandbox/vc-refactoring@3539'''
     25 * Diffs (requires [trac:milestone:0.10 0.10]): '''!diff:@1:3''', '''!diff:tags/trac-0.9.2/wiki-default//tags/trac-0.9.3/wiki-default''' or '''!diff:trunk/trac@3538//sandbox/vc-refactoring@3539'''
    2626 * Wiki pages: '''!CamelCase''' or '''!wiki:CamelCase'''
    2727 * Parent page: '''![..]'''
     
    9494Hint: when you move your mouse over the title of a section, a '¶' character will be displayed. This is a link to that specific section and you can use this to copy the `#...` part inside a relative link to an anchor.
    9595
    96 To create a link to a SubWiki-page just use a '/':
     96To create a link to a [trac:SubWiki SubWiki]-page just use a '/':
    9797{{{
    9898 WikiPage/SubWikiPage or ./SubWikiPage
    9999}}}
    100100
    101 To link from a SubWiki page to a parent, simply use a '..':
     101To link from a [trac:SubWiki SubWiki] page to a parent, simply use a '..':
    102102{{{
    103103  [..]
    104104}}}
    105105
    106 To link from a SubWiki page to a sibling page, use a '../':
     106To link from a [trac:SubWiki SubWiki] page to a sibling page, use a '../':
    107107{{{
    108108  [../Sibling see next sibling]