From 13dd57594fc270a27c6af22a3422aefc9f5a6e5d Mon Sep 17 00:00:00 2001 From: Fernando van Loenhout Date: Sat, 7 Jul 2018 14:37:08 +0200 Subject: [PATCH] Fix broken url's in readme Still broken without me finding proper replacements: * https://github.com/np1/mps --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cd043fa9..27eda030 100644 --- a/README.rst +++ b/README.rst @@ -23,9 +23,9 @@ Features - Works with Windows, Linux and Mac OS X - Requires mplayer or mpv -This project is based on `mps `_, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The `pafy `_ library handles interfacing with YouTube. +This project is based on `mps `_, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The `pafy `_ library handles interfacing with YouTube. -`FAQ / Troubleshooting common issues `_ +`FAQ / Troubleshooting common issues `_ Screenshots ----------- @@ -39,7 +39,7 @@ A standard search is performed by entering ``/`` followed by search terms. Local Playlists ~~~~~~~~~~~~~~~ -.. image:: http://mps-youtube.github.io/mps-youtube/local-playlists.png +.. image:: http://mps-youtube.github.io/mps-youtube/local-playlist.png Search result items can easily be stored in local playlists. @@ -132,7 +132,7 @@ Or with `Homebrew `_:: Additional Windows installation notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -As an alternative to installing with pip, there is a standalone binary available. Go to `Releases `_ and download mpsyt-VERSION.exe under downloads for the latest release. +As an alternative to installing with pip, there is a standalone binary available. Go to `Releases `_ and download mpsyt-VERSION.exe under downloads for the latest release. Install the python `colorama `_ module to get colors (optional):: @@ -162,7 +162,7 @@ If you would like to locally build the container you can run the following steps Check out this repo:: - git clone https://github.com/np1/mps-youtube.git + git clone https://github.com/mps-youtube/mps-youtube.git Enter the directory and run docker build::