fix: typo in URL (#2)

* Fix the URL of the Invidious website

* Also fix it in the similar projects page
This commit is contained in:
TheFrenchGhosty
2022-06-03 20:58:28 +02:00
committed by GitHub
parent 21e7bfc54c
commit 9f35a668b5
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ block content
+project(
'Invidious',
'Invidious is an alternative front-end to YouTube.',
'https://invidious.org',
'https://invidious.io',
'https://invidious.snopyta.org/feed/popular',
false
)
@@ -47,4 +47,4 @@ block content
'Scribe is an alternative Medium frontend.',
'https://git.sr.ht/~edwardloveall/scribe',
'https://scribe.rip/'
)
)