Skip to content

Commit eecbb24

Browse files
committed
Fixed broken links to add-ons UG
1 parent 82dc236 commit eecbb24

21 files changed

+45
-54
lines changed

topics/building_validating_and_publishing_using_github_actions.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
format="gradle" scope="external">Gradle build file</xref> that
5151
downloads the <b>Oxygen Publishing Engine</b>, licenses it, produces the
5252
output, and stores it in a specific folder.</li>
53-
<li>Create a <b>GitHub</b> action that runs the build file and then uses the <xref href="https://github.com/aws-actions/configure-aws-credentials" format="html" scope="external">aws-actions/configure-aws-credentials</xref> action to configure the AWS credentials, followed by the <xref href="https://github.com/aws-actions/s3-sync" format="html" scope="external">aws-actions/s3-sync</xref> action to sync the output folder with the S3 bucket.</li>
53+
<li>Create a <b>GitHub</b> action that runs the build file and then uses the <xref href="https://github.com/aws-actions/configure-aws-credentials" format="html" scope="external">aws-actions/configure-aws-credentials</xref> action to configure the AWS credentials, followed by the <xref href="https://github.com/aws-actions" format="html" scope="external">aws-actions/s3-sync</xref> action to sync the output folder with the S3 bucket.</li>
5454
</ol></li>
5555
<li>Validate the entire DITA project using the Oxygen <xref
5656
href="https://www.oxygenxml.com/doc/ug-editor/topics/scripting_oxygen_dita_validate_and_check_for_completeness.html"

topics/dita-xml-editing-collaboration-and-publishing-overview.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<section id="section_myn_1yg_4bc">
227227
<title>Useful Add-ons</title>
228228
<p>The Oxygen default add-ons repository provides a range of <xref
229-
href="https://www.oxygenxml.com/doc/ug-editor/topics/add-ons.html" format="html"
229+
href="https://www.oxygenxml.com/doc/ug-addons/topics/add-ons.html" format="html"
230230
scope="external">helpful add-ons</xref>. Some of the most notable ones
231231
include:<ul id="ul_e2k_13h_4bc">
232232
<li><b>Git Client</b> add-on - Allows you to connect to Git repositories.</li>

topics/ditaToPDF.dita

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
scope="external">TopLeaf</xref> XML Publisher commercial product allows you to produce
3030
various outputs like PDF and EPUB from XML content. The application also has a visual PDF
3131
layout formatter, it comes also with a DITA OT plugin and has installation instructions
32-
for Oxygen:<xref
33-
href="https://turnkey.com.au/topleaf-downloads/"
34-
format="html" scope="external"/>.</li>
32+
for Oxygen.</li>
3533
<li><xref href="https://www.miramo.com/download/documentation/Miramo_DITA-OT_GettingStarted.pdf" format="html" scope="external"
3634
>Miramo</xref>, again a commercial solution which recently started developing support
3735
for DITA using a DITA OT plugin. Possibly user based DITA to PDF publishing will be free

topics/dita_for_small_teams.dita

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@
125125
format="html" scope="external">Oxygen Web Author</xref> to connect to
126126
the Git Repository and create a new topic or modify an existing one.</li>
127127
<li>Clone the repository to the local file system using Oxygen XML Author with
128-
the <xref href="https://github.com/oxygenxml/Oxygen-Git-Plugin"
128+
the <xref href="https://www.oxygenxml.com/doc/ug-addons/topics/git-addon.html"
129129
format="html" scope="external">Git Add-on</xref> installed.</li>
130130
</ul></p>
131131
</section>
132132
<section id="section_khz_rxy_tkb">
133133
<title>Using Oxygen XML Author to Create/Modify Content in the Repository</title>
134134
<p>
135135
<ul id="ul_cf2_5xy_tkb">
136-
<li>Install the <xref href="https://github.com/oxygenxml/Oxygen-Git-Plugin"
136+
<li>Install the <xref href="https://www.oxygenxml.com/doc/ug-addons/topics/git-addon.html"
137137
format="html" scope="external">Git Add-on</xref> in Oxygen XML
138138
Author.</li>
139139
<li>Open the <uicontrol>Git Staging</uicontrol> view and use the
@@ -356,7 +356,7 @@
356356
href="https://www.oxygenxml.com/oxygen_scripting.html" format="html"
357357
scope="external">special scripting license</xref> on pull requests. An
358358
example for such a validation action is in the Oxygen XML Blog: <xref
359-
href="https://github.com/oxygenxml/blog/blob/master/.github/workflows/workflow.yml"
359+
href="https://github.com/oxygenxml/blog/blob/master/.github/workflows/"
360360
format="yml" scope="external"/>. The validation runs on any opened pull
361361
request: <xref href="https://github.com/oxygenxml/blog/pull/25"
362362
format="html" scope="external"/>.</li>

