You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/docs/flags.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Vertical Pod Autoscaler Flags
2
2
This document contains the flags for all VPA components.
3
3
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.
5
5
6
6
> **Note:** This document is auto-generated from the default branch (master) of the VPA repository.
echo"This document contains the flags for all VPA components."
78
78
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."
80
80
echo
81
81
echo"> **Note:** This document is auto-generated from the default branch (master) of the VPA repository."
0 commit comments