Skip to content

Commit 9bcecb9

Browse files
author
Tore Stendal Lønøy
committed
chore(docs): update link to use full URI
the previous link was a failed attempt to using relative URL to avoid having to replace URLs in the future, if the repository was moved to a new location
1 parent 21422e5 commit 9bcecb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vertical-pod-autoscaler/docs/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vertical Pod Autoscaler Flags
22
This document contains the flags for all VPA components.
33

4-
To view the most recent _release_ of flags for all VPA components, consult the release tag [flags(1.3.0)](/kubernetes/autoscaler/blob/vertical-pod-autoscaler-1.3.0/vertical-pod-autoscaler/docs/flags.md) documentation.
4+
To view the most recent _release_ of flags for all VPA components, consult the release tag [flags(1.3.0)](https://github.com/kubernetes/autoscaler/blob/vertical-pod-autoscaler-1.3.0/vertical-pod-autoscaler/docs/flags.md) documentation.
55

66
> **Note:** This document is auto-generated from the default branch (master) of the VPA repository.
77

vertical-pod-autoscaler/hack/generate-flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ echo "Generating flags documentation..."
7676
echo "# Vertical Pod Autoscaler Flags"
7777
echo "This document contains the flags for all VPA components."
7878
echo
79-
echo "To view the most recent _release_ of flags for all VPA components, consult the release tag [flags($DEFAULT_TAG)](/kubernetes/autoscaler/blob/vertical-pod-autoscaler-$DEFAULT_TAG/vertical-pod-autoscaler/docs/flags.md) documentation."
79+
echo "To view the most recent _release_ of flags for all VPA components, consult the release tag [flags($DEFAULT_TAG)](https://github.com/kubernetes/autoscaler/blob/vertical-pod-autoscaler-$DEFAULT_TAG/vertical-pod-autoscaler/docs/flags.md) documentation."
8080
echo
8181
echo "> **Note:** This document is auto-generated from the default branch (master) of the VPA repository."
8282
echo

0 commit comments

Comments
 (0)