Skip to content

Commit 0345ed8

Browse files
committed
Fix hyperlinks in Cluster Autoscaling docs.
1 parent ad84459 commit 0345ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/cluster-administration/cluster-autoscaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ node capacity (CPU, memory, and other node resources) available in your cluster.
3737

3838
You can use the [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) to manage the scale of your nodes automatically.
3939
The cluster autoscaler can integrate with a cloud provider, or with Kubernetes'
40-
[cluster API](https://github.com/kubernetes/autoscaler/blob/c6b754c359a8563050933a590f9a5dece823c836/cluster-autoscaler/cloudprovider/clusterapi/README.md),
40+
[cluster API](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/clusterapi/README.md),
4141
to achieve the actual node management that's needed.
4242

4343
The cluster autoscaler adds nodes when there are unschedulable Pods, and
4444
removes nodes when those nodes are empty.
4545

4646
#### Cloud provider integrations {#cluster-autoscaler-providers}
4747

48-
The [README](https://github.com/kubernetes/autoscaler/tree/c6b754c359a8563050933a590f9a5dece823c836/cluster-autoscaler#readme)
48+
The [README](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/README.md)
4949
for the cluster autoscaler lists some of the cloud provider integrations
5050
that are available.
5151

0 commit comments

Comments
 (0)