fix(templates): update URLs for code repo and yt-dlp
Switched the footer repository link to a private Git repository and updated the youtube-dl link to the new yt-dlp URL. Helps ensure users follow the current and maintained projects.
This commit is contained in:
parent
98a7e42c15
commit
a563c57d7f
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
·
|
||||
|
||||
<a rel="noopener" target="_blank" href="https://github.com/Rudloff/alltube">
|
||||
<a rel="noopener" target="_blank" href="https://git.private.coffee/privatecoffee/alltube">
|
||||
{t}Get the code{/t}
|
||||
</a>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="https://ytdl-org.github.io/youtube-dl/">
|
||||
youtube-dl
|
||||
<a href="https://github.com/yt-dlp/yt-dlp">
|
||||
yt-dlp
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue