Browse Source

DOC-244 Change remaining community.tinymce.com links to community.tiny.cloud (#951)

pull/952/head
Alex Shteinikov 7 years ago
committed by GitHub
parent
commit
adcc84063a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _includes/configuration/style-formats.md
  2. 4
      general-configuration-guide/get-support.md
  3. 2
      integrations/angular2.md
  4. 2
      integrations/bootstrap.md
  5. 2
      integrations/jquery.md
  6. 2
      plugins/link.md

2
_includes/configuration/style-formats.md

@ -123,4 +123,4 @@ tinymce.init({
});
```
Hopefully we'll have an [exact replica of the defaults](https://community.tinymce.com/communityQuestion?id=90661000000Mrw1AAC) soon.
Hopefully we'll have an [exact replica of the defaults](https://community.tiny.cloud/communityQuestion?id=90661000000Mrw1AAC) soon.

4
general-configuration-guide/get-support.md

@ -6,7 +6,7 @@ description: Community and pro-grade support options.
keywords: forum forums url absolute relative security xss
---
> If you landed here having worked through the [Introduction & getting started]({{ site.baseurl }}/general-configuration-guide/advanced-install) section, congratulations, you are on your way to the TinyMCE ninja hood :-). It's now time to deep-dive into [configuring the editor]({{ site.baseurl }}/configure/) and explore [plugin options]({{ site.baseurl }}/plugins/). We wish you well and welcome you to TinyMCE. If you get stuck, a great place to start is the [TinyMCE Forum](https://community.tinymce.com/).
> If you landed here having worked through the [Introduction & getting started]({{ site.baseurl }}/general-configuration-guide/advanced-install) section, congratulations, you are on your way to the TinyMCE ninja hood :-). It's now time to deep-dive into [configuring the editor]({{ site.baseurl }}/configure/) and explore [plugin options]({{ site.baseurl }}/plugins/). We wish you well and welcome you to TinyMCE. If you get stuck, a great place to start is the [TinyMCE Forum](https://community.tiny.cloud/).
## Premium support
@ -14,7 +14,7 @@ keywords: forum forums url absolute relative security xss
## Forums
Open Source Community Edition users can get free access to the [TinyMCE Forum](https://community.tinymce.com/). Sign up [here](https://community.tinymce.com/).
Open Source Community Edition users can get free access to the [TinyMCE Forum](https://community.tiny.cloud/). Sign up [here](https://community.tiny.cloud/).
## FAQ & troubleshooting

2
integrations/angular2.md

@ -180,4 +180,4 @@ To opt out of using TinyMCE cloud, you have to make TinyMCE globally available y
#### A note about integrations
> Note: We are pleased to provide integrations/code guidance to help you build great products with TinyMCE. If you have queries about this integration, please join the [TinyMCE Community](https://community.tinymce.com).
> Note: We are pleased to provide integrations/code guidance to help you build great products with TinyMCE. If you have queries about this integration, please join the [TinyMCE Community](https://community.tiny.cloud).

2
integrations/bootstrap.md

@ -23,4 +23,4 @@ $(document).on('focusin', function(e) {
#### A note about integrations
> Note: We are pleased to provide integrations/code guidance to help you build great products with TinyMCE. If you have queries about this integration, please join the [TinyMCE Community](https://community.tinymce.com).
> Note: We are pleased to provide integrations/code guidance to help you build great products with TinyMCE. If you have queries about this integration, please join the [TinyMCE Community](https://community.tiny.cloud).

2
integrations/jquery.md

@ -22,4 +22,4 @@ $(document).on('focusin', function(e) {
#### A note about integrations
> Note: We are pleased to provide integrations/code guidance to help you build great products with TinyMCE. If you have queries about this integration, please join the [TinyMCE Community](https://community.tinymce.com).
> Note: We are pleased to provide integrations/code guidance to help you build great products with TinyMCE. If you have queries about this integration, please join the [TinyMCE Community](https://community.tiny.cloud).

2
plugins/link.md

@ -147,7 +147,7 @@ tinymce.init({
{title: 'Moxiecode', value: 'https://about.tiny.cloud'},
{title: 'TinyMCE resources', menu: [
{title: 'TinyMCE documentation', value: 'https://www.tiny.cloud/docs/'},
{title: 'TinyMCE forum', value: 'https://community.tinymce.com/'}
{title: 'TinyMCE forum', value: 'https://community.tiny.cloud/'}
]}
]
});

Loading…
Cancel
Save