docs: fix website broken links (#4518)

This commit is contained in:
Oleksandr Redko 2024-03-15 22:00:36 +02:00 committed by GitHub
parent 013a296577
commit 1466b36e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -20,14 +20,14 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
## Features
- ⚡ [Very fast](/usage/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
- ⚡ [Very fast](/product/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
- ⚙️ YAML-based [configuration](/usage/configuration).
- 🖥 [Integrations](/usage/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions.
- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions.
- 🥇 [A lot of linters](/usage/linters) included, no need to install them.
- 📈 Minimum number of [false positives](/usage/false-positives) because of tuned default settings.
- 🔥 Nice output with colors, source code lines and marked `identifiers`.
[Get started now!](/usage/install)
[Get started now!](/welcome/install)
## Demo
@ -36,7 +36,7 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
Short 1.5 min video demo of analyzing [beego](https://github.com/astaxie/beego).
[![asciicast](https://asciinema.org/a/183662.svg)](https://asciinema.org/a/183662)
[Get started now!](/usage/install)
[Get started now!](/welcome/install)
## License Scan

View File

@ -10,7 +10,7 @@ The same as the Go team (the 2 latest minor versions).
Run `golangci-lint` in CI and check the exit code. If it's non-zero - fail the build.
See [how to properly install `golangci-lint` in CI](/usage/install#ci-installation)
See [how to properly install `golangci-lint` in CI](/welcome/install/#ci-installation)
## `golangci-lint` doesn't work

View File

@ -126,4 +126,4 @@ go install github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
## Next
[Quick Start: how to use `golangci-lint`](/usage/quick-start).
[Quick Start: how to use `golangci-lint`](/welcome/quick-start/).

View File

@ -80,4 +80,4 @@ See the instructions on `golangci-lint completion <YOUR_SHELL> --help` (replace
## CI Integration
See our [GitHub Action](/usage/install#github-actions).
See our [GitHub Action](/welcome/install/#github-actions).