Skip to content

Commit 18e39e8

Browse files
committed
updated contextual help links
1 parent 322f6ce commit 18e39e8

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

views/contextualhelp/externalthemes.en_EN.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<p>You can use your own <a href="http://andidittrich.de/go/enlighterjs">EnlighterJS</a> Themes by uploading them into a directory named <code>enlighter/</code> within your theme (you have to create it by your own).<br />
1+
<p>You can use your own <a href="https://enlighterjs.org">EnlighterJS</a> Themes by uploading them into a directory named <code>enlighter/</code> within your theme (you have to create it by your own).<br />
22
Please pay attention to the different types:</p>
33

44
<hr />
55
<p><strong>Type 1: Public/Payed WordPress Themes</strong></p>
66
<p><ul><li><em>Themes like WordPress buildin `twentytwelve` or `twentyten`.</em></li>
7-
<li><strong>Attention:</strong> It is strongly recommened to create a <a href="http://codex.wordpress.org/Child_Themes">Child Theme</a> to protect the created <code>enlighter/</code> directory from being erased during the update-process!</li>
7+
<li><strong>Attention:</strong> It is strongly recommened to create a <a href="https://codex.wordpress.org/Child_Themes">Child Theme</a> to protect the created <code>enlighter/</code> directory from being erased during the update-process!</li>
88
</ul></p>
99

1010
<hr />
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<p><strong>Got a problem ? Need support or want to request a new feature ?</strong></p>
22
<ul>
33
<li><a target="_new" href="https://github.com/EnlighterJS/documentation">Docs and Tutorials</a></li>
4+
<li><a target="_new" href="https://github.com/EnlighterJS/documentation/blob/master/wordpress/upgrade/v4.md">v4 Upgrade Notes</a></li>
45
<li><a target="_new" href="https://wordpress.org/plugins/enlighter/faq/">FAQ</a></li>
5-
<li><a target="_new" href="https://enlighterjs.org/Themes.html">Theme Demo</a></li>
66
<li><a target="_new" href="https://wordpress.org/support/plugin/enlighter">Support Forum</a></li>
7-
<li><a target="_new" href="https://twitter.com/andidittrich">News on Twitter</a></li>
87
<li><a target="_new" href="https://wordpress.org/plugins/enlighter/">Enlighter on WordPress.org</a></li>
98
<li><a target="_new" href="https://github.com/EnlighterJS/Plugin.WordPress/issues">Report a Bug</a></li>
109
<li><a target="_new" href="https://andidittrich.com/">Author`s Website</a></li>
11-
<li><a target="_new" href="https://andidittrich.com/contact.html">Contact</a></li>
1210
</ul>

views/contextualhelp/tutorials.en_EN.phtml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<hr />
66

77
<ul>
8-
<li><a href="https://github.com/EnlighterJS/Plugin.WordPress/blob/master/docs/Usage_VisualEditor.md" target="_blank">Enlighter Visual Editor Usage</a></li>
9-
<li><a href="https://github.com/EnlighterJS/Plugin.WordPress/blob/master/docs/Usage_Markdown.md" target="_blank">Enlighter Markdown Usage</a></li>
8+
<li><a href="https://github.com/EnlighterJS/documentation/blob/master/editing/Gutenberg.md" target="_blank">Enlighter Gutenberg Editor Usage</a></li>
9+
<li><a href="https://github.com/EnlighterJS/documentation/blob/master/editing/TinyMCE.md" target="_blank">Enlighter Classic Editor Usage</a></li>
10+
<li><a href="https://github.com/EnlighterJS/documentation/blob/master/editing/Markdown.md" target="_blank">Enlighter Markdown Usage</a></li>
1011

1112
</ul>

views/contextualhelp/usage.en_EN.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<hr />
44

55
<p><strong>Visual Editor Mode</strong></p>
6-
<p>Enlighter provides a full integration into the visual editor! You can easily add code snippets by using the <strong>Code Insert Dialog</strong> located in the upper right corner of the editor toolbar.<br />
6+
<p>Enlighter provides a full integration into the visual editor (Gutenberg+Classic)! You can easily add code snippets by using the <strong>Code Insert Dialog</strong> located in the upper right corner of the editor toolbar.<br />
77
By focusing a code block in the visual editor, a edit icon will appear - this allows you to change the preferences of this snippet.</p>
88
This mode allows you to use Enlighter without any worries. But take care: do not copy+paste snippets directly in the editor!</p>
99

0 commit comments

Comments
 (0)