From e59ff78f9dbab9eccaeac5002f465471b6954b21 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 21 Sep 2018 10:33:31 +0200 Subject: [PATCH] docs: fix path to Ubuntu --- docs/_docs/installation/other-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index 61f54631..d10e63b5 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -2,7 +2,7 @@ title: Jekyll on 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: @@ -16,4 +16,4 @@ On Debian: 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/).