Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/diffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ automate that process.
## Assumptions

This guide assumes that you have built CoreCLR.
See the [CoreCLR](https://github.com/dotnet/coreclr) GitHub repo for directions on building.
See the [Workflow Guide](https://github.com/dotnet/runtime/blob/main/docs/workflow/README.md) for directions on building.

## Assembly diff tools

Expand Down Expand Up @@ -290,8 +290,8 @@ or
```
c:\coreclr> tests\runtest.cmd GenerateLayoutOnly
```
On non-Windows, consult the test instructions
[here](https://github.com/dotnet/coreclr/blob/master/Documentation/building/unix-test-instructions.md).
On non-Windows, see
[Building and running tests on Linux, macOS, and FreeBSD](https://github.com/dotnet/runtime/blob/main/docs/workflow/testing/coreclr/unix-test-instructions.md).
Note that you can pass `--testDir=NONE` to runtest.sh to get the
same effect as passing `GenerateLayoutOnly` to runtest.cmd on Windows.

Expand Down
2 changes: 1 addition & 1 deletion doc/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

JIT source code is automatically formatted by the jit-format tool.
The idea is to automatically enforce the
[CLR JIT Coding Conventions](https://github.com/dotnet/coreclr/blob/master/Documentation/coding-guidelines/clr-jit-coding-conventions.md)
[CLR JIT Coding Conventions](https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/clr-jit-coding-conventions.md)
where possible, although the tool by its nature ends up defining the
coding conventions by the formatting it enforces. The tool invokes clang-format and clang-tidy
to do its work.
Expand Down