Skip to content

Commit 204f6d6

Browse files
tmzullingergitster
authored andcommitted
api-argv-array.txt: remove broken link to string-list API
In 4f665f2 (string-list.h: move documentation from Documentation/api/ into header, 2017-09-26) the string-list API documentation was moved to string-list.h. The argv-array API documentation may follow a similar course in the future. Until then, prevent the broken link from making it to the end-user documentation. Signed-off-by: Todd Zullinger <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4f665f2 commit 204f6d6

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)