Update for the move to mkdocs-material

This commit is contained in:
TheFrenchGhosty 2022-03-07 20:37:08 +01:00
parent 12fb8d7993
commit e4d0dc9f5e
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