diff --git a/CHANGELOG.md b/CHANGELOG.md index b9efa05..39d6786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ --- --> +## 2020-12-05, v2.1.1 + +### Notable changes + + - Fixed link to documentation. + +--- + ## 2020-12-05, v2.1.0 ### Notable changes diff --git a/README.md b/README.md index 327c375..cd07495 100644 --- a/README.md +++ b/README.md @@ -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`