Skip to content

Commit d79879f

Browse files
Fixed header link and getting started link (#211)
1 parent ac6c099 commit d79879f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/_header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title = "header"
33
description = ""
44
date = "2017-04-24T18:36:24+02:00"
55
+++
6-
[Codefresh CLI](/)
6+
[Codefresh CLI](/cli/)

docs/content/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight = 10
66
+++
77

88
## Install
9-
Install the CLI through one of the possible ways described in the [Installation](/installation) page.
9+
Install the CLI through one of the possible ways described in the [Installation](/cli/installation) page.
1010

1111
## Authenticate
1212
In order to start working with the cli you will need to update the authentication configuration. <br />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.66",
3+
"version": "0.8.67",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)