Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/creating-a-skin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This guide explains how to manually create a new skin to customize the appearanc
Before beginning, ensure that:

* Familiarity with the command line and basic commands is established.
* link:https://nodejs.org/en/[Node.js] and link:https://yarnpkg.com/en/[Yarn] are already installed.
* A basic understanding of link:http://lesscss.org[Less], the CSS preprocessor used to build skins, is required. Specifically, review the link:http://lesscss.org/features/#variables-feature[section on variables].
* link:https://nodejs.org/en/[Node.js^] and link:https://yarnpkg.com/[Yarn^] are already installed.
* A basic understanding of link:http://lesscss.org[Less^], the CSS preprocessor used to build skins, is required. Specifically, review the link:http://lesscss.org/features/#variables-feature[section on variables^].

== Preparation

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation-self-hosted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ You can install {productname} using various package managers:
|link:https://www.npmjs.com/package/tinymce[npm^]
|`npm install tinymce`

|link:https://classic.yarnpkg.com/en/package/tinymce[Yarn^]
|link:https://yarnpkg.com/package/tinymce[Yarn^]
|`yarn add tinymce`

|link:https://packagist.org/packages/tinymce/tinymce[Composer (PHP)^]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/partials/what-is-tinymce.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The fastest way to get started with {productname}. Load from the {cloudname} CDN
[.lead]
xref:installation-self-hosted.adoc[Using a package manager]

Install {productname} locally using link:https://www.npmjs.com/package/tinymce^[NPM], link:https://classic.yarnpkg.com/en/package/tinymce^[Yarn], or other package managers for self-hosted solutions.
Install {productname} locally using link:https://www.npmjs.com/package/tinymce[NPM^], link:https://yarnpkg.com/package/tinymce[Yarn^], or other package managers for self-hosted solutions.

|
[.lead]
Expand Down
Loading