Skip to content

Commit bdeb91e

Browse files
authored
docs.md: update array methods link (fix #26473) (#26559)
1 parent 36df28d commit bdeb91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎doc/docs.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ There are further built-in methods for arrays:
12021202
* `a.join(joiner)` concatenates an array of strings into one string
12031203
using `joiner` string as a separator
12041204

1205-
See all methods of [array](https://modules.vlang.io/index.html#array)
1205+
See all methods of [array](https://modules.vlang.io/builtin.html#array)
12061206

12071207
See also [vlib/arrays](https://modules.vlang.io/arrays.html).
12081208

0 commit comments

Comments
 (0)