File 7462-HOWTO-DEVELOPMENT.md-Fix-broken-cross-reference.patch of Package erlang
From 3173308b05b8bb80a60f639e87b2bf75553a0601 Mon Sep 17 00:00:00 2001
From: Frej Drejhammar <frej.drejhammar@gmail.com>
Date: Wed, 31 Jan 2024 08:33:55 +0100
Subject: [PATCH 2/2] HOWTO/DEVELOPMENT.md: Fix broken cross reference
The "Run tests with Address Sanitizer" section is in TESTING.md.
---
HOWTO/DEVELOPMENT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HOWTO/DEVELOPMENT.md b/HOWTO/DEVELOPMENT.md
index 3cb44fc609..9ee52b0b85 100644
--- a/HOWTO/DEVELOPMENT.md
+++ b/HOWTO/DEVELOPMENT.md
@@ -374,7 +374,7 @@ If you want to run tests using `cerl` (for example if you want to run asan on
the nif_SUITE in emulator) you cannot use the `make test` approach to testing
as that uses `ct_run` under the hood and `ct_run` does not support customizing
the emulator start script. Instead you need to use the approach described in
-[Run tests with Address Sanitizer](INSTALL.md#run-tests-with-address-sanitizer).
+[Run tests with Address Sanitizer](TESTING.md#run-tests-with-address-sanitizer).
### Static analysis
--
2.35.3