Skip to content

Commit

Permalink
fix: broken links corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 27, 2024
1 parent aca0a7f commit ad97c0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/commands/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When you want to upgrade kamal-proxy, you can call `kamal proxy reboot`. This is

You can use a rolling reboot with `kamal proxy reboot --rolling` to avoid restarting on all servers simultaneously.

You can also use [pre-proxy-reboot](../hooks/pre-proxy-reboot) and [post-proxy-reboot](../hooks/post-proxy-reboot) hooks to remove and add the servers to upstream load balancers as you reboot them.
You can also use [pre-proxy-reboot](../../hooks/pre-proxy-reboot) and [post-proxy-reboot](../../hooks/post-proxy-reboot) hooks to remove and add the servers to upstream load balancers as you reboot them.

## Boot configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
RAILS_MASTER_KEY=$(cat config/master.key)
```
You can also use [secret helpers](../commands/secrets) for some common password managers.
You can also use [secret helpers](../../commands/secrets) for some common password managers.
```
SECRETS=$(kamal secrets fetch ...)
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading/configuration-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Configuration changes

## [Builder](#builder)

The [builder configuration](../configuration/builders) has been simplified.
The [builder configuration](../../configuration/builders) has been simplified.

### Arch

Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading/secrets-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SECRET_FROM_ENV=$SECRET_FROM_ENV
SECRET_FROM_COMMAND=$(op read ...)
```

See [here](../configuration/environment-variables#using-kamal-secrets) for more details
See [here](../../configuration/environment-variables#using-kamal-secrets) for more details

## [Environment variables in deploy.yml](#environment-variables-in-deployyml)

Expand Down
2 changes: 1 addition & 1 deletion v1/docs/configuration/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ KAMAL_REGISTRY_PASSWORD=pw
DB_PASSWORD=secret123
```

See [Envify](/docs/commands/envify/) for how to use generated .env files.
See [Envify](../../commands/envify/) for how to use generated .env files.

To pass the secrets you should list them under the `secret` key. When you do this the other variables need to be moved under the `clear` key.

Expand Down

0 comments on commit ad97c0b

Please sign in to comment.