Skip to content

Commit 3acf68c

Browse files
authored
[main] Ignore https://aka.ms/ in markdown link checker (#6462)
1 parent bf5fda2 commit 3acf68c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/linters/.linkspector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ excludedDirs:
1313
ignorePatterns:
1414
- pattern: "^https://github.com/microsoft/mcr.*$"
1515
- pattern: "^https://github.com/dotnet/release.*$"
16+
- pattern: "^https://aka.ms/$"
1617
useGitIgnore: true

0 commit comments

Comments
 (0)