docs: fix path to Ubuntu

This commit is contained in:
Frank Taillandier 2018-09-21 10:33:31 +02:00
parent 879a4c44f6
commit e59ff78f9d
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: Jekyll on Linux title: Jekyll on Linux
permalink: /docs/installation/other-linux/ permalink: /docs/installation/other-linux/
--- ---
Installation on other Linux distributions works similarly as on [Ubuntu](ubuntu.html). Installation on other Linux distributions works similarly as on [Ubuntu](../ubuntu/).
On Fedora, the dependencies can be installed as follows: On Fedora, the dependencies can be installed as follows:
@ -16,4 +16,4 @@ On Debian:
sudo apt-get install ruby-full build-essential sudo apt-get install ruby-full build-essential
``` ```
The rest works the same as on [Ubuntu](ubuntu.html). The rest works the same as on [Ubuntu](../ubuntu/).