Skip to content

Commit c4f8e78

Browse files
author
Julien Ruaux
committed
build: Updated docker hub org
1 parent 217b6b7 commit c4f8e78

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docker exec redis /usr/local/bin/redis-cli FT.CREATE beers ON HASH PREFIX 1 beer
4949
.Add documents to the index
5050
[source,console]
5151
----
52-
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
52+
docker run --add-host=host.docker.internal:host-gateway fieldengineering/riot-file -h host.docker.internal import https://storage.googleapis.com/jrx/beers.json hset --keyspace beer --keys id
5353
----
5454

5555
.Run the Trino CLI

pom.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -458,20 +458,17 @@
458458
<configuration>
459459
<backend>html5</backend>
460460
<attributes>
461-
<source-highlighter>highlightjs</source-highlighter>
462-
<toc>left</toc>
463-
<sectanchors>true</sectanchors>
464-
<numbered>true</numbered>
465-
<toclevels>2</toclevels>
466-
<sectanchors>true</sectanchors>
467-
<!-- set the idprefix to blank -->
461+
<coderay-linenums-mode>table</coderay-linenums-mode>
462+
<icons>font</icons>
468463
<idprefix />
469464
<idseparator>-</idseparator>
470465
<linkattrs>true</linkattrs>
471466
<linkcss>true</linkcss>
472-
<icons>font</icons>
467+
<numbered>true</numbered>
468+
<sectanchors>true</sectanchors>
473469
<source-highlighter>coderay</source-highlighter>
474-
<coderay-linenums-mode>table</coderay-linenums-mode>
470+
<toc>left</toc>
471+
<toclevels>2</toclevels>
475472
</attributes>
476473
</configuration>
477474
</execution>

0 commit comments

Comments
 (0)