From 9cf6da72798e714307f63f416990dfc753fc94df Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Sun, 16 Jul 2017 23:33:21 +0900 Subject: [PATCH] doc: fixed link. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11f4338..6af7bf3 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ * [Comparison when difference between two sequences is very large](#comparison-when-difference-between-two-sequences-is-very-large) * [Implementations with various programming languages](#implementations-with-various-programming-languages) * [Examples](#examples) - * [strdiff](##strdiff) - * [intdiff](##intdiff) - * [unidiff](##unidiff) - * [unistrdiff](##unistrdiff) - * [strdiff3](##strdiff3) + * [strdiff](#strdiff) + * [intdiff](#intdiff) + * [unidiff](#unidiff) + * [unistrdiff](#unistrdiff) + * [strdiff3](#strdiff3) * [intdiff3](#intdiff3) * [patch](#patch) * [fpatch](#fpatch)