aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-08-27 19:59:12 +0800
committerGitHub <noreply@github.com>2023-08-27 11:59:12 +0000
commit476b9d1589248b7bca6fb0f01825bd6955318cb3 (patch)
tree55edc01e26397829c48e734c3af993d98439e729 /.github
parente0a796a6410f7a540e2bc16ac5e386305c9321d1 (diff)
downloadgitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.tar.gz
gitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.zip
Use docs.gitea.com instead of docs.gitea.io (#26739)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yaml6
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/ui.bug-report.yaml4
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml
index 9dacad0d5f..5ab498cb72 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -14,11 +14,11 @@ body:
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
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.io/en-us/faq)
+ 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
incomplete details will be handled as an invalid report.
6. In particular it's really important to provide pertinent logs. You must give us DEBUG level logs.
- Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems
+ Please read https://docs.gitea.com/administration/logging-config#collecting-logs-for-help
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
- type: textarea
id: description
@@ -50,7 +50,7 @@ body:
attributes:
value: |
It's really important to provide pertinent logs
- Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems
+ Please read https://docs.gitea.com/administration/logging-config#collecting-logs-for-help
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
- type: input
id: logs
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 9bb5bb8e88..e769873f47 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -8,9 +8,9 @@ contact_links:
about: Please ask questions and discuss configuration or deployment problems here.
- name: Discourse Forum
url: https://discourse.gitea.io
- about: Questions and configuration or deployment problems can also be discussed on our forum.
+ about: Questions and configuration or deployment problems can also be discussed on our forum.
- name: Frequently Asked Questions
- url: https://docs.gitea.io/en-us/faq
+ url: https://docs.gitea.com/help/faq
about: Please check if your question isn't mentioned here.
- name: Crowdin Translations
url: https://crowdin.com/project/gitea
diff --git a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
index 80db52d7f1..d5c41bb836 100644
--- a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
@@ -13,12 +13,12 @@ body:
2. Please ask questions or configuration/deploy problems on our Discord
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
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.io/en-us/faq)
+ 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
incomplete details will be handled as an invalid report.
6. In particular it's really important to provide pertinent logs. If you are certain that this is a javascript
error, show us the javascript console. If the error appears to relate to Gitea the server you must also give us
- DEBUG level logs. (See https://docs.gitea.io/en-us/logging-configuration/#debugging-problems)
+ DEBUG level logs. (See https://docs.gitea.com/administration/logging-config#collecting-logs-for-help)
- type: textarea
id: description
attributes: