From b9d098de2daa2a8ecfbcfdeedde07651d76097c8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 Dec 2022 07:16:53 +0530 Subject: [PATCH] Update mpv support link to point to the actual merged commit --- docs/graphics-protocol.rst | 2 +- docs/integrations.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 0bc112600..3754a876d 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -31,7 +31,7 @@ Some programs and libraries that use the kitty graphics protocol: * `ranger `_ - a terminal file manager, with image previews * :doc:`kitty-diff ` - a side-by-side terminal diff program with support for images * `tpix `_ - a statically compiled binary that can be used to display images and easily installed on remote servers without root access -* `mpv `_ - A video player that can play videos in the terminal +* `mpv `_ - A video player that can play videos in the terminal * `pixcat `_ - a third party CLI and python library that wraps the graphics protocol * `neofetch `_ - A command line system information tool diff --git a/docs/integrations.rst b/docs/integrations.rst index fb72d5dd1..7b5a753b2 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -82,7 +82,7 @@ images. .. _tool_mpv: -`mpv `_ +`mpv `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ A video player that can play videos in the terminal.