Skip to content

Commit 30fbd16

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 3cb1d16 + df8d6cd commit 30fbd16

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
@@ -25,7 +25,7 @@ You should install the version specified in `global.json` or a later version wit
2525
the same major.minor.Bxx "hundreds" band.
2626
For example if 2.2.300 is specified, you may install 2.2.300, 2.2.301, or 2.2.310
2727
while the 2.2.400 version would not be considered compatible by .NET SDK.
28-
See [.NET Core Versioning](https://docs.microsoft.com/dotnet/core/versions/) for more information.
28+
See [.NET Core Versioning](https://learn.microsoft.com/dotnet/core/versions/) for more information.
2929

3030
## Package restore
3131

@@ -44,7 +44,7 @@ Building, testing, and packing this repository can be done by using the standard
4444
## Releases
4545

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

4949
Push the tag.
5050

0 commit comments

Comments
 (0)