diff options
author | Mike Cifelli <26522946+macifell@users.noreply.github.com> | 2024-01-29 20:11:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 03:11:11 +0200 |
commit | 8ef53c871bcb5c007b3640a347c7868585c9e4de (patch) | |
tree | 01db457ee6095bdee16c9dadfb099340f36bebf3 /CONTRIBUTING.md | |
parent | 37ede3197a74ba43c95029101ca37b3f9e7cc325 (diff) | |
download | gitea-8ef53c871bcb5c007b3640a347c7868585c9e4de.tar.gz gitea-8ef53c871bcb5c007b3640a347c7868585c9e4de.zip |
Update golang links to use https (#28980)
Many of the golang links point to the old site and don't use https. This
pull request updates these outdated links to https://go.dev .
https://github.com/go-gitea/gitea/issues/28979
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b43ce01ff2..a201f2fc38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,7 @@ See the [development setup instructions](https://docs.gitea.com/development/hack ### Backend -Go dependencies are managed using [Go Modules](https://golang.org/cmd/go/#hdr-Module_maintenance). \ +Go dependencies are managed using [Go Modules](https://go.dev/cmd/go/#hdr-Module_maintenance). \ You can find more details in the [go mod documentation](https://go.dev/ref/mod) and the [Go Modules Wiki](https://github.com/golang/go/wiki/Modules). Pull requests should only modify `go.mod` and `go.sum` where it is related to your change, be it a bugfix or a new feature. \ |