Skip to content

Commit 198f01c

Browse files
author
Julien Ruaux
committed
docs: Fixed links that were broken after project name change
1 parent c184b88 commit 198f01c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
:linkattrs:
22
:project-owner: redis-field-engineering
3-
:project-name: redis-sql
3+
:project-name: redis-sql-trino
44
:project-group: com.redis
55
:project-version: 0.2.9
6-
:project-url: https://github.com/{project-owner}/{project-name}
76
:documentation-url: https://{project-owner}.github.io/{project-name}
87

98
++++
@@ -18,7 +17,7 @@
1817

1918
'''
2019

21-
image:{project-url}/actions/workflows/early-access.yml/badge.svg["Build Status", link="{project-url}/actions/workflows/early-access.yml"]
20+
image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml"]
2221
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token={codecov-token}["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
2322

2423
Redis SQL Trino lets lets you easily integrate with visualization frameworks — like Tableau and SuperSet — and platforms that support JDBC-compatible databases (e.g., Mulesoft). Query support includes SELECT statements across secondary indexes on both Redis hashes & JSON, aggregations (e.g., count, min, max, avg), ordering, and more.
@@ -49,7 +48,7 @@ image::https://asciinema.org/a/526185.svg[asciicast,link=https://asciinema.org/a
4948
First, clone this git repository:
5049
[source,console,subs="verbatim,attributes"]
5150
----
52-
git clone {project-url}.git
51+
git clone https://github.com/{project-owner}/{project-name}.git
5352
cd {project-name}
5453
----
5554

@@ -117,7 +116,7 @@ See the https://trino.io/docs/current/installation.html[Trino installation and d
117116

118117
=== Redis SQL Trino Connector
119118

120-
Next, you'll need to install the Redis SQL Trino plugin and configure it. See our documentation for https://redis-field-engineering.github.io/redis-sql/#redisearch-connector[plugin installation] and https://redis-field-engineering.github.io/redis-sql/#configuration[plugin configuration].
119+
Next, you'll need to install the Redis SQL Trino plugin and configure it. See our documentation for https://{project-owner}.github.io/{project-name}/#redisearch-connector[plugin installation] and https://{project-owner}.github.io/{project-name}/#configuration[plugin configuration].
121120

122121
=== Redis installation
123122

@@ -127,11 +126,11 @@ For a self-managed deployment, or for testing locally, install https://redis.io/
127126

128127
The example above uses the https://trino.io/docs/current/client/cli.html[Trino CLI] to access your data.
129128

130-
Most real world applications will use the https://trino.io/docs/current/client/jdbc.html[Trino JDBC driver] to issue queries. See the https://redis-field-engineering.github.io/redis-sql/#clients[Redis SQL Trino] documentation for details.
129+
Most real world applications will use the https://trino.io/docs/current/client/jdbc.html[Trino JDBC driver] to issue queries. See the https://{project-owner}.github.io/{project-name}/#clients[Redis SQL Trino] documentation for details.
131130

132131
== Support
133132

134-
Redis SQL Trino is supported by Redis, Inc. on a good faith effort basis. To report bugs, request features, or receive assistance, please {project-url}/issues[file an issue].
133+
Redis SQL Trino is supported by Redis, Inc. on a good faith effort basis. To report bugs, request features, or receive assistance, please https://github.com/{project-owner}/{project-name}/issues[file an issue].
135134

136135
== License
137136

0 commit comments

Comments
 (0)