Skip to content

Commit 58a63ff

Browse files
committed
Fix broken links
1 parent aced7cf commit 58a63ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/linters/.linkspector.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dirs:
77
excludedDirs:
88
- eng/readme-templates
99
ignorePatterns:
10-
- pattern: "^https://github.com/dotnet/sdk/tree/main/src/SourceBuild/patches"
1110
- pattern: "^https://dotnetcli.blob.core.windows.net/source-built-artifacts/sdks/"
1211
- pattern: "^https://dotnetcli.blob.core.windows.net/source-built-artifacts/assets/"
1312
- pattern: "^https://www.reddit.com/r/archlinux/comments/cx64r5/the_state_of_net_core_on_arch/"

Documentation/patching-guidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ git format-patch --zero-commit --no-signature -1
2424
Then, move the patch file into the `src/SourceBuild/patches/<repo>` directory of
2525
the following repo:
2626

27-
* [.NET 9.0+]
28-
[sdk](https://github.com/dotnet/sdk/tree/main/src/SourceBuild/patches)
27+
* [.NET 9.0]
28+
[sdk](https://github.com/dotnet/sdk/tree/release/9.0.1xx)
2929
* [.NET 8.0]
30-
[installer](https://github.com/dotnet/installer/tree/main/src/SourceBuild/patches)
30+
[installer](https://github.com/dotnet/installer/tree/release/8.0.1xx)
3131

3232
If an existing directory for the repo does not already exist, you will need to
3333
create one.

0 commit comments

Comments
 (0)