Skip to content

Commit 8346475

Browse files
Update source build externals documentation references (#5273)
1 parent fe2a595 commit 8346475

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Documentation/sourcebuild-in-repos/new-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependency and the nuances it may have.
9797
issue](https://github.com/dotnet/source-build/issues/new/choose) to determine
9898
if this is a workable approach for your foreign repo.
9999
1. We build some external dependencies in the
100-
[dotnet/source-build-externals](https://github.com/dotnet/source-build-externals)
100+
[dotnet/source-build-reference-packages](https://github.com/dotnet/source-build-reference-packages/tree/main/src/externalPackages/src)
101101
repo. Good targets for this generally have very few if any dependencies and
102102
very simple build processes. [Please log an
103103
issue](https://github.com/dotnet/source-build/issues/new/choose) to get the

Documentation/sourcebuild-in-repos/update-dependencies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ version all over again. Please [log an
3030
issue](https://github.com/dotnet/source-build/issues/new/choose) to discuss
3131
this. You can check if the external package you want is already included in
3232
source-build in the
33-
[source-build-externals](https://github.com/dotnet/source-build-externals) repo.
33+
[dotnet/source-build-reference-packages](https://github.com/dotnet/source-build-reference-packages/tree/main/src/externalPackages/src)
34+
repo.
3435

3536
## Splitting, combining, and moving packages
3637

0 commit comments

Comments
 (0)