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.
This commit is contained in:
Leandro SQ 2024-02-15 15:36:28 -03:00 committed by GitHub
parent 7fda402638
commit 8d2728d0f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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