From 1466b36e5075f42bf392e01ad8033afe1e3f99d4 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 15 Mar 2024 22:00:36 +0200 Subject: [PATCH] docs: fix website broken links (#4518) --- docs/src/docs/contributing/workflow.mdx | 2 +- docs/src/docs/index.mdx | 8 ++++---- docs/src/docs/welcome/faq.mdx | 2 +- docs/src/docs/welcome/install.mdx | 2 +- docs/src/docs/welcome/integrations.mdx | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/docs/contributing/workflow.mdx b/docs/src/docs/contributing/workflow.mdx index a5eb63c5..79df4670 100644 --- a/docs/src/docs/contributing/workflow.mdx +++ b/docs/src/docs/contributing/workflow.mdx @@ -51,7 +51,7 @@ Also, we run a few checks in CI by using GitHub actions, you can see them [here] ## New releases -First, see [our versioning policy](/usage/install/#versioning-policy). +First, see [our versioning policy](/product/roadmap/#versioning-policy). To make a new release create a tag `vx.y.z`. Don't forget to add zero patch version for a new minor release, e.g. `v1.99.0`. A GitHub action [workflow](https://github.com/golangci/golangci-lint/blob/master/.github/workflows/tag.yml) will start building and publishing release after that. diff --git a/docs/src/docs/index.mdx b/docs/src/docs/index.mdx index 5c44c92d..5a862ec5 100644 --- a/docs/src/docs/index.mdx +++ b/docs/src/docs/index.mdx @@ -20,14 +20,14 @@ Follow the news and releases on our twitter --help` (replace ## CI Integration -See our [GitHub Action](/usage/install#github-actions). +See our [GitHub Action](/welcome/install/#github-actions).