From fa6685ca8536d411674618f4e8fc18d39c70dbba Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 25 May 2016 23:59:31 +0200 Subject: [PATCH] Merge pull request #23001 from Djelibeybi/fix-oracle-docs Fix URLs for official Oracle installation guide. (cherry picked from commit 8863d6dc5fdfaf1db5930b644eb5c271dd5a162a) Signed-off-by: Sebastiaan van Stijn --- docs/installation/linux/oracle.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/installation/linux/oracle.md b/docs/installation/linux/oracle.md index 9513f8b85d..3901e2eb1e 100644 --- a/docs/installation/linux/oracle.md +++ b/docs/installation/linux/oracle.md @@ -29,13 +29,8 @@ btrfs storage engine on both Oracle Linux 6 and 7. > follow the installation instructions provided in the > [Oracle Linux documentation](https://docs.oracle.com/en/operating-systems/?tab=2). > -> The installation instructions for Oracle Linux 6 can be found in [Chapter 10 of -> the Administrator's -> Solutions Guide](https://docs.oracle.com/cd/E37670_01/E37355/html/ol_docker.html) -> -> The installation instructions for Oracle Linux 7 can be found in [Chapter 29 of -> the Administrator's -> Guide](https://docs.oracle.com/cd/E52668_01/E54669/html/ol7-docker.html) +> The installation instructions for Oracle Linux 6 and 7 can be found in [Chapter 2 of +> the Docker User's Guide](https://docs.oracle.com/cd/E52668_01/E75728/html/docker_install_upgrade.html) 1. Log into your machine as a user with `sudo` or `root` privileges.