From 9909b018f6d8979c8489578c8f495e69828a074d Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sun, 4 Aug 2024 10:19:39 -0400 Subject: [PATCH] docs: fix link --- docs/FEATURES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 7898a416e..bbd402fe3 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -2,8 +2,8 @@ `qsv` has several features: -* `mimalloc` (default) - use the mimalloc allocator (see [Memory Allocator](docs/PERFORMANCE.md#memory-allocator) for more info). -* `jemallocator` - use the jemalloc allocator (see [Memory Allocator](docs/PERFORMANCE.md#memory-allocator) for more info). +* `mimalloc` (default) - use the mimalloc allocator (see [Memory Allocator](./PERFORMANCE.md#memory-allocator) for more info). +* `jemallocator` - use the jemalloc allocator (see [Memory Allocator](./PERFORMANCE.md#memory-allocator) for more info). * `apply` - enable `apply` command. This swiss-army knife of CSV transformations is very powerful, but it has a lot of dependencies that increases both compile time and binary size. * `fetch` - enables the `fetch` & `fetchpost` commands. * `foreach` - enable `foreach` command (not valid for Windows).