Skip to content

Commit 5a2fd7e

Browse files
authored
fix: update URL in help (#1016)
* fix: update URL in help * docs: add changelog
1 parent 776aca9 commit 5a2fd7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/interpreter/lib/std.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { Value } from '../value.js';
1111
export const std: Record<string, Value> = {
1212
...stdMath,
1313

14-
'help': STR('SEE: https://github.com/syuilo/aiscript/blob/master/docs/get-started.md'),
14+
'help': STR('SEE: https://aiscript-dev.github.io/guides/get-started.html'),
1515

1616
//#region Core
1717
'Core:v': STR(AISCRIPT_VERSION),

unreleased/help-update-url.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix: 標準定数`help`の値に含まれるURLを更新

0 commit comments

Comments
 (0)