summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-06-19 13:39:05 -0400
committerMatt Turner <mattst88@gmail.com>2025-06-19 13:39:05 -0400
commitc1762f0dd10b720f745969505300c48fc6cb1649 (patch)
tree89dfcfa82d2ad6b9f542fbacdb46c69984b9b617
parentcf0e9eb48eb0677e7c3ade6d0c47a8ce4eb57636 (diff)
README.md: Fix link to nj repo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8452e74..8a0d9ea 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A collection of scripts to build and test [Mesa](https://www.mesa3d.org/) withou
## Scripts
-- [nj](nj) - Run [ninja](https://github.com/ninja-build/ninja) from anywhere in the project git repository. (upstream: [nj repo](gitlab.freedesktop.org/kwg/nj))
+- [nj](nj) - Run [ninja](https://github.com/ninja-build/ninja) from anywhere in the project git repository. (upstream: [nj repo](https://gitlab.freedesktop.org/kwg/nj))
- [mesa-run](mesa-run) - helper script. Not used directly.
- [mesa-debug](mesa-debug) - Debug build
- [mesa-debug-asan](mesa-debug-asan) - Debug build with [AddressSanitizer](https://github.com/google/sanitizers/wiki/AddressSanitizer)