Skip to content

Commit 89a853d

Browse files
authored
Fixed broken link to credential_helpers.c
File name changed from cred_helpers.c to credential_helpers.c
1 parent b53b934 commit 89a853d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/101-samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ fetch_opts.callbacks.payload = &d;
18081808
int error = git_remote_fetch(remote, NULL, &fetch_opts, NULL);
18091809
~~~
18101810
1811-
For a credentials example, check out [the fetch example](https://github.com/libgit2/libgit2/blob/master/examples/fetch.c#L78), which uses an [interactive credential callback](https://github.com/libgit2/libgit2/blob/master/examples/common.c#L354). See also the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/master/src/transports/cred_helpers.c).
1811+
For a credentials example, check out [the fetch example](https://github.com/libgit2/libgit2/blob/master/examples/fetch.c#L78), which uses an [interactive credential callback](https://github.com/libgit2/libgit2/blob/master/examples/common.c#L354). See also the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/master/src/transports/credential_helpers.c).
18121812
18131813
(
18141814
[`git_remote_stop`](http://libgit2.github.com/libgit2/#HEAD/group/remote/git_remote_stop),

0 commit comments

Comments
 (0)