From 5d3524d729842f38198e78deaf8c33f88b6580fe Mon Sep 17 00:00:00 2001 From: Xan Manning Date: Sat, 5 Dec 2020 22:01:43 +0000 Subject: [PATCH] Fix link to documentation --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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`