diff options
author | Philipp Hagemeister <[email protected]> | 2014-04-19 14:54:58 +0200 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2014-04-19 14:55:46 +0200 |
commit | a5bd123ec08b03646166cdcdbfd2ded8ab6d005a (patch) | |
tree | 9b824eb2e2ffc49dd916c4ff341851b242fda39a | |
parent | c74d3d5d8051bd432570aa6e534a39870adcc5ef (diff) | |
download | youtube-dl-a5bd123ec08b03646166cdcdbfd2ded8ab6d005a.tar.gz youtube-dl-a5bd123ec08b03646166cdcdbfd2ded8ab6d005a.zip |
Shorten bug reporting URL (Suggested by @AGSPhoenix)
-rw-r--r-- | .htaccess | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ RewriteEngine On RewriteRule ^ip/?$ ip.php -RewriteRule ^bugs?/? http://github.com/rg3/youtube-dl/issues [R=302,L] +RewriteRule ^bugs?/? https://github.com/rg3/youtube-dl/issues [R=302,L] +RewriteRule ^bug-tips/? https://github.com/rg3/youtube-dl#bugs [R=302,L] |