Skip to content

Commit 2139159

Browse files
committed
Merge pull request libgit2#60 from libgit2/master-is-where-its-at
Update repository links to point to master
2 parents 58faf49 + 5f6a001 commit 2139159

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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),

docs/guides/build-and-link/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here are some of the most useful:
5757
| `STDCALL` | *(MSVC Only)* By default, libgit2 builds with the `cdecl` calling convention. If you're working with Win32 or the CLR, set this to `ON` to build with the `stdcall` convention. |
5858
| `STATIC_CRT` | *(MSVC Only)* By default, libgit2 will link to a DLL version of the C runtime. Set this to `ON` if you want the runtime functions linked statically. |
5959

60-
Take a look at the [`CMakeLists.txt`](https://github.com/libgit2/libgit2/blob/development/CMakeLists.txt) file for more information.
60+
Take a look at the [`CMakeLists.txt`](https://github.com/libgit2/libgit2/blob/master/CMakeLists.txt) file for more information.
6161

6262
# Linking and Usage
6363

0 commit comments

Comments
 (0)