Skip to content

Commit a581847

Browse files
authored
Use forum.gitea.com instead of old URL (#31989)
1 parent e9c64f4 commit a581847

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
value: |
1212
1. Please speak English, this is the language all maintainers can speak and write.
1313
2. Please ask questions or configuration/deploy problems on our Discord
14-
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
14+
server (https://discord.gg/gitea) or forum (https://forum.gitea.com).
1515
3. Make sure you are using the latest release and
1616
take a moment to check that your issue hasn't been reported before.
1717
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)

Diff for: .github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ contact_links:
77
url: https://discord.gg/Gitea
88
about: Please ask questions and discuss configuration or deployment problems here.
99
- name: Discourse Forum
10-
url: https://discourse.gitea.io
10+
url: https://forum.gitea.com
1111
about: Questions and configuration or deployment problems can also be discussed on our forum.
1212
- name: Frequently Asked Questions
1313
url: https://docs.gitea.com/help/faq

Diff for: .github/ISSUE_TEMPLATE/feature-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
value: |
88
1. Please speak English, this is the language all maintainers can speak and write.
99
2. Please ask questions or configuration/deploy problems on our Discord
10-
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
10+
server (https://discord.gg/gitea) or forum (https://forum.gitea.com).
1111
3. Please take a moment to check that your feature hasn't already been suggested.
1212
- type: textarea
1313
id: description

Diff for: .github/ISSUE_TEMPLATE/ui.bug-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
value: |
1212
1. Please speak English, this is the language all maintainers can speak and write.
1313
2. Please ask questions or configuration/deploy problems on our Discord
14-
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
14+
server (https://discord.gg/gitea) or forum (https://forum.gitea.com).
1515
3. Please take a moment to check that your issue doesn't already exist.
1616
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
1717
5. Please give all relevant information below for bug reports, because

Diff for: modules/activitypub/user_settings_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"code.gitea.io/gitea/models/unittest"
1111
user_model "code.gitea.io/gitea/models/user"
1212

13-
_ "code.gitea.io/gitea/models" // https://discourse.gitea.io/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
13+
_ "code.gitea.io/gitea/models" // https://forum.gitea.com/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
1414

1515
"github.com/stretchr/testify/assert"
1616
)

Diff for: templates/install.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</div>
125125
<div class="inline required field">
126126
<label for="domain">{{ctx.Locale.Tr "install.domain"}}</label>
127-
<input id="domain" name="domain" value="{{.domain}}" placeholder="try.gitea.io" required>
127+
<input id="domain" name="domain" value="{{.domain}}" placeholder="demo.gitea.com" required>
128128
<span class="help">{{ctx.Locale.Tr "install.domain_helper"}}</span>
129129
</div>
130130
<div class="inline field">
@@ -139,7 +139,7 @@
139139
</div>
140140
<div class="inline required field">
141141
<label for="app_url">{{ctx.Locale.Tr "install.app_url"}}</label>
142-
<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="https://try.gitea.io" required>
142+
<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="https://demo.gitea.com" required>
143143
<span class="help">{{ctx.Locale.Tr "install.app_url_helper"}}</span>
144144
</div>
145145
<div class="inline required field">

0 commit comments

Comments
 (0)