diff --git a/web/.storybook/stories-category-doc-pages/Development.stories.mdx b/web/.storybook/stories-category-doc-pages/Development.stories.mdx index df8413b9b..d071ece26 100644 --- a/web/.storybook/stories-category-doc-pages/Development.stories.mdx +++ b/web/.storybook/stories-category-doc-pages/Development.stories.mdx @@ -70,7 +70,7 @@ The backend of Owncast is written in Go. It operates as a web and API server, in ### Go Linting -We use golangci-lint to lint our Go code. While optional, it is a useful tool to assist you in writing better Go code. You can install it from the [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) website. +We use golangci-lint to lint our Go code. While optional, it is a useful tool to assist you in writing better Go code. You can install it from the [golangci-lint](https://golangci-lint.run/welcome/install/#local-installation) website. ## Run a development stream