topics/dita_oriented_tips_and_tricks.dita

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@
1818
format="html" scope="external">Oxygen standalone version</xref>. I will enumerate some of
1919
the most interesting one:</p>
2020
<ul id="ul_xbw_ccs_gfb">
21-
<li><xref href="https://github.com/oxygenxml/oxygen-git-plugin" format="html"
22-
scope="external">Git add-on</xref>. This plugin adds a side view allowing you to do some
21+
<li>Git add-on. This plugin adds a side view allowing you to do some
2322
common Git operations like pull, commit, push (mostly 90% of what a regular Git user would
2423
do).</li>
25-
<li><xref href="https://www.oxygenxml.com/doc/ug-editor/topics/content-fusion-addon.html"
24+
<li><xref href="https://www.oxygenxml.com/doc/ug-addons/topics/content-fusion-addon.html"
2625
format="html" scope="external">Content Fusion Connector add-on</xref>. Collaborate with
2726
your peers by sending them links that allow them to give you feedback on your work using a
2827
web browser without the need to pre-install anything on their side. </li>
2928
<li><xref
30-
href="https://www.oxygenxml.com/doc/ug-editor/topics/translation-package-builder-addon.html"
29+
href="https://www.oxygenxml.com/doc/ug-addons/topics/translation-package-builder-addon.html"
3130
format="html" scope="external">Translation package builder</xref>. Small plugin that can
3231
be used to prepare a zip file containing only the topics that have changed from one
3332
version to another.</li>
34-
<li><xref href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
33+
<li><xref href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
3534
format="html" scope="external">Batch convertor add-on</xref>. Converts multiple HTML,
3635
Markdown, Excel files to DITA.</li>
3736
</ul>

topics/exampleOfADITAImplementationFortech.dita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<p>We store our DITA content in a private <b>GitHub</b> repository and we also made a public
4646
<b>GitHub</b> repository containing a copy of our user manual's DITA content:<xref
4747
href="https://github.com/oxygenxml/userguide" format="html" scope="external"/>. We use the
48-
free Oxygen <xref href="https://www.oxygenxml.com/doc/ug-editor/topics/git-addon.html"
48+
free Oxygen <xref href="https://www.oxygenxml.com/doc/ug-addons/topics/git-addon.html"
4949
format="html" scope="external">Git client add-on</xref> for collaborating on the project.
5050
Other external Git clients like <b>SourceTree</b> or <b>Fork</b> can also be used to check
5151
out, edit and push changes to the Git repository. Our editing workflow is similar to what is
@@ -64,7 +64,7 @@
6464
</section>
6565
<section id="section_wvl_dgw_z5b">
6666
<title>Oxygen Content Fusion</title>
67-
<p>The <xref href="https://www.oxygenxml.com/doc/ug-editor/topics/content-fusion-addon.html"
67+
<p>The <xref href="https://www.oxygenxml.com/doc/ug-addons/topics/content-fusion-addon.html"
6868
format="html" scope="external">Content Fusion add-on</xref> for XML Author allows uploading
6969
the edited content to a cloud server and providing a web editing tool for people to provide
7070
feedback and review the DITA content directly in a web browser: <xref

