Skip to content

Commit 1466b36

Browse files
authored
docs: fix website broken links (#4518)
1 parent 013a296 commit 1466b36

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/src/docs/contributing/workflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Also, we run a few checks in CI by using GitHub actions, you can see them [here]
5151

5252
## New releases
5353

54-
First, see [our versioning policy](/usage/install/#versioning-policy).
54+
First, see [our versioning policy](/product/roadmap/#versioning-policy).
5555

5656
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`.
5757
A GitHub action [workflow](https://github.com/golangci/golangci-lint/blob/master/.github/workflows/tag.yml) will start building and publishing release after that.

docs/src/docs/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
2020

2121
## Features
2222

23-
-[Very fast](/usage/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
23+
-[Very fast](/product/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
2424
- ⚙️ YAML-based [configuration](/usage/configuration).
25-
- 🖥 [Integrations](/usage/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions.
25+
- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions.
2626
- 🥇 [A lot of linters](/usage/linters) included, no need to install them.
2727
- 📈 Minimum number of [false positives](/usage/false-positives) because of tuned default settings.
2828
- 🔥 Nice output with colors, source code lines and marked `identifiers`.
2929

30-
[Get started now!](/usage/install)
30+
[Get started now!](/welcome/install)
3131

3232
## Demo
3333

@@ -36,7 +36,7 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
3636
Short 1.5 min video demo of analyzing [beego](https://github.com/astaxie/beego).
3737
[![asciicast](https://asciinema.org/a/183662.svg)](https://asciinema.org/a/183662)
3838

39-
[Get started now!](/usage/install)
39+
[Get started now!](/welcome/install)
4040

4141
## License Scan
4242

docs/src/docs/welcome/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The same as the Go team (the 2 latest minor versions).
1010

1111
Run `golangci-lint` in CI and check the exit code. If it's non-zero - fail the build.
1212

13-
See [how to properly install `golangci-lint` in CI](/usage/install#ci-installation)
13+
See [how to properly install `golangci-lint` in CI](/welcome/install/#ci-installation)
1414

1515
## `golangci-lint` doesn't work
1616

docs/src/docs/welcome/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ go install github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
126126

127127
## Next
128128

129-
[Quick Start: how to use `golangci-lint`](/usage/quick-start).
129+
[Quick Start: how to use `golangci-lint`](/welcome/quick-start/).

docs/src/docs/welcome/integrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ See the instructions on `golangci-lint completion <YOUR_SHELL> --help` (replace
8080

8181
## CI Integration
8282

83-
See our [GitHub Action](/usage/install#github-actions).
83+
See our [GitHub Action](/welcome/install/#github-actions).

0 commit comments

Comments
 (0)