]> source.dussan.org Git - gitea.git/commitdiff
Use forum.gitea.com instead of old URL (#31989)
authorLunny Xiao <xiaolunwen@gmail.com>
Fri, 6 Sep 2024 07:20:30 +0000 (15:20 +0800)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 07:20:30 +0000 (07:20 +0000)
.github/ISSUE_TEMPLATE/bug-report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yaml
.github/ISSUE_TEMPLATE/ui.bug-report.yaml
modules/activitypub/user_settings_test.go
templates/install.tmpl

index ed29bdb4e63e6058d40977069fb39d4c4cfdb756..4dbe1a4c56d90df76087d869e0bce4330996cd93 100644 (file)
@@ -11,7 +11,7 @@ body:
       value: |
         1. Please speak English, this is the language all maintainers can speak and write.
         2. Please ask questions or configuration/deploy problems on our Discord
-           server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
+           server (https://discord.gg/gitea) or forum (https://forum.gitea.com).
         3. Make sure you are using the latest release and
            take a moment to check that your issue hasn't been reported before.
         4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
index e769873f470ce55cba2d4c7a6d86090696fd73b5..d37ce219c393889750330cd5bb21fe5c9cbc3eb4 100644 (file)
@@ -7,7 +7,7 @@ contact_links:
     url: https://discord.gg/Gitea
     about: Please ask questions and discuss configuration or deployment problems here.
   - name: Discourse Forum
-    url: https://discourse.gitea.io
+    url: https://forum.gitea.com
     about: Questions and configuration or deployment problems can also be discussed on our forum.
   - name: Frequently Asked Questions
     url: https://docs.gitea.com/help/faq
index 3c9953019ddf49f14b2065a9ecf4c580a58f96b4..d5c480d20236508b72a67ff5ea42d82b32016df5 100644 (file)
@@ -7,7 +7,7 @@ body:
       value: |
         1. Please speak English, this is the language all maintainers can speak and write.
         2. Please ask questions or configuration/deploy problems on our Discord
-           server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
+           server (https://discord.gg/gitea) or forum (https://forum.gitea.com).
         3. Please take a moment to check that your feature hasn't already been suggested.
   - type: textarea
     id: description
index 15608796742caa4d418411fcbcf8d39292f20015..3ad5dbaf54ec0fbfd20fedf4b0d565ba60e8b3a2 100644 (file)
@@ -11,7 +11,7 @@ body:
       value: |
         1. Please speak English, this is the language all maintainers can speak and write.
         2. Please ask questions or configuration/deploy problems on our Discord
-           server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
+           server (https://discord.gg/gitea) or forum (https://forum.gitea.com).
         3. Please take a moment to check that your issue doesn't already exist.
         4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
         5. Please give all relevant information below for bug reports, because
index 2d77906521b8fa3d7a599f4cc13555ea5cb0ddc3..55862357f1608987fe15c008d4c6adf111a6e624 100644 (file)
@@ -10,7 +10,7 @@ import (
        "code.gitea.io/gitea/models/unittest"
        user_model "code.gitea.io/gitea/models/user"
 
-       _ "code.gitea.io/gitea/models" // https://discourse.gitea.io/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
+       _ "code.gitea.io/gitea/models" // https://forum.gitea.com/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
 
        "github.com/stretchr/testify/assert"
 )
index 965e57f21372ff843e8bec21c52118179c658049..5055031a9029c6969d6aa82ab8fa7f1029f5bae5 100644 (file)
                                        </div>
                                        <div class="inline required field">
                                                <label for="domain">{{ctx.Locale.Tr "install.domain"}}</label>
-                                               <input id="domain" name="domain" value="{{.domain}}" placeholder="try.gitea.io" required>
+                                               <input id="domain" name="domain" value="{{.domain}}" placeholder="demo.gitea.com" required>
                                                <span class="help">{{ctx.Locale.Tr "install.domain_helper"}}</span>
                                        </div>
                                        <div class="inline field">
                                        </div>
                                        <div class="inline required field">
                                                <label for="app_url">{{ctx.Locale.Tr "install.app_url"}}</label>
-                                               <input id="app_url" name="app_url" value="{{.app_url}}" placeholder="https://try.gitea.io" required>
+                                               <input id="app_url" name="app_url" value="{{.app_url}}" placeholder="https://demo.gitea.com" required>
                                                <span class="help">{{ctx.Locale.Tr "install.app_url_helper"}}</span>
                                        </div>
                                        <div class="inline required field">