diff options
author | Joseph Frazier <1212jtraceur@gmail.com> | 2016-11-20 11:32:00 -0500 |
---|---|---|
committer | Joseph Frazier <1212jtraceur@gmail.com> | 2016-11-20 11:32:00 -0500 |
commit | dc6a9e41955219daa4a353846a2183f6b5c910e5 (patch) | |
tree | 763e4d1135b98e0b85825adf029f666c6848c139 /README.md | |
parent | 0aacd2deb1075e0d4d4b8b23b9a65b3967a1d658 (diff) |
[README.md] Update link from generated CONTRIBUTING.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -930,7 +930,7 @@ If you want to create a build of youtube-dl yourself, you'll need ### Adding support for a new site -If you want to add support for a new site, first of all **make sure** this site is **not dedicated to [copyright infringement](#can-you-add-support-for-this-anime-video-site-or-site-which-shows-current-movies-for-free)**. youtube-dl does **not support** such sites thus pull requests adding support for them **will be rejected**. +If you want to add support for a new site, first of all **make sure** this site is **not dedicated to [copyright infringement](README.md#can-you-add-support-for-this-anime-video-site-or-site-which-shows-current-movies-for-free)**. youtube-dl does **not support** such sites thus pull requests adding support for them **will be rejected**. After you have ensured this site is distributing it's content legally, you can follow this quick list (assuming your service is called `yourextractor`): |