Skip to content

Commit

Permalink
fix: broken links in chart documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Lester Guerzon <[email protected]>
  • Loading branch information
guerzon committed Sep 1, 2024
1 parent 50cefdc commit 6d8695e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ image:
domain: "https://vaultwarden.contoso.com:9443/"
```

Detailed configuration options can be found in the [Vaultwarden settings](./charts/vaultwarden/README.md#vaultwarden-settings) section.
Detailed configuration options can be found in the [General settings](#general-settings) section.

## Database options

Expand Down Expand Up @@ -89,7 +89,7 @@ database:
existingSecretKey: "secret-uri"
```

Detailed configuration options can be found in the [Database Configuration](./charts/vaultwarden/README.md#database-configuration) section.
Detailed configuration options can be found in the [Database Configuration](#database-settings) section.

## SSL and Ingress

Expand Down Expand Up @@ -148,7 +148,7 @@ ingress:
alb.ingress.kubernetes.io/certificate-arn: "arn:aws:acm:eu-central-1:ACCOUNT:certificate/LONGID"
```

Detailed configuration options can be found in the [Exposure Parameters](./charts/vaultwarden/README.md#exposure-parameters) section.
Detailed configuration options can be found in the [Exposure Parameters](#exposure-settings) section.

## Security

Expand Down Expand Up @@ -236,7 +236,7 @@ smtp:
acceptInvalidCerts: "true"
```

Detailed configuration options can be found in the [SMTP Configuration](./charts/vaultwarden/README.md#smtp-configuration) section.
Detailed configuration options can be found in the [SMTP Configuration](#smtp-configuration) section.

## Persistent storage

Expand Down

0 comments on commit 6d8695e

Please sign in to comment.