topics/general_tips_and_tricks.dita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,11 @@
374374
<li><xref href="https://github.com/oxygenxml/oxygen-git-plugin" format="html" scope="external"
375375
>Git add-on</xref>. This plugin adds a side view allowing you to do some common Git operations
376376
like pull, commit, push (mostly 90% of what a regular Git user would do).</li>
377-
<li><xref href="https://www.oxygenxml.com/doc/ug-editor/topics/content-fusion-addon.html"
377+
<li><xref href="https://www.oxygenxml.com/doc/ug-addons/topics/content-fusion-addon.html"
378378
format="html" scope="external">Content Fusion Connector add-on</xref>. Collaborate with your
379379
peers by sending them links that allow them to give you feedback on your work using a web
380380
browser without the need to pre-install anything on their side. </li>
381-
<li><xref href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
381+
<li><xref href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
382382
format="html" scope="external">Batch convertor add-on</xref>. Converts multiple HTML,
383383
Markdown, Excel files to DITA.</li>
384384
</ul>

topics/learnDita.dita

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<p><xref href="https://stefan-jung.org/dita-introduction/"
7878
format="html" scope="external">DITA Introduction</xref> articles by Stefan Jung.</p>
7979
<p>The free Oxygen <xref
80-
href="https://www.oxygenxml.com/doc/ug-editor/topics/live-tutorials-addon.html"
80+
href="https://www.oxygenxml.com/doc/ug-addons/topics/live-tutorials-addon.html"
8181
format="html" scope="external">Live Tutorials add-on</xref> contains various small
8282
tutorials for learning DITA.</p>
8383
<p>The DITA 1.3 standard specification can be found here: <xref
@@ -95,7 +95,7 @@
9595
<title>Resources for customizing the DITA output formats</title>
9696
<p>Usually customizing the XHTML based outputs means creating your custom CSS selectors. If
9797
you generate WebHelp output using Oxygen, we have a section explaining basic <xref
98-
href="https://www.oxygenxml.com/doc/ug-editor/topics/customize_webhelp.html"
98+
href="https://www.oxygenxml.com/doc/ug-editor/topics/wh-responsive-customization-tips.html"
9999
format="html" scope="external">WebHelp customizations</xref>.</p>
100100
<p>For PDF-based outputs we recommend, support and maintain our <xref
101101
href="https://www.oxygenxml.com/doc/ug-editor/topics/pdf-css-customization.html"
@@ -141,8 +141,6 @@
141141
<li><b>Udemy</b>: <xref
142142
href="https://www.udemy.com/course/technical-writing-how-to-write-using-dita-xml/"
143143
format="html" scope="external"/>.</li>
144-
<li><b>Hyperwrite</b>: <xref href="http://www.hyperwrite.com/Training/crsoxygenintro.aspx"
145-
format="aspx" scope="external"/>.</li>
146144
<li>Basic principles and theory of DITA, 10 hour recorded training course by <b>Tony
147145
Self</b>: <xref
148146
href="https://firehead-training.net/course/dita-concepts" format="html"

topics/migratingFmToDita.dita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
Add-on</dt>
108108
<dd>The Batch Documents Converter add-on has to be installed in Oxygen for
109109
this step. Follow the installation procedure <xref
110-
href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
110+
href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
111111
format="html" scope="external">here</xref>.</dd>
112112
<dd>Before converting the document, you should configure which headings are
113113
handled as topics or sections. For this, use the <xref
114-
href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html#batch-converter-addon__maximumHeadingLevelForCreatingTopics"
114+
href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html#batch-converter-addon__maximumHeadingLevelForCreatingTopics"
115115
format="html" scope="external"><uicontrol>Maximum Heading Level for
116116
Creating Topics</uicontrol></xref> options from the add-on's
117117
preferences page.</dd>

