Skip to content

Commit

Permalink
fix: Use correct URL for shoot credentials rotation page (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1404 authored Dec 9, 2024
1 parent 95e62e0 commit a330669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/GCredentialRotationHelp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SPDX-License-Identifier: Apache-2.0
<template #content>
<v-card-text>
There are many different credentials for Shoots to ensure that various components can communicate with each other and to make sure they are usable and operable.<br>
<g-external-link url="https://github.com/gardener/gardener/blob/master/docs/usage/shoot_credentials_rotation.md">
<g-external-link url="https://github.com/gardener/gardener/blob/master/docs/usage/shoot-operations/shoot_credentials_rotation.md">
This page
</g-external-link>
explains how these credentials can be rotated to ensure the cluster's security.
Expand Down

0 comments on commit a330669

Please sign in to comment.