From 4984c2011b01509cffeecab5d4eebb8bd7a02f75 Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Wed, 27 Nov 2024 16:57:28 +0000 Subject: [PATCH] update refrences to files changed Signed-off-by: R-Lawton --- doc/overviews/auth.md | 4 ++-- doc/overviews/dns.md | 2 +- doc/overviews/rate-limiting.md | 4 ++-- doc/overviews/tls.md | 2 +- .../secure-protect-connect-openshift.md | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/overviews/auth.md b/doc/overviews/auth.md index 917011692..7b270ba7e 100644 --- a/doc/overviews/auth.md +++ b/doc/overviews/auth.md @@ -320,8 +320,8 @@ Authorino [JSON path string modifiers](https://docs.kuadrant.io/latest/authorino Check out the following user guides for examples of protecting services with Kuadrant: * [Enforcing authentication & authorization with Kuadrant AuthPolicy, for app developers and platform engineers](../user-guides/auth/auth-for-app-devs-and-platform-engineers.md) -* [Authenticated Rate Limiting for Application Developers](user-guides/ratelimiting/authenticated-rl-for-app-developers.md) -* [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md) +* [Authenticated Rate Limiting for Application Developers](../user-guides/ratelimiting/authenticated-rl-for-app.md) +* [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](../user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md) ### Known limitations diff --git a/doc/overviews/dns.md b/doc/overviews/dns.md index aa27e8135..06426f694 100644 --- a/doc/overviews/dns.md +++ b/doc/overviews/dns.md @@ -72,7 +72,7 @@ spec: name: headers ``` -Check out the [API reference](reference/dnspolicy.md) for a full specification of the DNSPolicy CRD. +Check out the [API reference](../reference/dnspolicy.md) for a full specification of the DNSPolicy CRD. ## Using the DNSPolicy diff --git a/doc/overviews/rate-limiting.md b/doc/overviews/rate-limiting.md index f10f2248d..abbdeb7f4 100644 --- a/doc/overviews/rate-limiting.md +++ b/doc/overviews/rate-limiting.md @@ -250,8 +250,8 @@ The selectors within the `when` conditions of a RateLimitPolicy are a subset of Check out the following user guides for examples of rate limiting services with Kuadrant: -- [Simple Rate Limiting for Application Developers](../user-guides/ratelimting/simple-rl-for-app.md) -- [Authenticated Rate Limiting for Application Developers](../user-guides/ratelimiting/authenticated-rl-for-appmd) +- [Simple Rate Limiting for Applications](../user-guides/ratelimiting/simple-rl-for-app.md) +- [Authenticated Rate Limiting for Application](../user-guides/ratelimiting/authenticated-rl-for-app.md) - [Gateway Rate Limiting for Cluster Operators](../user-guides/ratelimiting/multi-rlp-multi-listener.md) - [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](../user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md) diff --git a/doc/overviews/tls.md b/doc/overviews/tls.md index d1be8e2f4..64b9fdbf2 100644 --- a/doc/overviews/tls.md +++ b/doc/overviews/tls.md @@ -37,7 +37,7 @@ spec: name: mygateway ``` -Check out the [API reference](reference/tlspolicy.md) for a full specification of the TLSPolicy CRD. +Check out the [API reference](../reference/tlspolicy.md) for a full specification of the TLSPolicy CRD. ## Using the TLSPolicy diff --git a/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md b/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md index 9f21c2df6..060ca45f9 100644 --- a/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md +++ b/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md @@ -29,10 +29,10 @@ While this document uses `kubectl` commands for simplicity, working with multipl This guide expects that you have successfully installed Kuadrant on at least one OpenShift cluster: -- You have completed the steps in [Install Kuadrant on an OpenShift cluster](../install/install-openshift.md) for one or more clusters. +- You have completed the steps in [Install Kuadrant on an OpenShift cluster](../../install/install-openshift.md) for one or more clusters. - For multicluster scenarios, you have installed Kuadrant on at least two different OpenShift clusters, and have a shared accessible Redis store. - You have the `kubectl` command line installed. -- Optional: User workload monitoring is configured to remote write to a central storage system such as Thanos, as described in [Install Kuadrant on an OpenShift cluster](../install/install-openshift.md). +- Optional: User workload monitoring is configured to remote write to a central storage system such as Thanos, as described in [Install Kuadrant on an OpenShift cluster](../../install/install-openshift.md). ## Platform engineer workflow @@ -443,9 +443,9 @@ kubectl apply -f https://raw.githubusercontent.com/Kuadrant/Kuadrant-operator/ma Copy at least one of the following example OAS to a local location: -- [Sample OAS for rate limiting with API key](../../examples/oas-apikey.yaml) +- [Sample OAS for rate limiting with API key](../../../examples/oas-apikey.yaml) -- [Sample OAS for rate limiting with OIDC](../../examples/oas-oidc.yaml) +- [Sample OAS for rate limiting with OIDC](../../../examples/oas-oidc.yaml) Set up some new environment variables as follows: @@ -570,7 +570,7 @@ The example OAS uses Kuadrant-based extensions. These extensions enable you to d - You have installed and configured an OpenID Connect provider, such as . - You have a realm, client, and users set up. This example assumes a realm in a Keycloak instance called `toystore`. -- Copy the OAS from [sample OAS for rate-limiting and OIDC](../../examples/oas-oidc.yaml) to a local location. +- Copy the OAS from [sample OAS for rate-limiting and OIDC](../../../examples/oas-oidc.yaml) to a local location. #### Set up an OpenID AuthPolicy