File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
value : |
12
12
1. Please speak English, this is the language all maintainers can speak and write.
13
13
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 ).
15
15
3. Make sure you are using the latest release and
16
16
take a moment to check that your issue hasn't been reported before.
17
17
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ contact_links:
7
7
url : https://discord.gg/Gitea
8
8
about : Please ask questions and discuss configuration or deployment problems here.
9
9
- name : Discourse Forum
10
- url : https://discourse .gitea.io
10
+ url : https://forum .gitea.com
11
11
about : Questions and configuration or deployment problems can also be discussed on our forum.
12
12
- name : Frequently Asked Questions
13
13
url : https://docs.gitea.com/help/faq
Original file line number Diff line number Diff line change 7
7
value : |
8
8
1. Please speak English, this is the language all maintainers can speak and write.
9
9
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 ).
11
11
3. Please take a moment to check that your feature hasn't already been suggested.
12
12
- type : textarea
13
13
id : description
Original file line number Diff line number Diff line change 11
11
value : |
12
12
1. Please speak English, this is the language all maintainers can speak and write.
13
13
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 ).
15
15
3. Please take a moment to check that your issue doesn't already exist.
16
16
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
17
17
5. Please give all relevant information below for bug reports, because
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"code.gitea.io/gitea/models/unittest"
11
11
user_model "code.gitea.io/gitea/models/user"
12
12
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
14
14
15
15
"github.com/stretchr/testify/assert"
16
16
)
Original file line number Diff line number Diff line change 124
124
</div>
125
125
<div class="inline required field">
126
126
<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>
128
128
<span class="help">{{ctx.Locale.Tr "install.domain_helper"}}</span>
129
129
</div>
130
130
<div class="inline field">
139
139
</div>
140
140
<div class="inline required field">
141
141
<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>
143
143
<span class="help">{{ctx.Locale.Tr "install.app_url_helper"}}</span>
144
144
</div>
145
145
<div class="inline required field">
You can’t perform that action at this time.
0 commit comments