Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix links #2481

Merged
merged 3 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/docs/guides/kubernetes-helm-chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ The source code is available on
## Installation

To install ORY Hydra, the following
[configuration values](https://www.ory.sh/hydra/docs/reference/configuration.md)
must be set:
[configuration values](../reference/configuration.md) must be set:

- `hydra.config.dsn`
- `hydra.config.urls.self.issuer`
Expand Down Expand Up @@ -104,8 +103,7 @@ $ helm install \

## Configuration

You can pass your
[ORY Hydra configuration file](https://www.ory.sh/hydra/docs/reference/configuration.md)
You can pass your [ORY Hydra configuration file](../reference/configuration.md)
by creating a yaml file with key `hydra.config`

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The source code is available on
## Installation

To install ORY Hydra, the following
[configuration values](https://www.ory.sh/hydra/docs/reference/configuration.md)
[configuration values](../reference/configuration.md)
must be set:

- `hydra.config.dsn`
Expand Down Expand Up @@ -105,7 +105,7 @@ $ helm install \
## Configuration

You can pass your
[ORY Hydra configuration file](https://www.ory.sh/hydra/docs/reference/configuration.md)
[ORY Hydra configuration file](../reference/configuration.md)
by creating a yaml file with key `hydra.config`

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The source code is available on
## Installation

To install ORY Hydra, the following
[configuration values](https://www.ory.sh/hydra/docs/reference/configuration.md)
[configuration values](../reference/configuration.md)
must be set:

- `hydra.config.dsn`
Expand Down Expand Up @@ -105,7 +105,7 @@ $ helm install \
## Configuration

You can pass your
[ORY Hydra configuration file](https://www.ory.sh/hydra/docs/reference/configuration.md)
[ORY Hydra configuration file](../reference/configuration.md)
by creating a yaml file with key `hydra.config`

```yaml
Expand Down