Skip to content

Commit 35e70f9

Browse files
authored
Fix bad links
1 parent 0762cb5 commit 35e70f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cake Build
2-
Add `#addin Cake.GitVersioning` to the top of your Cake Build script. See [here](Cake/GitVersioning/GitVersioningAliases.md) for usage. See [here](Nerdbank/GitVersioning/VersionOracle.md) for the VersionOracle usage.
2+
Add `#addin Cake.GitVersioning` to the top of your Cake Build script. See [here](https://github.com/AArnott/Nerdbank.GitVersioning/wiki/GitVersioningAliases) for usage. See [here](https://github.com/AArnott/Nerdbank.GitVersioning/wiki/VersionOracle) for the VersionOracle usage.
33

44
## Example
55
~~~~csharp
@@ -8,4 +8,4 @@ Task("GetVersion")
88
{
99
Information(GetVersioningGetVersion().SemVer2)
1010
});
11-
~~~~
11+
~~~~

0 commit comments

Comments
 (0)