From 6e15387924af6ada02a1ac82a04aec37d374548c Mon Sep 17 00:00:00 2001 From: Artin Date: Thu, 5 Sep 2024 04:19:41 +0330 Subject: [PATCH] fix(docs): correct `go` and `go-started` urls --- website/docs/contributing/started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/contributing/started.mdx b/website/docs/contributing/started.mdx index 0367fce4..66d9d052 100644 --- a/website/docs/contributing/started.mdx +++ b/website/docs/contributing/started.mdx @@ -151,8 +151,8 @@ This will start a local server on `http://localhost:3000` where you can see your With everything set up, you're ready to start making changes and create your first [PR][gh-pr]! -[go]: https://golang.org -[go-started]: https://golang.org/doc/install +[go]: https://go.dev/ +[go-started]: https://go.dev/doc/ [golang-ci-lint]: https://golangci-lint.run [golang-ci-lint-local]: https://golangci-lint.run/welcome/install/#local-installation [go-bindata]: https://github.com/kevinburke/go-bindata/