Skip to content

Commit a3a3bc3

Browse files
Fix the url for downloading the RHEL 8 packages
Update yum-download-rpm.md
1 parent 23daf22 commit a3a3bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/yum-download-rpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following example downloads *Percona Server for MySQL* {{release}} release p
1717
1. Using [`Wget`](https://www.gnu.org/software/wget/), the following command downloads a specific version of Percona Server for MySQL on Red Hat Enterprise Linux 8 from the Percona website.
1818

1919
```{.bash data-prompt="$"}
20-
$ wget https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-{{release}}/binary/redhat/8/x86_64/Percona-Server-{{release}}-re5c6e9d2-el8-x86_64-bundle.tar
20+
$ wget https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-{{release}}/binary/redhat/8/x86_64/Percona-Server-{{release}}-re2841f91-el8-x86_64-bundle.tar
2121
```
2222

2323
2. The following command extracts the contents of Percona Server for MySQL tarball. The `tar` command uses these options for the extraction:

0 commit comments

Comments
 (0)