Skip to content

Commit ac3ef49

Browse files
committed
docs: Clarify library terminology and update GitHub Actions links
1 parent 2a1bbe4 commit ac3ef49

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Versioning when using Git, solved. GitVersion looks at your git history and
44
works out the [Semantic Version][semver] of the commit being built.
55

6-
[![Build status][azure-pipeline-badge]][azure-pipeline]
76
[![Build status][github-actions-badge]][github-actions]
87
[![codecov][codecov-badge]][codecov]
98

@@ -50,13 +49,9 @@ from The Noun Project.
5049

5150
[semver]: https://semver.org
5251

53-
[azure-pipeline]: https://dev.azure.com/GitTools/GitVersion/_build/latest?definitionId=1
52+
[github-actions]: https://github.com/GitTools/GitVersion/actions/workflows/ci.yml
5453

55-
[azure-pipeline-badge]: https://dev.azure.com/GitTools/GitVersion/_apis/build/status/GitTools.GitVersion
56-
57-
[github-actions]: https://github.com/GitTools/GitVersion/actions
58-
59-
[github-actions-badge]: https://github.com/GitTools/GitVersion/workflows/CI/badge.svg
54+
[github-actions-badge]: https://github.com/GitTools/GitVersion/actions/workflows/ci.yml/badge.svg
6055

6156
[codecov]: https://codecov.io/gh/GitTools/GitVersion
6257

docs/input/docs/usage/library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Order: 40
33
Title: Library
44
Description: |
5-
Install with NuGet and use GitVersion.Core as a software library. Although this
5+
Install with NuGet and use GitVersion.Core as a NuGet package. Although this
66
is an unsupported option and the API may break even between minor or
77
patch releases, it's a useful option to some.
88
CardIcon: library.svg
99
RedirectFrom: docs/usage/nuget-library
1010
---
1111

12-
Install with NuGet and use GitVersion.Core as a software library. Although this
12+
Install with NuGet and use GitVersion.Core as a NuGet package. Although this
1313
is an unsupported option and the API may break even between minor or
1414
patch releases, it's a useful option to some.
1515

0 commit comments

Comments
 (0)