Skip to content

Commit ee22cbc

Browse files
committed
Move some doc to gitee
1 parent 51c67ac commit ee22cbc

File tree

4 files changed

+3
-179
lines changed

4 files changed

+3
-179
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
**必读须知:**
1010
- 请先搜索[所有issue](https://github.com/Cateners/tiny_computer/issues?q=is%3Aissue),**相同问题重复提交会被直接关闭**
11-
- 请先自查[常见使用问题](https://github.com/Cateners/tiny_computer/blob/master/extra/faq.md),是否能解决你的问题
11+
- 请先自查[常见使用问题](https://gitee.com/caten/tc-hints/blob/master/pool/faq.md),是否能解决你的问题
1212
- 本模板中的每项要求都有其特定原因,请完整填写
1313
1414
- type: input

extra/faq.md

Lines changed: 0 additions & 165 deletions
This file was deleted.

extra/solution.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

lib/workflow.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ class D {
344344
static const links = [
345345
{"name": "projectUrl", "value": "https://github.com/Cateners/tiny_computer"},
346346
{"name": "issueUrl", "value": "https://github.com/Cateners/tiny_computer/issues"},
347-
{"name": "faqUrl", "value": "https://github.com/Cateners/tiny_computer/blob/master/extra/faq.md"},
348-
{"name": "solutionUrl", "value": "https://github.com/Cateners/tiny_computer/blob/master/extra/solution.md"},
347+
{"name": "faqUrl", "value": "https://gitee.com/caten/tc-hints/blob/master/pool/faq.md"},
348+
{"name": "solutionUrl", "value": "https://gitee.com/caten/tc-hints/blob/master/pool/solution.md"},
349349
];
350350

351351
//默认快捷指令

0 commit comments

Comments
 (0)