Skip to content

Commit

Permalink
docs: fix website broken links (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Mar 15, 2024
1 parent 013a296 commit 1466b36
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/src/docs/contributing/workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions docs/src/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs/welcome/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs/welcome/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion docs/src/docs/welcome/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 1466b36

Please sign in to comment.