change references to the github repo location (#7479)

This commit is contained in:
Oran Agra
2020-07-10 08:25:26 +03:00
committed by GitHub
parent 1978f996d8
commit 9bbf768d3c
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ def commands
require "json"
require "uri"
url = URI.parse "https://raw.githubusercontent.com/antirez/redis-doc/master/commands.json"
url = URI.parse "https://raw.githubusercontent.com/redis/redis-doc/master/commands.json"
client = Net::HTTP.new url.host, url.port
client.use_ssl = true
response = client.get url.path