Skip to content

Commit da3b769

Browse files
committed
Merge the microbuild branch from https://github.com/aarnott/Library.Template
Specifically, this merges [df8d6cd from that repo](AArnott/Library.Template@df8d6cd).
2 parents 4d2de60 + df8d6cd commit da3b769

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/docs_validate.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66

77
jobs:
88
build:
9-
name: 📚 docfx
9+
name: 📚 Doc validation
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
15+
- name: 🔗 Markup Link Checker (mlc)
16+
uses: becheran/[email protected]
17+
with:
18+
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dev.azure.com/*,https://app.codecov.io/*,https://msrc.microsoft.com/*,https://www.microsoft.com/en-us/msrc* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://www.microsoft.com/msrc/cvd,https://www.microsoft.com/msrc
1519
- name: ⚙ Install prerequisites
1620
run: |
1721
./init.ps1 -UpgradePrerequisites

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You should install the version specified in `global.json` or a later version wit
2727
the same major.minor.Bxx "hundreds" band.
2828
For example if 2.2.300 is specified, you may install 2.2.300, 2.2.301, or 2.2.310
2929
while the 2.2.400 version would not be considered compatible by .NET SDK.
30-
See [.NET Core Versioning](https://docs.microsoft.com/dotnet/core/versions/) for more information.
30+
See [.NET Core Versioning](https://learn.microsoft.com/dotnet/core/versions/) for more information.
3131

3232
## Package restore
3333

@@ -49,7 +49,7 @@ msbuild src
4949
## Releases
5050

5151
Use `nbgv tag` to create a tag for a particular commit that you mean to release.
52-
[Learn more about `nbgv` and its `tag` and `prepare-release` commands](https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/nbgv-cli.md).
52+
[Learn more about `nbgv` and its `tag` and `prepare-release` commands](https://dotnet.github.io/Nerdbank.GitVersioning/docs/nbgv-cli.html).
5353

5454
Push the tag.
5555

0 commit comments

Comments
 (0)