Merge pull request #37 from iv-org/mkdocs

Update for the move to mkdocs-material
This commit is contained in:
TheFrenchGhosty 2022-03-08 14:33:53 +00:00 committed by GitHub
commit 6bef2f442d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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