From fbeb991f7d2da0393b5d0ed4f3123c55c65ece62 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Mon, 12 Apr 2021 22:27:32 -0700 Subject: [PATCH] Fix timg link (underscore was missing). Signed-off-by: Henner Zeller --- docs/graphics-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 0bef2396a..ae46e6eb4 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -40,7 +40,7 @@ Some programs and libraries that use the kitty graphics protocol: * `viu `_ - a terminal image viewer * `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo * `ctx.graphics `_ - Library for drawing graphics - * `timg ` - a terminal image and video viewer + * `timg `_ - a terminal image and video viewer * `notcurses `_ - C library for terminal graphics with bindings for C++, Rust and Python * `rasterm `_ - Go library to display images in the the terminal