diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-08-27 19:59:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 11:59:12 +0000 |
commit | 476b9d1589248b7bca6fb0f01825bd6955318cb3 (patch) | |
tree | 55edc01e26397829c48e734c3af993d98439e729 /CONTRIBUTING.md | |
parent | e0a796a6410f7a540e2bc16ac5e386305c9321d1 (diff) | |
download | gitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.tar.gz gitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.zip |
Use docs.gitea.com instead of docs.gitea.io (#26739)
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 4e6f0a34fa..5cd83a4898 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ ## Introduction This document explains how to contribute changes to the Gitea project. \ -It assumes you have followed the [installation instructions](https://docs.gitea.io/en-us/). \ +It assumes you have followed the [installation instructions](https://docs.gitea.com/category/installation). \ Sensitive security-related issues should be reported to [security@gitea.io](mailto:security@gitea.io). For configuring IDEs for Gitea development, see the [contributed IDE configurations](contrib/ide/). |