Skip to content

Commit

Permalink
Link relative to docs root
Browse files Browse the repository at this point in the history
Test whether that makes %link work
  • Loading branch information
arielshaqed committed Aug 2, 2023
1 parent 6efe602 commit b6fc43a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/howto/deploy/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ By default, lakeFS will create the required DynamoDB table if it does not alread

DEBUG: I am {{ page.path }} !

💡 You can also use lakeFS with PostgreSQL instead of DynamoDB! See the [configuration reference]({% link /reference/configuration.md%}) for more information.
💡 You can also use lakeFS with PostgreSQL instead of DynamoDB! See the [configuration reference]({% link reference/configuration.md %}) for more information.
{: .note }

## Run the lakeFS server
Expand Down Expand Up @@ -95,7 +95,7 @@ Connect to your EC2 instance using SSH:
blockstore:
type: s3
```
1. [Download the binary]({% link /index.md#downloads%}) to the EC2 instance.
1. [Download the binary]({% link index.md#downloads%}) to the EC2 instance.
1. Run the `lakefs` binary on the EC2 instance:

```sh
Expand Down Expand Up @@ -133,7 +133,7 @@ To install lakeFS with Helm:
```
1. Fill in the missing values and save the file as `conf-values.yaml`. For more configuration options, see our Helm chart [README](https://github.com/treeverse/charts/blob/master/charts/lakefs/README.md#custom-configuration){:target="_blank"}.

The `lakefsConfig` parameter is the lakeFS configuration documented [here]({% link /reference/configuration.md%}) but without sensitive information.
The `lakefsConfig` parameter is the lakeFS configuration documented [here]({% link reference/configuration.md%}) but without sensitive information.
Sensitive information like `databaseConnectionString` is given through separate parameters, and the chart will inject it into Kubernetes secrets.
{: .note }

Expand Down

0 comments on commit b6fc43a

Please sign in to comment.