Skip to content

Commit 4af0500

Browse files
committed
Merge branch 'hn/string-list-doc'
Docfix. * hn/string-list-doc: api-argv-array.txt: remove broken link to string-list API
2 parents b03cd16 + 204f6d6 commit 4af0500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/api-argv-array.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ always NULL-terminated at the element pointed to by `argv[argc]`. This
88
makes the result suitable for passing to functions expecting to receive
99
argv from main(), or the link:api-run-command.html[run-command API].
1010

11-
The link:api-string-list.html[string-list API] is similar, but cannot be
11+
The string-list API (documented in string-list.h) is similar, but cannot be
1212
used for these purposes; instead of storing a straight string pointer,
1313
it contains an item structure with a `util` field that is not compatible
1414
with the traditional argv interface.

0 commit comments

Comments
 (0)