topics/migrating_to_dita.dita

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<title>Migrating DocBook Content to DITA.</title>
2020
<p>You can migrate one or multiple DocBook documents to DITA using the <b>Oxygen Batch
2121
Documents Converter</b> add-on: <xref
22-
href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
22+
href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
2323
format="html" scope="external"/>.</p>
2424
<p>The <b>DocBook to DITA</b> conversion contains an option named <b>Create DITA maps from
2525
DocBook documents containing multiple sections</b>. When this option is selected, all
@@ -40,7 +40,7 @@
4040
format="html" scope="external"><i>Smart Paste</i></xref> functionality to copy content
4141
from an Excel spreadsheet and paste it inside an opened DITA topic. Also, as an alternate
4242
possibility, the <b>Oxygen Batch Documents Converter</b> add-on was updated to be able to batch
43-
convert Excel to DITA: <xref href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
43+
convert Excel to DITA: <xref href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
4444
format="html" scope="external"/>.</p>
4545
</section>
4646
<section id="section_p4y_nv4_4gb">
@@ -60,7 +60,7 @@
6060
as <b>DocBook</b> with <b>Libre Office</b>, then apply the <b>DocBook to DITA</b>
6161
transformation scenario shipped in Oxygen to convert DocBook to DITA. </li>
6262
<li>Save the Google document as HTML then use the Oxygen batch converter add-on to convert
63-
it to DITA: <xref href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
63+
it to DITA: <xref href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
6464
format="html" scope="external"/>.</li>
6565
</ul></p>
6666
</section>
@@ -72,7 +72,7 @@
7272
href="https://www.oxygenxml.com/doc/ug-editor/topics/markdown-dita-2.html"
7373
format="html" scope="external"/>. If you want to convert multiple Markdown documents at
7474
once, you can use the <b>Oxygen Batch Documents Converter</b> add-on: <xref
75-
href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html" format="html"
75+
href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html" format="html"
7676
scope="external"/>.</p>
7777
</section>
7878
<section id="section_ss1_gw4_4gb">
@@ -83,7 +83,7 @@
8383
HTML documents in a web browser, then copy the contents and paste it in a DITA topic opened
8484
in Oxygen's <b>Author</b> visual editing mode. If you want to convert multiple HTML files,
8585
you can use the <b>Oxygen Batch Documents Converter</b> add-on: <xref
86-
href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html" format="html"
86+
href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html" format="html"
8787
scope="external"/>.</p>
8888
</section>
8989
<section id="section_imj_py4_4gb">
@@ -101,7 +101,7 @@
101101
<section id="section_hpn_vrm_lsb">
102102
<title>Migrating Confluence Content to DITA</title>
103103
<p>To convert Confluence content to DITA, you can use the <b>Oxygen Batch Documents Converter</b>
104-
add-on: <xref href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html" format="html"
104+
add-on: <xref href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html" format="html"
105105
scope="external"/>.</p>
106106
<p>You first need to export the content to HTML. For this, log in to your Confluence account
107107
and navigate to the specific space that you want to export. Then go to <b>Space
@@ -122,7 +122,7 @@
122122
<p>The <xref href="https://pandoc.org/" format="html" scope="external">Pandoc</xref>
123123
third-party application can be used to convert reStructuredText content to DocBook or HTML.
124124
Then, you can convert the DocBook or HTML content to DITA using the <xref
125-
href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
125+
href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
126126
format="html" scope="external">Oxygen Batch
127127
Documents Converter</xref> add-on.</p>
128128
</section>
@@ -131,7 +131,7 @@
131131
<p>You may use a third-party application (like <xref href="https://pandoc.org/" format="html"
132132
scope="external">Pandoc</xref>) to convert LaTex content to Word or HTML. Afterwards use
133133
the <b>Oxygen Batch Documents Converter</b>: <xref
134-
href="https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html"
134+
href="https://www.oxygenxml.com/doc/ug-addons/topics/batch-converter-addon.html"
135135
format="html" scope="external"/></p>
136136
</section>
137137
<section id="section_zv4_hy4_4gb">

0 commit comments

Comments
 (0)