diff --git a/modules/ROOT/pages/creating-a-skin.adoc b/modules/ROOT/pages/creating-a-skin.adoc index 19f20e2fbe..1b068f1a77 100644 --- a/modules/ROOT/pages/creating-a-skin.adoc +++ b/modules/ROOT/pages/creating-a-skin.adoc @@ -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 diff --git a/modules/ROOT/pages/installation-self-hosted.adoc b/modules/ROOT/pages/installation-self-hosted.adoc index b677cfbdb6..b4254b7777 100644 --- a/modules/ROOT/pages/installation-self-hosted.adoc +++ b/modules/ROOT/pages/installation-self-hosted.adoc @@ -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)^] diff --git a/modules/ROOT/partials/what-is-tinymce.adoc b/modules/ROOT/partials/what-is-tinymce.adoc index 1fa1a1863c..0169733594 100644 --- a/modules/ROOT/partials/what-is-tinymce.adoc +++ b/modules/ROOT/partials/what-is-tinymce.adoc @@ -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]