Skip to content

Commit

Permalink
docs: fix broken links (#23035)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Jun 29, 2023
1 parent 04c8bda commit 8302f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ The above would mean Renovate would not include files matching the above glob pa
## extends

See [shareable config presets](./config-presets.md) for details.
Learn how to use presets by reading the [Key concepts, Presets](./key-concepts/presets.md/#how-to-use-presets) page.
Learn how to use presets by reading the [Key concepts, Presets](./key-concepts/presets.md#how-to-use-presets) page.

## extractVersion

Expand Down
4 changes: 2 additions & 2 deletions docs/usage/getting-started/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ We recommend the `-slim` image for most users.

If you want, you can map the Docker socket into the container so that Renovate can dynamically invoke "sidecar" images when needed.
You'll need to set `binarySource=docker` for this to work.
Read the [`binarySource` config option docs](../self-hosted-configuration.md/#binarysource) for more information.
Read the [`binarySource` config option docs](../self-hosted-configuration.md#binarysource) for more information.

##### The default image

Expand All @@ -64,7 +64,7 @@ You must set `binarySource=global`, if you don't then Renovate still installs th
Update your Docker images regularly to keep the pre-installed tools up-to-date.

Renovate supports a persistent cache for downloaded tools, so that it only needs to unpack the tools on later runs.
Use the [`containerbaseDir` config option](../self-hosted-configuration.md/#containerbasedir) to control where Renovate stores its containerbase cache.
Use the [`containerbaseDir` config option](../self-hosted-configuration.md#containerbasedir) to control where Renovate stores its containerbase cache.

The default image is for users who don't want to download or install things at runtime.
The default image has some downsides, because it:
Expand Down

0 comments on commit 8302f6a

Please sign in to comment.