Browse Source

fix: typo in URL (#2)

* Fix the URL of the Invidious website

* Also fix it in the similar projects page
TheFrenchGhosty 3 years ago
parent
commit
9f35a668b5
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 2
      views/pug/similarProjects.pug

+ 1 - 1
README.md

@@ -110,7 +110,7 @@ libremdb will start running at http://localhost:3000.
   Nitter is a free and open source alternative Twitter front-end focused on privacy.
 - [Bibliogram](https://sr.ht/~cadence/bibliogram/)  
   Bibliogram is an alternative front-end for Instagram.
-- [Invidious](https://invidious.org)  
+- [Invidious](https://invidious.io)  
   Invidious is an alternative front-end to YouTube.
 - [Libreddit](https://github.com/spikecodes/libreddit)  
   Libreddit is an alternative private front-end to Reddit.

+ 2 - 2
views/pug/similarProjects.pug

@@ -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/'
-				)
+				)