Skip to content

Commit e7bcd20

Browse files
committed
fixing links
1 parent 45f2475 commit e7bcd20

File tree

312 files changed

+5363
-5538
lines changed

Some content is hidden

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

312 files changed

+5363
-5538
lines changed

CODE_OF_CONDUCT.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ./
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Contributor Covenant Code of Conduct
54

65
[[our-pledge]]

CONTRIBUTING.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ./
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Contributing to the TinyMCE developer documentation
54

65
This page outlines how you can provide feedback and contribute to TinyMCE documentation.

README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ./
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= TinyMCE Documentation
54
:pp: {plus}{plus}
65

_config-local-override.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/ROOT/pages/advanced/accessibility.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ../
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Accessibility
54
:description: Learn how TinyMCE works with screen readers and how screen readers work with TinyMCE.
65
:description_short: Learn how TinyMCE works with screen readers and how screen readers work with TinyMCE.

modules/ROOT/pages/advanced/annotations.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ../
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Annotations
54
:description: TinyMCE Annotations provides the ability to describe particular features or add general information to a piece of content and creates identifiers for each added annotation.
65
:keywords: annotation annotations
@@ -40,7 +39,7 @@ setup: function(ed) {
4039
};
4140
----
4241

43-
See link:{baseurl}/configure/index.html[Configure TinyMCE] for more information on how to configure TinyMCE core.
42+
See link:{rootDir}configure/index.html[Configure TinyMCE] for more information on how to configure TinyMCE core.
4443

4544
[[2-registering-the-annotator-plugin]]
4645
=== 2. Registering the Annotator Plugin

modules/ROOT/pages/advanced/boilerplate-content-css.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ../
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Boilerplate Content CSS
54
:description: Learn how to set up CSS for your site to integrate TinyMCE.
65
:description_short: Learn how to set up CSS for your site to integrate TinyMCE.
@@ -9,7 +8,7 @@
98

109
There are a few advanced features in TinyMCE that require some CSS to be added to the page that displays the contents produced by the editor. In general, you want to get an as clean output as possible from a rich text editor, and some of the more advanced features like captioned images use CSS rather than inline styles to render correctly.
1110

12-
This Boilerplate CSS can be used to style these advanced elements. This CSS file can be used within the editor using the link:{baseurl}/configure/content-appearance/#content_css[content_css] option and also on your page where the saved content is presented.
11+
This Boilerplate CSS can be used to style these advanced elements. This CSS file can be used within the editor using the link:{rootDir}configure/content-appearance/#content_css[content_css] option and also on your page where the saved content is presented.
1312

1413
[source,css]
1514
----

modules/ROOT/pages/advanced/configuring-comments-callbacks.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ../
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Configuring callbacks for Comments 2.0
54
:description: Instructions for configuring callbacks for Comments 2.0
65
:keywords: comments commenting tinycomments callback
@@ -9,7 +8,7 @@
98
[[introduction]]
109
== Introduction
1110

12-
*Callback mode* is the default mode for link:{baseurl}/plugins/comments/comments_2.0.html[Comments 2.0]. In the callback mode, the user needs to configure storage to be able to save comments on the server. The Comments functions (create, reply, edit, delete comment, delete all conversations, and lookup) are configured differently depending upon the server-side storage configuration.
11+
*Callback mode* is the default mode for link:{rootDir}plugins/comments/comments_2.0.html[Comments 2.0]. In the callback mode, the user needs to configure storage to be able to save comments on the server. The Comments functions (create, reply, edit, delete comment, delete all conversations, and lookup) are configured differently depending upon the server-side storage configuration.
1312

1413
[[required-settings]]
1514
=== Required settings
@@ -211,4 +210,4 @@ The done callback needs to take an object of the form:
211210
}
212211
----
213212

214-
For more information on Comments commercial feature, visit our link:{baseurl}/enterprise/tiny-comments.html[Premium Features] page.
213+
For more information on Comments commercial feature, visit our link:{rootDir}enterprise/tiny-comments.html[Premium Features] page.

modules/ROOT/pages/advanced/contributing-docs.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ../
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Contribute to the Docs
54
:description: Contribute to TinyMCE's developer documentation.
65
:description_short: Contribute to TinyMCE's developer documentation.

modules/ROOT/pages/advanced/contributing-to-open-source.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:rootDir: ../
22
:partialsDir: {rootDir}partials/
3-
:imagesDir: {rootDir}images/
43
= Contribute to TinyMCE
54
:description: Contribute to the open source project. Help build the core, plugins or even write the documentation.
65
:description_short: Contribute to the open source project.
@@ -30,4 +29,4 @@ The TinyMCE source code is https://github.com/tinymce/tinymce[hosted on Github].
3029
== Contributing to the documentation
3130
anchor:contributingtothedocumentation[historical anchor]
3231

33-
If you would like to contribute to TinyMCE's documentation, please see our link:{baseurl}/advanced/contributing-docs.html[contrib page and style guide].
32+
If you would like to contribute to TinyMCE's documentation, please see our link:{rootDir}advanced/contributing-docs.html[contrib page and style guide].

0 commit comments

Comments
 (0)