From 1ea3a1b64c83721ea1b87bd453b152a47144a3ef Mon Sep 17 00:00:00 2001 From: Zhiqiang Wang Date: Tue, 19 Oct 2021 19:54:24 +0800 Subject: [PATCH] Fix link for README.rst --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ce1f7ae0515..f09c35af1c3 100644 --- a/README.rst +++ b/README.rst @@ -112,7 +112,9 @@ Video Backend ============= Torchvision currently supports the following video backends: -* [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries. +* `pyav`_ (default) - Pythonic binding for ffmpeg libraries. + +.. _pyav : https://github.com/PyAV-Org/PyAV * video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any conflicting version of ffmpeg installed. Currently, this is only supported on Linux.