From 60e59d708e3e83f07ebf603656dad2a97cde1112 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Thu, 22 Apr 2021 02:20:37 +0900 Subject: [PATCH] Fix invalid link for autoscaling README (#3487) --- docs/serving/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/_index.md b/docs/serving/_index.md index 00b985391..a19dbd7b7 100644 --- a/docs/serving/_index.md +++ b/docs/serving/_index.md @@ -12,7 +12,7 @@ and scales to support advanced scenarios. The Knative Serving project provides middleware primitives that enable: - Rapid deployment of serverless containers -- [Automatic scaling up and down to zero](./autoscaling/README.md) +- [Automatic scaling up and down to zero](./autoscaling/) - Routing and network programming for Istio components - Point-in-time snapshots of deployed code and configurations