From 4d8af8ea21d4e0f98f41a7ea9584f8bd98e03062 Mon Sep 17 00:00:00 2001 From: Jun Ouyang Date: Sat, 27 May 2023 17:25:11 +0800 Subject: [PATCH] doc: fix dev doc expire url link Signed-off-by: Jun Ouyang --- docs/latest/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/dev/README.md b/docs/latest/dev/README.md index 2d4f13e9e80..d567e17d3a5 100644 --- a/docs/latest/dev/README.md +++ b/docs/latest/dev/README.md @@ -138,7 +138,7 @@ verify signature was copied to [JWK Creator][] for generating the JWK. The JWK C settings, i.e. `Signing` public key use and the `RS256` algorithm. The generated JWK was wrapped in a JWKS structure and is hosted in the repo. -[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/docs/user/quickstart.md +[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/docs/latest/user/quickstart.md [make]: https://www.gnu.org/software/make/ [Github Actions]: https://docs.github.com/en/actions [workflows]: https://github.com/envoyproxy/gateway/tree/main/.github/workflows