From 9bd22dae5499e8f6bef9548418394ecc0f1a59d1 Mon Sep 17 00:00:00 2001 From: Alexander Bezzubov Date: Tue, 6 Aug 2019 17:22:11 +0200 Subject: [PATCH] doc: fix typo in MD link Signed-off-by: Alexander Bezzubov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a9454b..ed0d63e 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ The histogram shows the number of files detected (y-axis) per time interval buck We found few cases where enry turns slower than linguist due to Go regexp engine being slower than Ruby's, based on [oniguruma](https://github.com/kkos/oniguruma) library, written in C. -See (instructions)[#faster-regexp-engine-optional] for running enry with oniguruma. +See [instructions](#misc) for running enry with oniguruma. Why Enry?