From a11618db8233cf789f32fac078202ba472aa5ef0 Mon Sep 17 00:00:00 2001 From: Karol Szwaj Date: Sat, 31 Jan 2026 13:40:48 +0100 Subject: [PATCH 1/2] fix links in releasing and develop docs Signed-off-by: Karol Szwaj --- site/content/en/contributions/DEVELOP.md | 2 +- site/content/en/contributions/RELEASING.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/en/contributions/DEVELOP.md b/site/content/en/contributions/DEVELOP.md index 3ab805cbf4..445839a0f1 100644 --- a/site/content/en/contributions/DEVELOP.md +++ b/site/content/en/contributions/DEVELOP.md @@ -199,7 +199,7 @@ Here are some brief benchmark reports about Envoy Gateway: - It will take up nearly 550MiB memory and 11s total CPU time for (1 GatewayClass + 1 Gateway + 500 HTTRoutes) settings -[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/docs/latest/user/quickstart.md +[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/site/content/en/latest/tasks/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 diff --git a/site/content/en/contributions/RELEASING.md b/site/content/en/contributions/RELEASING.md index 3f7921efab..b321010ea6 100644 --- a/site/content/en/contributions/RELEASING.md +++ b/site/content/en/contributions/RELEASING.md @@ -71,7 +71,7 @@ export GITHUB_REMOTE=origin 13. Ensure your release branch is up-to-date and tag the head of your release branch with the release candidate number. ```shell - git tag -a v${MAJOR_VERSION}.${MINOR_VERSION}.0-rc.${RELEASE_CANDIDATE_NUMBER} -m 'Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION}.0-rc.${RELEASE_CANDIDATE_NUMBER} Release Candidate' + git tag -a v${MAJOR_VERSION}.${MINOR_VERSION}.0-rc.${RELEASE_CANDIDATE_NUMBER} -m "Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION}.0-rc.${RELEASE_CANDIDATE_NUMBER} Release Candidate" ``` 14. Push the tag to the Envoy Gateway repository. @@ -214,7 +214,7 @@ export GITHUB_REMOTE=origin 8. Tag the head of your release branch with the release tag. For example: ```shell - git tag -a v${MAJOR_VERSION}.${MINOR_VERSION}.0 -m 'Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION}.0 Release' + git tag -a v${MAJOR_VERSION}.${MINOR_VERSION}.0 -m "Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION}.0 Release" ``` __Note:__ The tag version differs from the release branch by including the `.0` patch version. @@ -363,7 +363,7 @@ export GITHUB_REMOTE=origin 9. Tag the head of your release branch with the release tag. For example: ```shell - git tag -a v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION} -m 'Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION} Release' + git tag -a v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION} -m "Envoy Gateway v${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION} Release" ``` 10. Push the tag to the Envoy Gateway repository. @@ -412,7 +412,7 @@ It's important that the world knows about the release. Use the following steps t [release notes]: https://github.com/envoyproxy/gateway/tree/main/release-notes [Pull Request]: https://github.com/envoyproxy/gateway/pulls -[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/docs/user/quickstart.md +[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/site/content/en/latest/tasks/quickstart.md [Build and Test]: https://github.com/envoyproxy/gateway/blob/main/.github/workflows/build_and_test.yaml [release GitHub action]: https://github.com/envoyproxy/gateway/blob/main/.github/workflows/release.yaml [release workflow]: https://github.com/envoyproxy/gateway/actions/workflows/release.yaml From fe2e43a8b1408ec707f54653807b37f24906ea93 Mon Sep 17 00:00:00 2001 From: Karol Szwaj Date: Mon, 2 Feb 2026 11:46:21 +0100 Subject: [PATCH 2/2] update quickstart link Signed-off-by: Karol Szwaj --- site/content/en/contributions/DEVELOP.md | 2 +- site/content/en/contributions/RELEASING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/contributions/DEVELOP.md b/site/content/en/contributions/DEVELOP.md index 445839a0f1..c9538c8e73 100644 --- a/site/content/en/contributions/DEVELOP.md +++ b/site/content/en/contributions/DEVELOP.md @@ -199,7 +199,7 @@ Here are some brief benchmark reports about Envoy Gateway: - It will take up nearly 550MiB memory and 11s total CPU time for (1 GatewayClass + 1 Gateway + 500 HTTRoutes) settings -[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/site/content/en/latest/tasks/quickstart.md +[Quickstart]: https://gateway.envoyproxy.io/docs/tasks/quickstart/ [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 diff --git a/site/content/en/contributions/RELEASING.md b/site/content/en/contributions/RELEASING.md index b321010ea6..cb37576400 100644 --- a/site/content/en/contributions/RELEASING.md +++ b/site/content/en/contributions/RELEASING.md @@ -412,7 +412,7 @@ It's important that the world knows about the release. Use the following steps t [release notes]: https://github.com/envoyproxy/gateway/tree/main/release-notes [Pull Request]: https://github.com/envoyproxy/gateway/pulls -[Quickstart]: https://github.com/envoyproxy/gateway/blob/main/site/content/en/latest/tasks/quickstart.md +[Quickstart]: https://gateway.envoyproxy.io/docs/tasks/quickstart/ [Build and Test]: https://github.com/envoyproxy/gateway/blob/main/.github/workflows/build_and_test.yaml [release GitHub action]: https://github.com/envoyproxy/gateway/blob/main/.github/workflows/release.yaml [release workflow]: https://github.com/envoyproxy/gateway/actions/workflows/release.yaml