From a45253abf92f498af85a20ec4337d5fc21502226 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Sat, 19 Jul 2025 12:56:28 +0000 Subject: [PATCH] docs: fix broken links (#904) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description of the change Fix broken docs links. 😉 ### Benefits ### Possible drawbacks ### Applicable issues - none ### Additional information regression of #775 ### ⚠ BREAKING ### Checklist - [ ] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [ ] Breaking changes are documented in the `README.md` - [ ] Helm templating unittests are added (required when changing anything in `templates` folder) - [ ] Bash unittests are added (required when changing anything in `scripts` folder) - [ ] All added template resources MUST render a namespace in metadata Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/904 Reviewed-by: pat-s Co-authored-by: Michael Kriese Co-committed-by: Michael Kriese --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6fa7da..0b79f85 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ These dependencies are enabled by default: Alternatively, the following non-HA replacements are available: -- PostgreSQL ([Bitnami PostgreSQL]()) -- Valkey ([Bitnami Valkey]()) +- PostgreSQL ([Bitnami PostgreSQL](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml)) +- Valkey ([Bitnami Valkey](https://github.com/bitnami/charts/blob/main/bitnami/valkey/Chart.yaml)) ### Dependency Versioning