]> git.lizzy.rs Git - micro.git/commitdiff
Fix relative URL for terminfo
authorOleksii Filonenko <brightone@protonmail.com>
Fri, 9 Feb 2018 15:36:12 +0000 (17:36 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 15:36:12 +0000 (17:36 +0200)
cmd/micro/terminfo/README.md

index 957eb4f643deffd5aa5314d7c5a57ffe5aa83660..aaaef1ee4c8edd5db63d13839f7265d79e6001b8 100644 (file)
@@ -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.