We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776aca9 commit 5a2fd7eCopy full SHA for 5a2fd7e
src/interpreter/lib/std.ts
@@ -11,7 +11,7 @@ import type { Value } from '../value.js';
11
export const std: Record<string, Value> = {
12
...stdMath,
13
14
- 'help': STR('SEE: https://github.com/syuilo/aiscript/blob/master/docs/get-started.md'),
+ 'help': STR('SEE: https://aiscript-dev.github.io/guides/get-started.html'),
15
16
//#region Core
17
'Core:v': STR(AISCRIPT_VERSION),
unreleased/help-update-url.md
@@ -0,0 +1 @@
1
+- Fix: 標準定数`help`の値に含まれるURLを更新
0 commit comments