File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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">
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">
You can’t perform that action at this time.
0 commit comments