From f7c9663efe142644c6e5ec04ea5144a98f541953 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Tue, 29 Apr 2025 21:33:03 +0200 Subject: [PATCH] docs: Update links --- README.md | 6 +++--- charts/planka/README.md | 2 +- charts/planka/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0f4266d..d7a2107b 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ ## How to deploy Planka -There are many ways to install Planka, [check them out](https://docs.planka.cloud/docs/intro). +There are many ways to install Planka, [check them out](https://docs.planka.cloud/docs/welcome/). -For configuration, please see the [configuration section](https://docs.planka.cloud/docs/category/configuration). +For configuration, please see the [configuration section](https://docs.planka.cloud/docs/category/configuration/). ## Mobile app @@ -46,7 +46,7 @@ We do NOT offer any public support via email, please use GitHub. ## Development -See the [development section](https://docs.planka.cloud/docs/Development). +See the [development section](https://docs.planka.cloud/docs/development/). ## Tech stack diff --git a/charts/planka/README.md b/charts/planka/README.md index fbecddcc..97b2cce6 100644 --- a/charts/planka/README.md +++ b/charts/planka/README.md @@ -14,7 +14,7 @@ If you want to fully uninstall this chart including the data, follow [these step ## Usage -If you just want to spin up an instance using help, please see [these docs](https://docs.planka.cloud/docs/installation/kubernetes/helm_chart/). If you want to make changes to the chart locally, and deploy them, see the below section. +If you just want to spin up an instance using help, please see [these docs](https://docs.planka.cloud/docs/installation/kubernetes/helm-chart/). If you want to make changes to the chart locally, and deploy them, see the below section. ## Local Building and Using the Chart diff --git a/charts/planka/values.yaml b/charts/planka/values.yaml index 52ea0c81..03e57a7b 100644 --- a/charts/planka/values.yaml +++ b/charts/planka/values.yaml @@ -148,7 +148,7 @@ persistence: ## ## --------------- ## NOTE: A minimal configuration requires setting `clientId`, `clientSecret` and `issuerUrl`. (plus `admin.roles` for administrators) -## ref: https://docs.planka.cloud/docs/Configuration/OIDC +## ref: https://docs.planka.cloud/docs/configuration/oidc/ ## oidc: ## @param oidc.enabled Enable single sign-on (SSO) with OpenID Connect (OIDC)