From 327a6d20836c82ed2787027e716c04bbb81ae9aa Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Fri, 13 Jun 2025 11:48:32 +0200 Subject: [PATCH] Docs: update link to concurrency API (#4414) --- docs/src/content/docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/install.md b/docs/src/content/docs/install.md index 69d1c106..41c18714 100644 --- a/docs/src/content/docs/install.md +++ b/docs/src/content/docs/install.md @@ -175,7 +175,7 @@ The default memory allocator on most glibc-based Linux systems processes that involve lots of small memory allocations. For this reason, by default, sharp will limit the use of thread-based -[concurrency](api-utility#concurrency) when the glibc allocator is +[concurrency](/api-utility#concurrency) when the glibc allocator is detected at runtime. To help avoid fragmentation and improve performance on these systems,