Skip to content

Commit

Permalink
Fix link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xanmanning committed Dec 5, 2020
1 parent 4afc2c8 commit 5d3524d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
---
-->

## 2020-12-05, v2.1.1

### Notable changes

- Fixed link to documentation.

---

## 2020-12-05, v2.1.0

### Notable changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ variable as per the below example:
k3s_server: "{{ lookup('file', 'path/to/k3s_server.yml') | from_yaml }}"
```

Check out the [Documentation](Documentation/README.md) for example
Check out the [Documentation](documentation/README.md) for example
configuration.

### Agent (Worker) Configuration
Expand Down Expand Up @@ -161,7 +161,7 @@ variable as per the below example:
k3s_agent: "{{ lookup('file', 'path/to/k3s_agent.yml') | from_yaml }}"
```

Check out the [Documentation](Documentation/README.md) for example
Check out the [Documentation](documentation/README.md) for example
configuration.

#### Important note about `k3s_release_version`
Expand Down

0 comments on commit 5d3524d

Please sign in to comment.