Skip to content

Commit 84b8780

Browse files
authored
Minor doc updates (#77)
* While this does contain legit updates to docs, it is mostly about verifying that signatures work on a different machine. (FYI, signing does work and is verified by GH - :yeah:
1 parent d7e2e78 commit 84b8780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ of the last one released publicly.
6464
> (NuGet v3 can handle the full name just fine!). Thus, the lack of support in this library.
6565
6666
## End User Documentation
67-
Full documentation on the tasks is available in the project's [docs site](https://ubiquitydotnet.github.io/CSemVer.GitBuild/)
67+
Full documentation on the tasks are available in the project's [docs site](https://ubiquitydotnet.github.io/CSemVer.GitBuild/)
6868

6969
## Building the tasks
7070
Documentation on building and general maintenance of this repo are provided in the [Wiki](https://github.com/UbiquityDotNET/CSemVer.GitBuild/wiki).

docfx/build-tasks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ components of the version match<sup>[1](#footnote_1)</sup>. This ensures that wh
4949
the dependent components you just built instead of the last one released publicly.
5050

5151
### Understanding CI builds
52-
Understanding CI builds is important and an complete [article](xref:understanding-ci-builds)
52+
Understanding CI builds is important and an seperate [article](xref:understanding-ci-builds)
5353
is available on the subject. An important point to understand here is that a CI build
5454
version number is a POST-RELEASE version that is ordered AFTER the release it is based
5555
on AND BEFORE the next release. That is a CI build is ordered BETWEEN releases. Though

0 commit comments

Comments
 (0)