diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-08-27 19:59:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 11:59:12 +0000 |
commit | 476b9d1589248b7bca6fb0f01825bd6955318cb3 (patch) | |
tree | 55edc01e26397829c48e734c3af993d98439e729 /.gitea | |
parent | e0a796a6410f7a540e2bc16ac5e386305c9321d1 (diff) | |
download | gitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.tar.gz gitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.zip |
Use docs.gitea.com instead of docs.gitea.io (#26739)
Diffstat (limited to '.gitea')
-rw-r--r-- | .gitea/issue_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md index 95b97e4de5..9ad186cca7 100644 --- a/.gitea/issue_template.md +++ b/.gitea/issue_template.md @@ -5,7 +5,7 @@ 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. --> @@ -26,7 +26,7 @@ - [ ] No - Log gist: <!-- It really is 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 --> ## Description |