fix: update paths for relocated docs in .github director (#266)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
## 开发
|
||||
|
||||
> 有关开发此项目的具体教程,参见 [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
> 有关开发此项目的具体教程,参见 [CONTRIBUTING.md](../.github/CONTRIBUTING.md)
|
||||
|
||||
```shell
|
||||
pnpm i
|
||||
|
||||
Reference in New Issue
Block a user