From 9c98a885927b3b5c1387cef7fa016d2ea3cbf2e4 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:41:01 +0200 Subject: [PATCH] docs: fix broken link (#22556) --- docs/usage/user-stories/swissquote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/user-stories/swissquote.md b/docs/usage/user-stories/swissquote.md index e5ba581921..7c0d5e8e03 100644 --- a/docs/usage/user-stories/swissquote.md +++ b/docs/usage/user-stories/swissquote.md @@ -174,7 +174,7 @@ Some features and options we enjoy: - [Shared configurations (presets)](../key-concepts/presets.md), we have a Swissquote default configuration we set for all repositories, each team can extend it with their own practices - [Integration with GitHub’s Dependabot alerts](../configuration-options.md#vulnerabilityalerts) to raise the priority and send security remediation PRs as soon as possible -- Each rule can be customized either globally [or specified per package](../configuration-options/#packagerules) +- Each rule can be customized either globally [or specified per package](../configuration-options.md#packagerules) - Works with your [private package registry](../getting-started/private-packages.md) - Supports more than 70 [languages and package managers](https://docs.renovatebot.com/modules/manager/#supported-managers): Maven, Docker, npm, Docker Compose, Python - If you are using dependencies in a custom way, [there is a special regexManager](../configuration-options.md#regexmanagers) that allows you to transform patterns into dependencies -- GitLab