Skip to content

Commit 115c1e8

Browse files
fix(docs): リンク切れ修正
1 parent 7c41f06 commit 115c1e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/guides/implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ run();
122122
Congratulations! The message `Hello, World!` should appear in the console.
123123

124124
:::warning Note
125-
In a production environment, ensure to add error handling for both `parser.parse` and `interpreter.exec`, as well as for AiScript internal error (can be handled in handler of the `Interpreter`).
125+
When you are running AiScript runtime in production environment, ensure to add error handling for both `parser.parse` and `interpreter.exec`, as well as for AiScript internal error (can be handled in handler of the `Interpreter`).
126126
:::
127127

128128
## 3. Injecting Custom Values
@@ -206,6 +206,6 @@ Function arguments are also passed as AiScript values. Use `assert*` functions i
206206

207207
To avoid conflicts with existing functions, it is recommended to use namespaces when naming your functions.
208208

209-
For reference, check out the [Misskey-enhanced function reference](https://misskey-hub.net/docs/for-developers/plugin/plugin-api-reference/) and the [implementation of custom functions in code](https://github.com/misskey-dev/misskey/blob/develop/packages/frontend/src/scripts/aiscript/api.ts), which include a bunch of custom functions.
209+
For reference, check out the [Misskey-enhanced function reference](https://misskey-hub.net/docs/for-developers/plugin/plugin-api-reference/) and the [implementation of custom functions in code](https://github.com/misskey-dev/misskey/blob/develop/packages/frontend/src/aiscript/api.ts), which include a bunch of custom functions.
210210

211211
:::

docs/ja/guides/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ run();
206206

207207
既存の関数群との衝突を避けるためにも、名前空間を意識して関数名を指定することをお勧めします。
208208

209-
独自関数を多数実装している[Misskeyの独自関数のリファレンス](https://misskey-hub.net/docs/for-developers/plugin/plugin-api-reference/)や、[実際に独自関数を実装している部分のコード](https://github.com/misskey-dev/misskey/blob/develop/packages/frontend/src/scripts/aiscript/api.ts)が参考になるでしょう。
209+
独自関数を多数実装している[Misskeyの独自関数のリファレンス](https://misskey-hub.net/docs/for-developers/plugin/plugin-api-reference/)や、[実際に独自関数を実装している部分のコード](https://github.com/misskey-dev/misskey/blob/develop/packages/frontend/src/aiscript/api.ts)が参考になるでしょう。
210210

211211
:::

0 commit comments

Comments
 (0)