Skip to content

Commit ac6c099

Browse files
Fixed broken links (#210)
1 parent 50caee5 commit ac6c099

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The CLI can be used to achieve the following:
1616
<li>Run complex pipeline use cases by using the CLI inside your pipeline steps.</li>
1717
</ul>
1818

19-
To get started please navigate to [Getting started](/getting-started) page.
19+
To get started please navigate to [Getting started](getting-started) page.

docs/content/contexts/spec/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The default is `account`. <br>
1414
### Type
1515
`.spec.type` should be one of the following: <br>
1616
<ul>
17-
<li>[config](/contexts/spec/config) </li>
18-
<li>[secret](/contexts/spec/secret) </li>
19-
<li>[yaml](/contexts/spec/yaml) </li>
20-
<li>[secret-yaml](/contexts/spec/secret-yaml) </li>
21-
<li>[helm-repository](/contexts/spec/helm-repository) </li>
17+
<li>[config](config) </li>
18+
<li>[secret](secret) </li>
19+
<li>[yaml](yaml) </li>
20+
<li>[secret-yaml](secret-yaml) </li>
21+
<li>[helm-repository](helm-repository) </li>
2222
</ul>
2323

2424
### Data

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.65",
3+
"version": "0.8.66",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)