Skip to content

Commit 3e8d784

Browse files
committed
fix: update go module link
1 parent 52d8b2e commit 3e8d784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Within the Cosmos SDK we have two forms of documenting decisions, Request For Co
236236

237237
## Dependencies
238238

239-
We use [Go Modules](https://github.com/golang/go/wiki/Modules) to manage
239+
We use [Go Modules](https://go.dev/wiki/Modules) to manage
240240
dependency versions.
241241

242242
The main branch of every Cosmos repository should just build with `go get`,
@@ -300,7 +300,7 @@ For example, in vscode your `.vscode/settings.json` should look like:
300300

301301
User-facing repos should adhere to the trunk based development branching model: https://trunkbaseddevelopment.com. User branches should start with a user name, example: `{moniker}/{issue#}-branch-name`.
302302

303-
The Cosmos SDK repository is a [multi Go module](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository) repository. It means that we have more than one Go module in a single repository.
303+
The Cosmos SDK repository is a [multi Go module](https://go.dev/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository) repository. It means that we have more than one Go module in a single repository.
304304

305305
The Cosmos SDK utilizes [semantic versioning](https://semver.org/).
306306

0 commit comments

Comments
 (0)