Skip to content

Commit 6e26a1e

Browse files
committed
fix: Fix broken links in documentation
1 parent 7c35fdb commit 6e26a1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/hbase/pages/usage-guide/phoenix.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
= Using Apache Phoenix
22
:description: Apache Phoenix lets you use SQL with HBase via JDBC. Use bundled psql.py or sqlline.py for table creation and querying, no separate installation needed.
3-
:phoenix-installation: https://phoenix.apache.org/installation.html
3+
:phoenix-installation: https://phoenix.apache.org/docs/installation
44
:sqlline-github: https://github.com/julianhyde/sqlline
55

66
Apache Phoenix allows you to interact with HBase using a familiar SQL-syntax via a JDBC driver.
77
The Phoenix dependencies are bundled with the Stackable HBase image and do not need to be installed separately (client components need to ensure that they have the correct client-side libraries available).
8-
Information about client-side installation can be found {phoenix-installation}[here].
8+
Information about client-side installation can be found {phoenix-installation}[here{external-link-icon}^].
99

1010
Apache Phoenix comes bundled with a few simple scripts to verify a correct server-side installation.
1111
For example, assuming that Phoenix dependencies have been installed to their default location of `/stackable/phoenix/bin`, we can issue the following using the supplied `psql.py` script:
@@ -19,7 +19,7 @@ $ /stackable/phoenix/bin/psql.py && \
1919
----
2020

2121
This script creates, populates and queries a Phoenix table called `WEB_STAT`.
22-
Alternatively, one can use the `sqlline.py` script (which wraps the {sqlline-github}[sqlline] utility):
22+
Alternatively, one can use the `sqlline.py` script (which wraps the {sqlline-github}[sqlline{external-link-icon}^] utility):
2323

2424
[source,shell]
2525
----

0 commit comments

Comments
 (0)