Skip to content

Commit df775e4

Browse files
author
Julien Ruaux
committed
docs: Fixed beers.json URL in Docker example
1 parent 3cf183d commit df775e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker exec redismod /usr/local/bin/redis-cli FT.CREATE beers ON HASH PREFIX 1 b
7171
+
7272
[source,console]
7373
----
74-
docker run --add-host=host.docker.internal:host-gateway jruaux/riot-file -h host.docker.internal import http://developer.redis.com/riot/beers.json hset --keyspace beer --keys id
74+
docker run --add-host=host.docker.internal:host-gateway jruaux/riot-file -h host.docker.internal import https://storage.googleapis.com/jrx/beers.json hset --keyspace beer --keys id
7575
----
7676

7777
4. Run the Trino CLI

0 commit comments

Comments
 (0)