You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ body:
37
37
label: Can you reproduce the bug on the Gitea demo site?
38
38
description: |
39
39
If so, please provide a URL in the Description field
40
-
URL of Gitea demo: https://try.gitea.io
40
+
URL of Gitea demo: https://demo.gitea.com
41
41
options:
42
42
- "Yes"
43
43
- "No"
@@ -74,7 +74,7 @@ body:
74
74
attributes:
75
75
label: How are you running Gitea?
76
76
description: |
77
-
Please include information on whether you built Gitea yourself, used one of our downloads, are using https://try.gitea.io or are using some other package
77
+
Please include information on whether you built Gitea yourself, used one of our downloads, are using https://demo.gitea.com or are using some other package
78
78
Please also tell us how you are running Gitea, e.g. if it is being run from docker, a command-line, systemd etc.
79
79
If you are using a package or systemd tell us what distribution you are using
This release stands as a monumental milestone in our development journey with a record-breaking incorporation of [1528](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.22.0+is%3Amerged) pull requests. It marks the most extensive update in Gitea's history, showcasing a plethora of new features and infrastructure improvements.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ If your issue has not been reported yet, [open an issue](https://github.com/go-g
77
77
and answer the questions so we can understand and reproduce the problematic behavior. \
78
78
Please write clear and concise instructions so that we can reproduce the behavior — even if it seems obvious. \
79
79
The more detailed and specific you are, the faster we can fix the issue. \
80
-
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. \
80
+
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. \
81
81
Please follow the guidelines described in [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) for your report.
82
82
83
83
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
362
362
363
363
## API v1
364
364
365
-
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).
365
+
The API is documented by [swagger](https://gitea.com/api/swagger) and is based on [the GitHub API](https://docs.github.com/en/rest).
0 commit comments