From 40aa235c932bd621dc4876fe678eea9deafd842f Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Sun, 5 Sep 2021 18:54:16 +0530 Subject: [PATCH] Update README.md --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5f64dd8..35b0d3a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,8 +1,8 @@ # Play-dl commands For source specific commands :- -- [YouTube]() -- [Spotify]() +- [YouTube](https://github.com/play-dl/play-dl/tree/developer/docs/YouTube#youtube) +- [Spotify](https://github.com/play-dl/play-dl/tree/developer/docs/Spotify#spotify) ### Validate @@ -22,4 +22,4 @@ if(!check) // Invalid URL if(check === 'yt_video') // YouTube Video if(check === 'sp_track') // Spotify Track -``` \ No newline at end of file +```