Skip to content

Commit 1ea7092

Browse files
committed
DOC-2350: Fix broken xrefs
1 parent 637694a commit 1ea7092

File tree

74 files changed

+210
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+210
-189
lines changed

modules/ROOT/nav.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
** xref:contributing-docs.adoc[Contribute to documentation]
6565
* Plugins
6666
** Premium plugins
67-
*** xref:a11ychecker.adoc[Accessibility Checker]
67+
*** xref:premium-a11ychecker.adoc[Accessibility Checker]
6868
*** xref:premium-advcode.adoc[Advanced Code Editor]
69-
*** xref:advtable.adoc[Advanced Tables]
69+
*** xref:premium-advtable.adoc[Advanced Tables]
7070
*** xref:premium-casechange.adoc[Case Change]
7171
*** xref:premium-checklist.adoc[Checklist]
7272
*** Comments
@@ -76,16 +76,16 @@
7676
**** xref:comments_embedded_mode.adoc[Embedded mode]
7777
**** xref:comments_toolbars_menus.adoc[Toolbar buttons and menu items]
7878
**** xref:comments_commands_events_apis.adoc[Commands]
79-
*** xref:mediaembed.adoc[Enhanced Media Embed]
79+
*** xref:premium-mediaembed.adoc[Enhanced Media Embed]
8080
*** xref:premium-export.adoc[Export]
8181
*** xref:premium-formatpainter.adoc[Format Painter]
82-
*** xref:linkchecker.adoc[Link Checker]
82+
*** xref:premium-linkchecker.adoc[Link Checker]
8383
*** xref:premium-mentions.adoc[Mentions]
8484
*** xref:premium-moxiemanager.adoc[MoxieManager]
8585
*** xref:premium-pageembed.adoc[Page Embed]
8686
*** xref:premium-permanentpen.adoc[Permanent Pen]
87-
*** xref:powerpaste.adoc[PowerPaste]
88-
*** xref:tinymcespellchecker.adoc[Spell Checker Pro]
87+
*** xref:premium-powerpaste.adoc[PowerPaste]
88+
*** xref:premium-tinymcespellchecker.adoc[Spell Checker Pro]
8989
*** xref:premium-tinydrive.adoc[Tiny Drive]
9090
*** xref:rtc-plugin.adoc[Real-time Collaboration]
9191
** Open source plugins

modules/ROOT/pages/6.0-upcoming-changes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ paste_retain_style_properties:: The Microsoft Word specific paste handling funct
8585

8686
paste_word_valid_elements:: The Microsoft Word specific paste handling functionality will be removed from the `paste` plugin. As a result, the xref:paste.adoc#paste_word_valid_elements[`paste_word_valid_elements`] option will be removed in {productname} 6.0.
8787

88-
spellchecker_select_languages:: The xref:tinymcespellchecker.adoc#spellchecker_select_languages[`spellchecker_select_languages`] option was deprecated and replaced by the xref:configure-localization.adoc#content_langs[`content_langs`] option in {productname} 5.9. The new option provides better support for the BCP47 standard used for `lang` attributes and increased configuration capabilities.
88+
spellchecker_select_languages:: The xref:premium-tinymcespellchecker.adoc#spellchecker_select_languages[`spellchecker_select_languages`] option was deprecated and replaced by the xref:configure-localization.adoc#content_langs[`content_langs`] option in {productname} 5.9. The new option provides better support for the BCP47 standard used for `lang` attributes and increased configuration capabilities.
8989

90-
spellchecker_whitelist:: The `spellchecker_whitelist` option was deprecated and replaced by the xref:tinymcespellchecker.adoc#spellchecker_ignore_list[`spellchecker_ignore_list`] option in {productname} 5.7. The new option provides additional functionality and avoids insensitive naming.
90+
spellchecker_whitelist:: The `spellchecker_whitelist` option was deprecated and replaced by the xref:premium-tinymcespellchecker.adoc#spellchecker_ignore_list[`spellchecker_ignore_list`] option in {productname} 5.7. The new option provides additional functionality and avoids insensitive naming.
9191

9292
table_responsive_width:: The `table_responsive_width` option was deprecated and replaced by the xref:table.adoc#table_sizing_mode[`table_sizing_mode`] option in {productname} 5.4. Use the `'relative'` or `'fixed'` sizing modes to keep the same functionality.
9393

@@ -177,7 +177,7 @@ tinymce.html.Schema API methods:: The `getSpecialElements` method has been depre
177177

