From 8d2728d0f04e15da6f6e3ce35f73c772fb66d8b9 Mon Sep 17 00:00:00 2001 From: Leandro SQ <11012599+LeandroSQ@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:36:28 -0300 Subject: [PATCH] fix: Broken link on README.md (#88) This pull request includes a minor change to the `README.md` file. The change updates the link to the `signal-safe-tracing.md` file, moving it into the `docs` directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892480a..c5188a3 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ non-signal-safe functions such as `malloc()`. To avoid this, call these routines to "warm up" the library. Because signal-safe tracing is an involved process, I have written up a comprehensive overview of -what is involved at [signal-safe-tracing.md](signal-safe-tracing.md). +what is involved at [signal-safe-tracing.md](docs/signal-safe-tracing.md). ## Utility Types