From f7cd358d8f7741de3bc6e622c8743953194e68f5 Mon Sep 17 00:00:00 2001 From: LRubin Date: Fri, 11 Nov 2016 16:44:28 -0800 Subject: [PATCH] fix manually-generated list-toc links for #475 --- cs-engine/install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cs-engine/install.md b/cs-engine/install.md index b011d16042..5e1d5cbe2c 100644 --- a/cs-engine/install.md +++ b/cs-engine/install.md @@ -14,9 +14,9 @@ supported version of Docker Engine. CS Docker Engine can be installed on the following operating systems: -* [CentOS 7.1/7.2 & RHEL 7.0/7.1/7.2 (YUM-based systems)](install.md#install-on-centos-7-1-7-2-rhel-7-0-7-1-7-2-yum-based-systems) -* [Ubuntu 14.04 LTS](install.md#install-on-ubuntu-14-04-lts) -* [SUSE Linux Enterprise 12](install.md#install-on-suse-linux-enterprise-12-3) +* [CentOS 7.1/7.2 & RHEL 7.0/7.1/7.2 (YUM-based systems)](install.md#install-on-centos-7172--rhel-707172-yum-based-systems) +* [Ubuntu 14.04 LTS](install.md#install-on-ubuntu-1404-lts) +* [SUSE Linux Enterprise 12](install.md#install-on-suse-linux-enterprise-123) ## Install on CentOS 7.1/7.2 & RHEL 7.0/7.1/7.2 (YUM-based systems) @@ -194,4 +194,4 @@ to the `docker` group. $ sudo usermod -a -G docker $USER ``` -8. Log out and log back in to have your new permissions take effect. \ No newline at end of file +8. Log out and log back in to have your new permissions take effect.