Skip to content

Commit 5f6a001

Browse files
committed
Two more old links
1 parent 8cef420 commit 5f6a001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/101-samples/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,8 +1810,8 @@ fetch_opts.callbacks.payload = &d;
18101810
int error = git_remote_fetch(remote, NULL, &fetch_opts, NULL);
18111811
```
18121812
1813-
For an example of the credentials callback in action, check out [the network example](https://github.com/libgit2/libgit2/blob/development/examples/network/common.c),
1814-
or the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/development/src/transports/cred_helpers.c).
1813+
For an example of the credentials callback in action, check out [the network example](https://github.com/libgit2/libgit2/blob/master/examples/network/common.c),
1814+
or the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/master/src/transports/cred_helpers.c).
18151815
18161816
(
18171817
[`git_remote_stop`](http://libgit2.github.com/libgit2/#HEAD/group/remote/git_remote_stop),

0 commit comments

Comments
 (0)