From b9e77eee6a9664d8775b07e3edeec3c6124f76f0 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Fri, 9 Feb 2018 17:36:12 +0200 Subject: [PATCH] Fix relative URL for terminfo --- cmd/micro/terminfo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/micro/terminfo/README.md b/cmd/micro/terminfo/README.md index 957eb4f6..aaaef1ee 100644 --- a/cmd/micro/terminfo/README.md +++ b/cmd/micro/terminfo/README.md @@ -1,6 +1,6 @@ # Terminfo parser -This terminfo parser was written by the authors of [tcell](github.com/gdamore/tcell). We are using it here +This terminfo parser was written by the authors of [tcell](https://github.com/gdamore/tcell). We are using it here to compile the terminal database if the terminal entry is not found in set of precompiled terminals. The source for `mkinfo.go` is adapted from tcell's `mkinfo` tool to be more of a library.