Skip to content

Commit

Permalink
doc: fix reference to snippets (#752)
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <[email protected]>
  • Loading branch information
RealAnna authored Feb 2, 2023
1 parent 1e8c8dd commit bab6a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ kubectl version --short

The output should look like this. In this example, both client and server are at v1.24.0 so the Keptn Lifecycle Toolkit will work.

{{% readfile file="snippets/tasks/k8s_version_output.md" markdown="true" %}}
{{% readfile file="./snippets/tasks/k8s_version_output.md" markdown="true" %}}

## Install the Keptn Lifecycle Toolkit
{{% readfile file="snippets/tasks/install.md" markdown="true" %}}
{{% readfile file="./snippets/tasks/install.md" markdown="true" %}}

## Check out the Getting Started Repository
For the further progress of this guide, we need a sample application as well as some helpers which makes it easier for your to set up your environment. These things can be found in our Getting Started repository which can be checked out as follows:
Expand Down

0 comments on commit bab6a6f

Please sign in to comment.