From a5f8c7e565bd79ae00e86ca8ec208ea35d6b5e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 22 Jan 2025 11:58:48 +0100 Subject: [PATCH] chore: update README.md (#1228) --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e19a794de..c6e69a396 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ helm repo update ## Charts -- [`kong/ingress`][#kongingress]: An umbrella chart for Kong Gateway and Kong Ingress Controller. +- [`kong/ingress`][#kongingress]: An umbrella chart for Kong Gateway and [Kong Ingress Controller][kic_gh]. - [`kong/kong`][#kongkong]: A flexible building block for supporting a wide variety of environment configurations. -- [`kong/gateway-operator`][#konggateway-operator]: Installs Kong Gateway Operator. +- [`kong/gateway-operator`][#konggateway-operator]: Installs [Kong Gateway Operator][kgo_gh]. [#kongingress]: #kongingress [#kongkong]: #kongkong [#konggateway-operator]: #konggateway-operator +[kic_gh]: https://github.com/Kong/kubernetes-ingress-controller ### `kong/ingress` @@ -64,17 +65,15 @@ To use it: helm install kong/gateway-operator --generate-name ``` -For more details about the chart, see the [chart's README][kgo_chart]. - [kgo_gh]: https://github.com/Kong/gateway-operator -[kgo_chart]: ./charts/gateway-operator/ ## Documentation The documentation for Kong's Helm Charts is available on GitHub: -* [kong/ingress](https://github.com/Kong/charts/blob/main/charts/ingress/README.md) -* [kong/kong](https://github.com/Kong/charts/blob/main/charts/kong/README.md) +- [kong/ingress](https://github.com/Kong/charts/blob/main/charts/ingress/README.md) +- [kong/kong](https://github.com/Kong/charts/blob/main/charts/kong/README.md) +- [kong/gateway-operator](https://github.com/Kong/charts/blob/main/charts/gateway-operator/README.md) ## Seeking help