Skip to content

Commit

Permalink
Update serverslist raw URL
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Nov 24, 2024
1 parent bd7b8ba commit 40354f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace :servers do
require 'nokogiri'
require 'open-uri'

url = 'https://raw.githubusercontent.com/acresources/serverslist/master/Servers.xml'
url = 'https://raw.githubusercontent.com/acresources/serverslist/refs/heads/master/Servers.xml'
doc = Nokogiri::HTML(URI.open(url))

servers = []
Expand Down

0 comments on commit 40354f6

Please sign in to comment.