From 8302f6a7ac5751052cded0aad352a45f51e6726b Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:39:59 +0200 Subject: [PATCH] docs: fix broken links (#23035) --- docs/usage/configuration-options.md | 2 +- docs/usage/getting-started/running.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 9ff06527727d4d..757cc06534d5f1 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -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 diff --git a/docs/usage/getting-started/running.md b/docs/usage/getting-started/running.md index 519876bddb9cbf..d513a880349f9e 100644 --- a/docs/usage/getting-started/running.md +++ b/docs/usage/getting-started/running.md @@ -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 @@ -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: