Skip to content

Commit 8d98424

Browse files
committed
Fix issues from reivew
- Fix issues from Copilot's review - Fix issues from CodeRabbit's review - Fix issue from PeterDaveHello's review - Use relative paths - Revert unrelated modification
1 parent 953d8f6 commit 8d98424

12 files changed

Lines changed: 43 additions & 107 deletions

CONTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you would like to add a new AI bot to ChatALL, please follow these steps:
9191
}
9292
```
9393

94-
For detailed bot development documentation, see [developing_bot.md](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md).
94+
For detailed bot development documentation, see [docs/developing_bot.md](docs/developing_bot.md).
9595

9696
### Basic Bot Implementation Example
9797

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ If the problem persists, please [submit an issue](https://github.com/ai-shifu/Ch
155155

156156
### Contribute a Bot
157157

158-
[The guide](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md) may help you.
158+
[The guide](docs/developing_bot.md) may help you.
159159

160160
### Run
161161

README_DE-DE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Wenn das Problem weiterhin besteht, [reichen Sie ein Issue ein](https://github.c
155155

156156
### Einen Bot beisteuern
157157

158-
[Die Anleitung](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md) hilft dir dabei.
158+
[Die Anleitung](docs/developing_bot.md) hilft dir dabei.
159159

160160
### Ausführen
161161

README_ES-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Si el problema persiste, [envíe un problema](https://github.com/ai-shifu/ChatAL
155155

156156
### Contribuir con un bot
157157

158-
[La guía](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md) puede ayudarle.
158+
[La guía](docs/developing_bot.md) puede ayudarle.
159159

160160
### Correr
161161

README_FR-FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Si le problème persiste, veuillez [soumettre un problème](https://github.com/a
155155

156156
### Contribuer à un bot
157157

158-
[Le guide](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md) may help you.
158+
[Le guide](docs/developing_bot.md) peut vous aider.
159159

160160
### Lancement
161161

README_IT-IT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Se il problema persiste, per favore [segnala il problema](https://github.com/ai-
155155

156156
### Contribuisci con un Bot
157157

158-
[Guida](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md) potrebbe esserti utile.
158+
[Guida](docs/developing_bot.md) potrebbe esserti utile.
159159

160160
### Esegui
161161

README_JA-JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ ChatALLを初期化するには、以下のディレクトリを削除します
155155

156156
### AIの提供
157157

158-
[ガイド](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md)を参考にしてください。
158+
[ガイド](docs/developing_bot.md)を参考にしてください。
159159

160160
### 実行
161161

README_KO-KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ ChatALL을 사용하는 동안 문제가 발생하면 다음 방법을 사용하
155155

156156
### 봇 기부
157157

158-
[가이드](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md)가 도움이 될 수 있습니다.
158+
[가이드](docs/developing_bot.md)가 도움이 될 수 있습니다.
159159

160160
### 실행
161161

README_RU-RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ brew install --cask chatall
155155

156156
### Сделать бота
157157

158-
[Этот гайд](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md) может помочь вам.
158+
[Этот гайд](docs/developing_bot.md) может помочь вам.
159159

160160
### Запуск
161161

README_VI-VN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Nếu vấn đề vẫn tiếp tục, vui lòng [gửi issue](https://github.com
155155

156156
### Đóng góp Bot
157157

158-
[Hướng dẫn](https://github.com/ai-shifu/ChatALL/blob/main/doc/developing_bot.md) này sẽ giúp bạn.
158+
[Hướng dẫn](docs/developing_bot.md) này sẽ giúp bạn.
159159

160160
### Chạy thử
161161

0 commit comments

Comments
 (0)