From e4d0dc9f5e7efdaa5ab6d07d3e5772ebe620fece Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Mon, 7 Mar 2022 20:37:08 +0100 Subject: [PATCH] Update for the move to mkdocs-material --- src/instances.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instances.cr b/src/instances.cr index 4399cb2..e330958 100644 --- a/src/instances.cr +++ b/src/instances.cr @@ -51,7 +51,7 @@ spawn do end end begin - body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/iv-org/documentation/master/Invidious-Instances.md")).body + body = HTTP::Client.get(URI.parse("https://raw.githubusercontent.com/iv-org/documentation/master/docs/Invidious-Instances.md")).body rescue ex body = "" end