Skip to content

Commit 0b2eaeb

Browse files
authored
DISTMYSQL-544 - [DOCS] - fix links 8.4 (#228)
modified: docs/install-pdps.md modified: docs/install-pdpxc.md modified: docs/installing.md modified: docs/minor-upgrade.md
1 parent 44ed7d7 commit 0b2eaeb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/install-pdps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install Percona software, you need to configure the required repository. To s
1212
$ sudo apt install gnupg2 curl
1313
```
1414

15-
2. [Install percona-release](https://www.percona.com/doc/percona-repo-config/installing.html). If you have it installed, [update percona-release](https://www.percona.com/doc/percona-repo-config/updating.html) to the latest version.
15+
2. [Install percona-release](https://docs.percona.com/percona-software-repositories/installing.html). If you have `percona-release` installed, [update percona-release](https://docs.percona.com/percona-software-repositories/updating.html) to the latest version.
1616

1717
## Procedure
1818

docs/install-pdpxc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install Percona software, you need to configure the required repository. To s
1212
$ sudo apt install gnupg2 curl
1313
```
1414

15-
2. [Install percona-release](https://www.percona.com/doc/percona-repo-config/installing.html). If you have it installed, [update percona-release](https://www.percona.com/doc/percona-repo-config/updating.html) to the latest version.
15+
2. [Install percona-release](https://docs.percona.com/percona-software-repositories/installing.html). If you have `percona-release` installed, [update percona-release](https://docs.percona.com/percona-software-repositories/updating.html) to the latest version.
1616

1717
## Procedure
1818

docs/installing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
We recommend to install Percona Distribution for MySQL from Percona repositories using the package manager of your operating system:
88

9-
* `apt` - for Debian and Ubuntu Linux
10-
* `yum` - for Red Hat Enterprise Linux and compatible Linux derivatives
9+
* `APT` - for Debian and Ubuntu Linux
10+
* `YUM` or `DNF` - for Red Hat Enterprise Linux and compatible Linux derivatives
1111

1212
Find the full list of supported platforms on the [Percona Software and Platform Lifecycle](https://www.percona.com/services/policies/percona-software-support-lifecycle#mysql) page.
1313

docs/minor-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Though minor releases don’t change the behavior, even a minor upgrade is a ris
1212

1313
## Preconditions
1414

15-
To upgrade Percona Distribution for MySQL, [install the `percona-release` repository management tool](https://www.percona.com/doc/percona-repo-config/installing.html) or [update it](https://www.percona.com/doc/percona-repo-config/updating.html) to the latest version.
15+
To upgrade Percona Distribution for MySQL, [install the `percona-release` repository management tool](https://docs.percona.com/percona-software-repositories/installing.html) or [update the `percona-release` tool](https://docs.percona.com/percona-software-repositories/updating.html) to the latest version.
1616

1717
## Procedure
1818

0 commit comments

Comments
 (0)