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 /docs/content/development | |
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 'docs/content/development')
-rw-r--r-- | docs/content/development/hacking-on-gitea.en-us.md | 2 | ||||
-rw-r--r-- | docs/content/development/hacking-on-gitea.zh-cn.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/development/hacking-on-gitea.en-us.md b/docs/content/development/hacking-on-gitea.en-us.md index 1eaa3d62b8..4b132c49d9 100644 --- a/docs/content/development/hacking-on-gitea.en-us.md +++ b/docs/content/development/hacking-on-gitea.en-us.md @@ -25,7 +25,7 @@ To get a quick working development environment you could use Gitpod. ## Installing go -You should [install go](https://golang.org/doc/install) and set up your go +You should [install go](https://go.dev/doc/install) and set up your go environment correctly. Next, [install Node.js with npm](https://nodejs.org/en/download/) which is diff --git a/docs/content/development/hacking-on-gitea.zh-cn.md b/docs/content/development/hacking-on-gitea.zh-cn.md index 8e32c4c244..364bbf1ffe 100644 --- a/docs/content/development/hacking-on-gitea.zh-cn.md +++ b/docs/content/development/hacking-on-gitea.zh-cn.md @@ -25,7 +25,7 @@ menu: ## 安装 Golang -您需要 [安装 go]( https://golang.org/doc/install ) 并设置您的 go 环境。 +您需要 [安装 go]( https://go.dev/doc/install ) 并设置您的 go 环境。 接下来,[使用 npm 安装 Node.js](https://nodejs.org/en/download/) ,这是构建 JavaScript 和 CSS 文件的必要工具。最低支持的 Node.js 版本是 @minNodeVersion@ |