178178
tinymce.html.Styles API methods:: The `toHex` method has been deprecated in {productname} 5.10. For information on the `toHex` method, see: xref:apis/tinymce.html.styles.adoc#toHex[tinymce.html.Styles - tohex].
179179

180-
tinymce API properties:: The `editors` and `settings` (undocumented) properties have been deprecated in {productname} 5.10. For information on the deprecated properties, see: xref:api/tinymce/root_tinymce.adoc#properties[tinymce - properties].
180+
tinymce API properties:: The `editors` and `settings` (undocumented) properties have been deprecated in {productname} 5.10. For information on the deprecated properties, see: xref:apis/tinymce.root.adoc#properties[tinymce - properties].
181181

182182
tinymce.AddOnManager API methods:: The `addComponents` and `dependencies` (undocumented) methods have been deprecated in {productname} 5.10. For information on the deprecated methods, see: xref:apis/tinymce.addonmanager.adoc[tinymce.AddOnManager].
183183

modules/ROOT/pages/advanced-events.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ The following event is provided by the xref:importcss.adoc[Import CSS plugin].
491491
[[linkcheckerevents]]
492492
=== Link checker events
493493

494-
The following event is provided by the xref:linkchecker.adoc[Link Checker plugin].
494+
The following event is provided by the xref:premium-linkchecker.adoc[Link Checker plugin].
495495

496496
|===
497497
| Name | Data | Description
@@ -517,7 +517,7 @@ The following event is provided by the xref:lists.adoc[Lists plugin].
517517
[[mediaembedevents]]
518518
=== Media Embed events
519519

520-
The following event is provided by the xref:mediaembed.adoc[Media Embed plugin].
520+
The following event is provided by the xref:premium-mediaembed.adoc[Media Embed plugin].
521521

