Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, if you wanted to link to the Configuration page:

Harcoded Link (BAD!)

https://wiki.duraspace.org/display/DSDOCDEV/Configuration

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3b0aedd851b5cb87-8d8c6e47-4c1a4377-8352ad74-dadd8376d19ef2ca296bf568"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[DSDOCDEV:Configuration]
(info) General format is: [DSDOCDEV:page name]

]]></ac:plain-text-body></ac:structured-macro>

Another example! This time, of a link to a specific heading on a page. Suppose you wanted to link to the Batch Metadata Editing header on the Configuration page:

Harcoded Link (BAD!)

https://wiki.duraspace.org/display/DSDOCDEV/Configuration#Configuration-BatchMetadataEditing

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="793556ac7590ac1c-48ede768-41eb4f36-b89eb58b-9db8961e624f7aafbece2f66"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[DSDOC18:Configuration#Batch Metadata Editing]
(info) General format is: [DSDOCDEV:page name#header text]

]]></ac:plain-text-body></ac:structured-macro>

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="543f2a19deab3f93-613edf04-4c294b7d-8f39bff5-e340dc667deb0d43a5543466"><ac:plain-text-body><![CDATA[

Harcoded Link (BAD!)

[Configuration for Batch Metadata Editing|https://wiki.duraspace.org/display/DSDOCDEV/Configuration#Configuration-BatchMetadataEditing]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="95c814a74a2dd6b3-ed29dd08-4a7c40d1-9ec6acf8-0b36bc37e051ba27d32079f8"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[Configuration for Batch Metadata Editing|DSDOC18:Configuration#Batch Metadata Editing]
(info) General format is: [text of link|DSDOCDEV:page name#header text]

]]></ac:plain-text-body></ac:structured-macro>

...

Note

There may be occasional exceptions to this rule. One example is the Upgrading a DSpace Installation page, which uses a bulleted-list based Table of Contents (as the outline numbers look confusing next to the DSpace version numbers).

...