fix: update paths for relocated docs in .github director (#266)

This commit is contained in:
AprilNEA
2025-07-14 00:37:40 +08:00
committed by GitHub
parent 25952b59ae
commit c59427aa5c
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ body:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/CODE_OF_CONDUCT.md)
- label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/.github/CODE_OF_CONDUCT.md)
required: true
- label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/CONTRIBUTING.md).
- label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/.github/CONTRIBUTING.md).
required: true
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
required: true
+2 -2
View File
@@ -34,9 +34,9 @@ body:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/CODE_OF_CONDUCT.md)
- label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/.github/CODE_OF_CONDUCT.md)
required: true
- label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/CONTRIBUTING.md).
- label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/.github/CONTRIBUTING.md).
required: true
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
required: true
+2 -2
View File
@@ -125,11 +125,11 @@ Capable of
## Development
> For detailed instructions to develop this project, follow the [CONTRIBUTING.md](./CONTRIBUTING.md)
> For detailed instructions to develop this project, follow the [CONTRIBUTING.md](./.github/CONTRIBUTING.md)
> [!NOTE]
> By default, `pnpm dev` will start the development server for the Stage Web (browser version), if you would
> like to try developing the desktop version, please make sure you read [CONTRIBUTING.md](./CONTRIBUTING.md)
> like to try developing the desktop version, please make sure you read [CONTRIBUTING.md](./.github/CONTRIBUTING.md)
> to setup the environment correctly.
```shell
+2 -2
View File
@@ -113,11 +113,11 @@
## 開発
> このプロジェクトの詳細な開発手順については、[CONTRIBUTING.md](./CONTRIBUTING.md)を参照してください
> このプロジェクトの詳細な開発手順については、[CONTRIBUTING.md](../.github/CONTRIBUTING.md)を参照してください
> [!NOTE]
> デフォルトでは `pnpm dev`はステージウェブ(ブラウザ版)の開発サーバーを起動します。
> デスクトップ版の開発を試したい場合は、[CONTRIBUTING.md](./CONTRIBUTING.md)を読んで環境を正し
> デスクトップ版の開発を試したい場合は、[CONTRIBUTING.md](../.github/CONTRIBUTING.md)を読んで環境を正し
> くセットアップしてください。
```shell
+1 -1
View File
@@ -111,7 +111,7 @@
## 开发
> 有关开发此项目的具体教程,参见 [CONTRIBUTING.md](./CONTRIBUTING.md)
> 有关开发此项目的具体教程,参见 [CONTRIBUTING.md](../.github/CONTRIBUTING.md)
```shell
pnpm i