From 8889c42ff0881c96cf07e4bf18e84467e77c5b5b Mon Sep 17 00:00:00 2001 From: ziv-codefresh <32479607+ziv-codefresh@users.noreply.github.com> Date: Sun, 25 Mar 2018 09:20:15 +0300 Subject: [PATCH] fix links doc --- docs/content/installation/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/installation/_index.md b/docs/content/installation/_index.md index 2d32420b6..c8f2174b1 100644 --- a/docs/content/installation/_index.md +++ b/docs/content/installation/_index.md @@ -6,8 +6,8 @@ weight = 20 Codefresh CLI is developed and built with node.js.
-In case you have node.js installed on your machine you can use [NPM](/installation/npm) or [YARN](/installation/yarn) to install it.
+In case you have node.js installed on your machine you can use [NPM](/cli/installation/npm) or [YARN](/cli/installation/yarn) to install it.
-If you don't have node.js installed you can install the CLI by [Donwloading](/installation/download) it directly.
+If you don't have node.js installed you can install the CLI by [Donwloading](/cli/installation/download) it directly.
-It is also possible to run the CLI using a [Docker image](/installation/docker). +It is also possible to run the CLI using a [Docker image](/cli/installation/docker).