Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

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

Harcoded Link (BAD!)

https://wiki.duraspace.org/display/DSDOC18/ConfigurationImage Removed

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="82df07c3-6849-421c-8594-b7fd73cc7b9d"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[DSDOC18:Configuration]

(info) General format is: [space-id: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 General Configuration header on the Configuration page:

Harcoded Link (BAD!)

https://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-GeneralConfigurationImage Removed<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="50d366a4-cc71-4cf5-bcde-f6353113adbe"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[DSDOC18:Configuration#General Configuration]

(info) General format is: [space-id:page name#header text]]]></ac:plain-text-body></ac:structured-macro>

One final example. It's the same as the above "General Configuration" example above, but now we are changing the text in the link to say "General Configuration Options"

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="37338444-78af-43bf-a877-fec7aba0cac1"><ac:plain-text-body><![CDATA[

Harcoded Link (BAD!)

[General Configuration Options|https://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-GeneralConfiguration] ] ]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b264165a-4097-457b-b72f-74af4ac5892a"><ac:plain-text-body><![CDATA[

Relative Link (Good!)

[General Configuration Options|DSDOC18:Configuration#General Configuration]

(info) General format is: [text of link|space-id:page name#header text]]]></ac:plain-text-body></ac:structured-macro>

Info

You can view the source of this page for examples

...