From 0a371514d3373f55ec6a14652177d185e181f8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAgust=C3=ADn?= Date: Sun, 30 Jul 2017 19:37:18 -0300 Subject: [PATCH] Fixed broken linkes in Contents section [Solves #123] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0a30ada..f04b57f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, { "ul": [ - "[Installation](#installation)", + "[Installation](#cloud-installation)", [ "[Usage](#usage)", { @@ -76,8 +76,8 @@ ] } ], - "[Documentation](#documentation)", - "[How to contribute](#how-to-contribute)" + "[Documentation](#memo-documentation)", + "[How to contribute](#yum-how-to-contribute)" ] } ],