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 +```