Fix link to documentation

This commit is contained in:
Xan Manning 2020-12-05 22:01:43 +00:00
parent 4afc2c8a5a
commit 5d3524d729
2 changed files with 10 additions and 2 deletions

View File

@ -14,6 +14,14 @@
---
-->
## 2020-12-05, v2.1.1
### Notable changes
- Fixed link to documentation.
---
## 2020-12-05, v2.1.0
### Notable changes

View File

@ -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
@ -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`