Skip to content

Commit 85fce95

Browse files
committed
📝 fix markdown link path
1 parent f3be1cd commit 85fce95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

function/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Most of codes are automatically generated by
2-
[`gen-function.ts`](../../scripts/gen-function/gen-function.ts) from `eval.txt`
3-
in minimal supported Vim and Neovim versions.
2+
[`gen-function.ts`](../.scripts/gen-function/gen-function.ts) from `eval.txt` in
3+
minimal supported Vim and Neovim versions.
44

55
To add functions manually, create or modify corresponding module under
66
`function`, `function/vim`, or `function/nvim` module then make sure that module

option/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Most of codes are automatically generated by
2-
[`gen-option.ts`](../../scripts/gen-option/gen-option.ts) from `options.txt` in
2+
[`gen-option.ts`](../.scripts/gen-option/gen-option.ts) from `options.txt` in
33
minimal supported Vim and Neovim versions.
44

55
To add options manually, create or modify corresponding module under `option`,

0 commit comments

Comments
 (0)