Skip to content

Commit

Permalink
Workaround invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Oct 3, 2024
1 parent be6f5b2 commit d99d45c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ default: true
MD013: # line length
code_block_line_length: 256
heading_line_length: 96
line_length: 96
MD033: false # no inline HTML
2 changes: 1 addition & 1 deletion Documentation/sourcebuild-in-repos/build-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a collection of notes about how source-build can differ in general from
your repo's build and what kind of issues that can create.

## Single version and single RID build
## Single-version and single-RID build

Source-build is required to build on a single machine with no internet access.
This means that we build targeting a single RID, usually the non-portable RID
Expand Down
4 changes: 2 additions & 2 deletions Documentation/sourcebuild-in-repos/update-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ what can happen is
1. In version 2, Package A is split into Package A1 and Package A2.
1. A downstream repo is never updated to take the split packages.
1. The version 2 source-build succeeds because Package A exists in the
[previously-source-built archive](build-info.md#single-version-and-single-rid-build), but no new
version of Package A is produced.
[previously-source-built archive](build-info.md#single-version-and-single-rid-build),
but no new version of Package A is produced.
1. Source-build version 3 fails because Package A no longer exists in the
previously-source-built archive either.

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# .NET Source-Build

Test

Please use [GitHub
discussions](https://github.com/dotnet/source-build/discussions) to see
announcements, ask questions, make suggestions, and share information with other
Expand Down

0 comments on commit d99d45c

Please sign in to comment.