522522
|===
523523
| Name | Data | Description
@@ -568,7 +568,7 @@ The following events are provided by the xref:premium-permanentpen.adoc[Permanen
568568
[[powerpasteevents]]
569569
=== PowerPaste events
570570

571-
The following events are provided by the xref:powerpaste.adoc[PowerPaste plugin].
571+
The following events are provided by the xref:premium-powerpaste.adoc[PowerPaste plugin].
572572

573573
|===
574574
| Name | Data | Description

modules/ROOT/pages/apis/tinymce.dom.domquery.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ Constructs a new DomQuery instance with the specified selector or context.
128128
=== add()
129129
[source, javascript]
130130
----
131-
add(items: Array | tinymce.core.dom.DomQuery, sort: Boolean): tinymce.dom.DomQuery
131+
add(items: Array | tinymce.dom.DomQuery, sort: Boolean): tinymce.dom.DomQuery
132132
----
133133
Adds new nodes to the set.
134134

135135
==== Parameters
136136

137-
* `items (Array | xref:apis/tinymce.core.dom.domquery.adoc[DomQuery])` - Array of all nodes to add to set.
137+
* `items (Array | xref:apis/tinymce.dom.domquery.adoc[DomQuery])` - Array of all nodes to add to set.
138138
* `sort (Boolean)` - Optional sort flag that enables sorting of elements.
139139

140140
==== Return value

modules/ROOT/pages/apis/tinymce.editor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Constructs a editor instance by id.
175175

176176
* `id (String)` - Unique id for the editor.
177177
* `settings (Object)` - Settings for the editor.
178-
* `editorManager (xref:apis/tinymce.editormanager.adoc[EditorManager])` - EditorManager instance.
178+
* `editorManager (xref:apis/tinymce.editor.adoc[EditorManager])` - EditorManager instance.
179179

180180
[[methods]]
181181
== Methods

modules/ROOT/pages/check-links.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:keywords: enterprise pricing video youtube vimeo mp3 mp4 mov movie clip film link linkchecking linkchecker mediaembed media
44
:title_nav: Hyperlink checking
55

6-
The xref:linkchecker.adoc[Link Checker plugin] provides a link checking service right within the {productname} editor.
6+
The xref:premium-linkchecker.adoc[Link Checker plugin] provides a link checking service right within the {productname} editor.
77

88
Think of Link Checker as "spell-checking for URLs". But instead of checking spelling, it will let you know if a URL in the editor is valid, invalid or questionable. This is a huge time-saver for anyone who creates content -- no more having to double-check URLs, especially in imported content. Not to mention the benefit of no longer frustrating readers with broken hyperlinks.
99

@@ -16,7 +16,7 @@ Once you have the server-side component installed, additional configuration to y
1616

1717
For information on configuring the server-side component, see: xref:server.adoc[Configure server-side components].
1818

19-
You will also find more Self-hosted setup information on the xref:linkchecker.adoc[Link Checker plugin page].
19+
You will also find more Self-hosted setup information on the xref:premium-linkchecker.adoc[Link Checker plugin page].
2020

2121
== Link Checker cloud setup
2222

modules/ROOT/pages/creating-a-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If a custom plugin includes any custom UI created using {productname}'s xref:ui-
9898
+
9999
The files should be JavaScript files and use the relevant language code as the file name. For example: {productname} will search for a Spanish translation file at `'<your plugin>/langs/es_ES.js'`, where `<your plugin>` is to the directory that contains the plugin's entry point file. For a list of supported languages, see: xref:configure-localization.adoc#supportedlanguages[Supported languages].
100100

101-
. In each translation file, add translation strings by passing an object containing key-value pairs of source strings and translation strings to the xref:api/tinymce/root_tinymce.adoc#addI18n[`tinymce.addI18n()` API].
101+
. In each translation file, add translation strings by passing an object containing key-value pairs of source strings and translation strings to the xref:apis/tinymce.root.adoc#addI18n[`tinymce.addI18n()` API].
102102
. In the plugin's entry point file, call `tinymce.PluginManager.requireLangPack()` and pass it the plugin identifier and a comma-delimitated string of the language codes to load.
103103

104104
=== Example: The content of a translation file for additional Spanish translations

modules/ROOT/pages/editor-and-features.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Extend the xref:configure.adoc[{productname} configuration] to include any addit
5858
* xref:premium-pageembed.adoc[Page Embed]
5959
* xref:premium-permanentpen.adoc[Permanent Pen]
6060
* xref:premium-formatpainter.adoc[Format Painter]
61-
* xref:powerpaste.adoc[PowerPaste]
62-
* xref:tinymcespellchecker.adoc[Spell Checker Pro]
61+
* xref:premium-powerpaste.adoc[PowerPaste]
62+
* xref:premium-tinymcespellchecker.adoc[Spell Checker Pro]
6363

6464
NOTE: `spellchecker_rpc_url` is *not* required when enabling this plugin via xref:cloud-deployment-guide.adoc[{cloudname}].
6565

@@ -68,10 +68,10 @@ NOTE: `spellchecker_rpc_url` is *not* required when enabling this plugin via xre
6868
NOTE: Configuration of the `imagetools_cors_hosts` and `imagetools_proxy` properties occurs automatically.
6969

7070
* xref:premium-moxiemanager.adoc[Moxie Manager]
71-
* xref:a11ychecker.adoc[Accessibility Checker]
71+
* xref:premium-a11ychecker.adoc[Accessibility Checker]
7272
* xref:premium-advcode.adoc[Advanced Code Editor]
73-
* xref:mediaembed.adoc[Enhanced Media Embed]
74-
* xref:linkchecker.adoc[Link Checker]
73+
* xref:premium-mediaembed.adoc[Enhanced Media Embed]
74+
* xref:premium-linkchecker.adoc[Link Checker]
7575

7676
NOTE: It may take up to 30 minutes for the purchased plugin to be available to {productname}. Clear the browser's cache.
7777

@@ -124,8 +124,8 @@ Extend the xref:configure.adoc[{productname} configuration] to include any addit
124124
* xref:premium-pageembed.adoc[Page Embed]
125125
* xref:premium-permanentpen.adoc[Permanent Pen]
126126
* xref:premium-formatpainter.adoc[Format Painter]
127-
* xref:powerpaste.adoc[Powerpaste]
128-
* xref:tinymcespellchecker.adoc[Spell Checker Pro]
127+
* xref:premium-powerpaste.adoc[Powerpaste]
128+
* xref:premium-tinymcespellchecker.adoc[Spell Checker Pro]
129129

130130
NOTE: `spellchecker_rpc_url` is *not* required when enabling this plugin via xref:cloud-deployment-guide.adoc[{cloudname}].
131131

@@ -134,7 +134,7 @@ NOTE: `spellchecker_rpc_url` is *not* required when enabling this plugin via xre
134134
NOTE: Configuration of the `imagetools_cors_hosts` and `imagetools_proxy` properties occurs automatically.
135135

136136
* xref:premium-moxiemanager.adoc[Moxie Manager]
137-
* xref:a11ychecker.adoc[Accessibility Checker]
137+
* xref:premium-a11ychecker.adoc[Accessibility Checker]
138138
* xref:premium-advcode.adoc[Advanced Code Editor]
139-
* xref:mediaembed.adoc[Enhanced Media Embed]
140-
* xref:linkchecker.adoc[Link Checker]
139+
* xref:premium-mediaembed.adoc[Enhanced Media Embed]
140+
* xref:premium-linkchecker.adoc[Link Checker]

modules/ROOT/pages/editor-command-identifiers.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ include::partial$commands/advlist-cmds.adoc[]
328328
[[advancedtables]]
329329
==== Advanced Tables
330330

331-
The following commands require the xref:advtable.adoc[Advanced Tables (`advtable`)] plugin.
331+
The following commands require the xref:premium-advtable.adoc[Advanced Tables (`advtable`)] plugin.
332332

333333
include::partial$commands/advtable-cmds.adoc[]
334334

@@ -505,7 +505,7 @@ include::partial$commands/permanentpen-cmds.adoc[]
505505
[[powerpaste]]
506506
==== PowerPaste
507507

508-
The following command requires the xref:powerpaste.adoc[PowerPaste (`powerpaste`)] plugin.
508+
The following command requires the xref:premium-powerpaste.adoc[PowerPaste (`powerpaste`)] plugin.
509509

510510
include::partial$commands/powerpaste-cmds.adoc[]
511511

@@ -549,7 +549,7 @@ include::partial$commands/spellchecker-cmds.adoc[]
549549
[[spellcheckerpro]]
550550
==== Spell Checker Pro
551551

552-
The following commands require the xref:tinymcespellchecker.adoc[Spell Checker Pro (`tinymcespellchecker`)] plugin.
552+
The following commands require the xref:premium-tinymcespellchecker.adoc[Spell Checker Pro (`tinymcespellchecker`)] plugin.
553553

554554
include::partial$commands/tinymcespellchecker-cmds.adoc[]
555555

modules/ROOT/pages/editor-plugin-version.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ The `identifier` of the plugin is used as a query parameter. This table summaris
7070
|===
7171
| Plugin | Identifier | Supported Versions
7272

73-
| xref:a11ychecker.adoc[Accessibility Checker]
73+
| xref:premium-a11ychecker.adoc[Accessibility Checker]
7474
| `a11ychecker`
7575
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/a11ychecker/available-versions[Versions]
7676

7777
| xref:premium-advcode.adoc[Advanced Code Editor]
7878
| `advcode`
7979
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/advcode/available-versions[Versions]
8080

81-
| xref:advtable.adoc[Advanced Tables]
81+
| xref:premium-advtable.adoc[Advanced Tables]
8282
| `advtable`
8383
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/advtable/available-versions[Versions]
8484

@@ -94,7 +94,7 @@ The `identifier` of the plugin is used as a query parameter. This table summaris
9494
| `comments`
9595
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/tinycomments/available-versions[Versions]
9696

97-
| xref:mediaembed.adoc[Enhanced Media Embed]
97+
| xref:premium-mediaembed.adoc[Enhanced Media Embed]
9898
| `mediaembed`
9999
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/mediaembed/available-versions[Versions]
100100

@@ -106,7 +106,7 @@ The `identifier` of the plugin is used as a query parameter. This table summaris
106106
| `formatpainter`
107107
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/formatpainter/available-versions[Versions]
108108

109-
| xref:linkchecker.adoc[Link Checker]
109+
| xref:premium-linkchecker.adoc[Link Checker]
110110
| `linkchecker`
111111
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/linkchecker/available-versions[Versions]
112112

@@ -122,11 +122,11 @@ The `identifier` of the plugin is used as a query parameter. This table summaris
122122
| `permanentpen`
123123
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/permanentpen/available-versions[Versions]
124124

125-
| xref:powerpaste.adoc[PowerPaste]
125+
| xref:premium-powerpaste.adoc[PowerPaste]
126126
| `powerpaste`
127127
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/powerpaste/available-versions[Versions]
128128

129-
| xref:tinymcespellchecker.adoc[Spell Checker Pro]
129+
| xref:premium-tinymcespellchecker.adoc[Spell Checker Pro]
130130
| `tinymcespellchecker`
131131
| http://cdn.tiny.cloud/1/no-api-key/tinymce-plugins/tinymcespellchecker/available-versions[Versions]
132132

0 commit comments

Comments
 (0)