8000 Switch README content to reference-style linking · ben/libgit2sharp@cb893b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb893b5

Browse files
committed
Switch README content to reference-style linking
1 parent b67ec30 commit cb893b5

File tree

1 file changed

+43
-16
lines changed

1 file changed

+43
-16
lines changed

README.md

Lines changed: 43 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,69 @@
11
# LibGit2Sharp
22

3-
**LibGit2Sharp brings all the might and speed of [libgit2](http://libgit2.github.com/), a native Git implementation, to the managed world of .Net and Mono.**
3+
**LibGit2Sharp brings all the might and speed of [libgit2][0], a native Git implementation, to the managed world of .Net and Mono.**
4+
5+
[0]: http://libgit2.github.com/
46

57
## Online resources
68

7-
- [NuGet package](http://nuget.org/List/Packages/LibGit2Sharp)
8-
- [Source code](https://github.com/libgit2/libgit2sharp/)
9-
- [Continuous integration](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1)
9+
- [NuGet package][1]
10+
- [Source code][2]
11+
- [Continuous integration][3]
12+
13+
[1]: http://nuget.org/List/Packages/LibGit2Sharp
14+
[2]: https://github.com/libgit2/libgit2sharp/
15+
[3]: http://teamcity.codebetter.com/project.html?projectId=project127&guest=1
1016

1117
## Troubleshooting and support
1218

13-
- Usage or programming related question? Post it on [StackOverflow](http://stackoverflow.com/questions/tagged/libgit2sharp) using the tag *libgit2sharp*
14-
- Found a bug or missing a feature? Feed the [issue tracker](https://github.com/libgit2/libgit2sharp/issues)
15-
- Announcements and related miscellanea through Twitter ([@libgit2sharp](http://twitter.com/libgit2sharp))
19+
- Usage or programming related question? Post it on [StackOverflow][4] using the tag *libgit2sharp*
20+
- Found a bug or missing a feature? Feed the [issue tracker][5]
21+
- Announcements and related miscellanea through Twitter ([@libgit2sharp][6])
22+
23+
[4]: http://stackoverflow.com/questions/tagged/libgit2sharp
24+
[5]: https://github.com/libgit2/libgit2sharp/issues
25+
[6]: http://twitter.com/libgit2sharp
1626

1727
## Current project build status
18-
The [build](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1) is generously hosted and run on the [CodeBetter TeamCity](http://codebetter.com/codebetter-ci/) infrastructure
28+
The [build][3] is generously hosted and run on the [CodeBetter TeamCity][7] infrastructure.
1929

2030
| | Status of last build |
2131
| :------ | :------: |
22-
| **master** | [![master](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt398\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt398&guest=1) |
23-
| **vNext (Win x86)** | [![vNext x86](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt651\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt651&guest=1) |
24-
| **vNext (Win amd64)** | [![vNext amd64](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt652\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt652&guest=1) |
25-
| **vNext (Mono)** | [![vNext Mono](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt656\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt656&guest=1) |
32+
| **master** | [![master][8]][9] |
33+
| **vNext (Win x86)** | [![vNext x86][10]][11] |
34+
| **vNext (Win amd64)** | [![vNext amd64][12]][13] |
35+
| **vNext (Mono)** | [![vNext Mono][14]][15] |
36+
37+
[7]: http://codebetter.com/codebetter-ci/
38+
[8]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt398\)/statusIcon
39+
[9]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt398&guest=1
40+
[10]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt651\)/statusIcon
41+
[11]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt651&guest=1
42+
[12]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt652\)/statusIcon
43+
[13]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt652&guest=1
44+
[14]: http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt656\)/statusIcon
45+
[15]: http://teamcity.codebetter.com/viewType.html?buildTypeId=bt656&guest=1
2646

2747
## Quick contributing guide
2848

2949
- Fork and clone locally
3050
- Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
3151
- Send a Pull Request to spread the fun!
3252

33-
More thorough information available in the [wiki](https://github.com/libgit2/libgit2sharp/wiki).
53+
More thorough information available in the [wiki][16].
54+
55+
[16]: https://github.com/libgit2/libgit2sharp/wiki
3456

3557
## Authors
3658

37-
- **Code:** The LibGit2Sharp [contributors](https://github.com/libgit2/libgit2sharp/contributors)
38-
- **Logo:** [Jason "blackant" Long](https://github.com/blackant)
59+
- **Code:** The LibGit2Sharp [contributors][17]
60+
- **Logo:** [Jason "blackant" Long][18]
61+
62+
[17]: https://github.com/libgit2/libgit2sharp/contributors
63+
[18]: https://github.com/jasonlong
3964

4065
## License
4166

42-
The MIT license (Refer to the [LICENSE.md](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md) file)
67+
The MIT license (Refer to the [LICENSE.md][19] file)
68+
69+
[19]: https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md

0 commit comments

Comments
 (0)
0