Skip to content

Commit 5df1e30

Browse files
committed
chore(docs): fix refs
1 parent 29f3350 commit 5df1e30

File tree

1 file changed

+3
-3
lines changed
  • site/content/in-dev/unreleased/getting-started/deploying-polaris

1 file changed

+3
-3
lines changed

site/content/in-dev/unreleased/getting-started/deploying-polaris/local-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ When Polaris is run using the `./gradlew run` command, the root principal creden
9898

9999
#### Apache Spark
100100

101-
If you want to connect to Polaris with [Apache Spark](https://spark.apache.org/), you'll need to start by cloning Spark. As in the [prerequisites]({{% ref "install-dependencies#git" %}}), make sure [git](https://git-scm.com/) is installed first.
101+
If you want to connect to Polaris with [Apache Spark](https://spark.apache.org/), you'll need to start by cloning Spark. As in the [prerequisites]({{% ref "../install-dependencies#git" %}}), make sure [git](https://git-scm.com/) is installed first.
102102

103103
Then, clone Spark and check out a versioned branch. This guide uses [Spark 3.5](https://spark.apache.org/releases/spark-release-3-5-0.html).
104104

@@ -107,11 +107,11 @@ git clone --branch branch-3.5 https://github.com/apache/spark.git ~/spark
107107
```
108108

109109
#### Trino
110-
If you want to connect to Polaris with [Trino](https://trino.io/), it is recommended to set up a test instance of Trino using Docker. As in the [prerequisites]({{% ref "install-dependencies#docker" %}}), make sure [Docker](https://www.docker.com/) is installed first
110+
If you want to connect to Polaris with [Trino](https://trino.io/), it is recommended to set up a test instance of Trino using Docker. As in the [prerequisites]({{% ref "../install-dependencies#docker" %}}), make sure [Docker](https://www.docker.com/) is installed first
111111

112112
```shell
113113
docker run --name trino -d -p 8080:8080 trinodb/trino
114114
```
115115

116116
## Next Steps
117-
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% ref "using-polaris" %}}) page.
117+
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% ref "../using-polaris" %}}) page.

0 commit comments

Comments
 (0)