Fix broken links

This commit is contained in:
Joao Fernandes 2018-02-09 13:35:38 -08:00 committed by Joao Fernandes
parent 9ea7a4c57e
commit 366aab5aad
1 changed files with 4 additions and 7 deletions

View File

@ -1,11 +1,11 @@
{% assign green-check = '![yes](/install/images/green-check.svg){: style="height: 14px; margin: 0 auto"}' %}
{% assign install-prefix-ce = '/install/linux/docker-ee' %}
{% assign install-prefix-ee = '/install/linux/docker-ce' %}
{% assign install-prefix-ce = '/install/linux/docker-ce' %}
{% assign install-prefix-ee = '/install/linux/docker-ee' %}
#### Docker EE
| Platform | x86_64 / amd64 | IBM Power (ppc64le) | IBM Z (s390x) |
|-----------------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|
|:----------------------------------------------------------------|:-------------------------------------------------------|:-------------------------------------------------------|:-------------------------------------------------------|
| [CentOS]({{ install-prefix-ee }}/centos.md) | [{{ green-check }}]({{ install-prefix-ee }}/centos.md) | | |
| [Oracle Linux]({{ install-prefix-ee }}/oracle.md) | [{{ green-check }}]({{ install-prefix-ee }}/oracle.md) | | |
| [Red Hat Enterprise Linux]({{ install-prefix-ee }}/rhel.md) | [{{ green-check }}]({{ install-prefix-ee }}/rhel.md) | [{{ green-check }}]({{ install-prefix-ee }}/rhel.md) | [{{ green-check }}]({{ install-prefix-ee }}/rhel.md) |
@ -20,11 +20,8 @@
#### Docker CE
| Platform | x86_64 / amd64 | ARM | ARM64 / AARCH64 | IBM Power (ppc64le) | IBM Z (s390x) |
|---------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|--------------------------------------------------------|
|:--------------------------------------------|:-------------------------------------------------------|:-------------------------------------------------------|:-------------------------------------------------------|:-------------------------------------------------------|:-------------------------------------------------------|
| [CentOS]({{ install-prefix-ce }}/centos.md) | [{{ green-check }}]({{ install-prefix-ce }}/centos.md) | | [{{ green-check }}]({{ install-prefix-ce }}/centos.md) | | |
| [Debian]({{ install-prefix-ce }}/debian.md) | [{{ green-check }}]({{ install-prefix-ce }}/debian.md) | [{{ green-check }}]({{ install-prefix-ce }}/debian.md) | [{{ green-check }}]({{ install-prefix-ce }}/debian.md) | | |
| [Fedora]({{ install-prefix-ce }}/fedora.md) | [{{ green-check }}]({{ install-prefix-ce }}/fedora.md) | | | | |
| [Ubuntu]({{ install-prefix-ce }}/ubuntu.md) | [{{ green-check }}]({{ install-prefix-ce }}/ubuntu.md) | [{{ green-check }}]({{ install-prefix-ce }}/ubuntu.md) | [{{ green-check }}]({{ install-prefix-ce }}/ubuntu.md) | [{{ green-check }}]({{ install-prefix-ce }}/ubuntu.md) | [{{ green-check }}]({{ install-prefix-ce }}/ubuntu.md) |