From 6d3e33d44044eac1968cf8a5aee3da7c03d83da3 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 24 Jun 2020 20:41:38 -0400 Subject: [PATCH] Update parse_many.md --- doc/parse_many.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/parse_many.md b/doc/parse_many.md index 0410799b..18080cb2 100644 --- a/doc/parse_many.md +++ b/doc/parse_many.md @@ -163,6 +163,6 @@ From [jsonlines.org](http://jsonlines.org/examples/): Further Reading ------------- -* [Performance](doc/performance.md) shows some more advanced scenarios and how to tune for them. -* [Implementation Selection](doc/implementation-selection.md) describes runtime CPU detection and +* [Performance](performance.md) shows some more advanced scenarios and how to tune for them. +* [Implementation Selection](implementation-selection.md) describes runtime CPU detection and how you can work with it.