From 287a3d99a0c7e1fbc38c1da778b94693a45983ef Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Tue, 1 Dec 2020 18:18:05 +0100 Subject: [PATCH 1/2] Update the documentation and repository links --- src/instances.cr | 2 +- src/instances/views/index.ecr | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/instances.cr b/src/instances.cr index b8c895a..a35e9f4 100644 --- a/src/instances.cr +++ b/src/instances.cr @@ -51,7 +51,7 @@ spawn do end end - body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/wiki/iv-org/invidious/Invidious-Instances.md")).body + body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/iv-org/documentation/master/Invidious-Instances.md")).body headers = HTTP::Headers.new instances = {} of String => Instance diff --git a/src/instances/views/index.ecr b/src/instances/views/index.ecr index 9a95f2d..9e0f062 100644 --- a/src/instances/views/index.ecr +++ b/src/instances/views/index.ecr @@ -51,7 +51,7 @@

- Add your instance here. + Open an issue or a pull request to add your instance on the documentation repository. &sort_by=<%= sort_by %><% end %>">JSON

@@ -89,7 +89,7 @@