diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2024-05-27 23:05:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 15:05:12 +0000 |
commit | 1ed8e6aa5fad235506f211daa9dffd448d9d5ad4 (patch) | |
tree | ecfb9d26333aa6a984006a61ee2734ec5ba7493e /CONTRIBUTING.md | |
parent | 89cc5011716850eb30c9e34130c4b2ecd9829252 (diff) | |
download | gitea-1ed8e6aa5fad235506f211daa9dffd448d9d5ad4.tar.gz gitea-1ed8e6aa5fad235506f211daa9dffd448d9d5ad4.zip |
Update demo site location from try.gitea.io -> demo.gitea.com (#31054)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d20bc2589..04c06ffd14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ If your issue has not been reported yet, [open an issue](https://github.com/go-g and answer the questions so we can understand and reproduce the problematic behavior. \ Please write clear and concise instructions so that we can reproduce the behavior — even if it seems obvious. \ The more detailed and specific you are, the faster we can fix the issue. \ -It is really helpful if you can reproduce your problem on a site running on the latest commits, i.e. <https://try.gitea.io>, as perhaps your problem has already been fixed on a current version. \ +It is really helpful if you can reproduce your problem on a site running on the latest commits, i.e. <https://demo.gitea.com>, as perhaps your problem has already been fixed on a current version. \ Please follow the guidelines described in [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) for your report. Please be kind, remember that Gitea comes at no cost to you, and you're getting free help. @@ -362,7 +362,7 @@ If you add a new feature or change an existing aspect of Gitea, the documentatio ## API v1 -The API is documented by [swagger](http://try.gitea.io/api/swagger) and is based on [the GitHub API](https://docs.github.com/en/rest). +The API is documented by [swagger](https://gitea.com/api/swagger) and is based on [the GitHub API](https://docs.github.com/en/rest). ### GitHub API compatibility |