Skip to content

Commit 474d8b4

Browse files
authored
Merge pull request #590 from nadezhdafilina/updt-anchors-runtimes
ELSDOC-305, updated anchors for runtimes
2 parents 6109560 + efd7a6b commit 474d8b4

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/els-for-runtimes/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following steps use the .NET SDK installation as an example. If you are inst
7575

7676
1. Download the installer
7777

78-
Use your tokenized URL to access the download page. Choose the appropriate runtime (SDK, Runtime, Desktop Runtime, or ASP.NET Core Runtime) and download the installer for your architecture (x64 or x86). Downloading the latest version is recommended.
78+
Use your tokenized URL (see [Prerequisites](#prerequisites) above) to access the download page. Choose the appropriate runtime (SDK, Runtime, Desktop Runtime, or ASP.NET Core Runtime) and download the installer for your architecture (x64 or x86). Downloading the latest version is recommended.
7979

8080
The .NET SDK is installed via an `.exe` installer. The .NET Runtime, Desktop Runtime, and ASP.NET Core Runtime are installed via `.msi` files.
8181

docs/els-for-runtimes/nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ alt-nodejs provides a more flexible and convenient environment for working with
6060
{ title: 'APK', content: `wget https://repo.alt.tuxcare.com/alt-nodejs-els/install-els-alt-nodejs-apk-repo.sh` }
6161
]" />
6262

63-
2. Run the installer script with your license key
63+
2. Run the installer script with your license key (see [Prerequisites](#prerequisites) above)
6464

6565
The script registers the server with CLN, adds the PGP key and repository.
6666

docs/els-for-runtimes/openjdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Endless Lifecycle Support (ELS) from TuxCare provides security fixes for OpenJDK
3434
wget https://repo.tuxcare.com/openjdk-els/install-openjdk-els-repo.sh
3535
```
3636

37-
2. Run the installer script with your license key
37+
2. Run the installer script with your license key (see [Prerequisites](#prerequisites) above)
3838

3939
```text
4040
sh install-openjdk-els-repo.sh --license-key XXXXXXXXXXX

docs/els-for-runtimes/php/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ TuxCare provides additional security support for PHP versions after the end of s
101101
{ title: 'APK', content: `wget https://repo.alt.tuxcare.com/alt-php-els/install-els-alt-php-apk-repo.sh` }
102102
]" />
103103

104-
2. Run the installer script with your license key
104+
2. Run the installer script with your license key (see [Prerequisites](#prerequisites) above)
105105

106106
The script registers the server with CLN, adds the PGP key and repository.
107107

@@ -299,7 +299,7 @@ Replace `alt-package-name` with the specific name of the package you are looking
299299
300300
TuxCare provides two ways to install ELS PHP on Windows: **manually** by downloading and configuring PHP from the repository, or using the **TuxCare Installer** — a graphical tool that automates the process.
301301
302-
<ELSPrerequisites>
302+
<ELSPrerequisites id="windows-prerequisites">
303303
304304
* Secure download link (tokenized URL) — contact [sales@tuxcare.com](mailto:sales@tuxcare.com)
305305
* Administrator access to the Windows system
@@ -383,7 +383,7 @@ curl -O "${BASE}${FILE}"
383383

384384
1. Open the repository in your browser
385385

386-
Navigate to your tokenized URL:
386+
Navigate to your tokenized URL (see [Prerequisites](#windows-prerequisites) above):
387387

388388
```text
389389
https://<YOUR-TOKEN>@windows.tuxcare.com/php/
@@ -485,7 +485,7 @@ TuxCare Installer allows you to install and manage ELS PHP versions through a gr
485485

486486
1. Download the installer and launch it
487487

488-
Download the installer using your tokenized URL:
488+
Download the installer using your tokenized URL (see [Prerequisites](#windows-prerequisites) above):
489489

490490
```text
491491
https://<YOUR-TOKEN>@windows.tuxcare.com/php/installer/TuxCare.Installer.exe

docs/els-for-runtimes/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ alt-python provides a more flexible and convenient environment for working with
5959
{ title: 'APK', content: `wget https://repo.alt.tuxcare.com/alt-python-els/install-els-alt-python-apk-repo.sh` }
6060
]" />
6161

62-
2. Run the installer script with your license key
62+
2. Run the installer script with your license key (see [Prerequisites](#prerequisites) above)
6363

6464
The script registers the server with CLN, adds the PGP key and repository.
6565

docs/els-for-runtimes/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ alt-ruby provides a more flexible and convenient environment for working with di
6060
{ title: 'APK', content: `wget https://repo.alt.tuxcare.com/alt-ruby-els/install-els-alt-ruby-apk-repo.sh` }
6161
]" />
6262

63-
2. Run the installer script with your license key
63+
2. Run the installer script with your license key (see [Prerequisites](#prerequisites) above)
6464

6565
The script registers the server with CLN, adds the PGP key and repository.
6666

0 commit comments

Comments
 (0)