From 755b011f8702764f18d224a32ec034b65daa61a7 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 6 Feb 2025 08:10:29 -0500 Subject: [PATCH] [IA] Revert inadvertent redirects path change --- content/en/docs/platforms/faas/_index.md | 2 +- content/en/docs/platforms/kubernetes/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/platforms/faas/_index.md b/content/en/docs/platforms/faas/_index.md index 7b160a91eedd..257744b59962 100644 --- a/content/en/docs/platforms/faas/_index.md +++ b/content/en/docs/platforms/faas/_index.md @@ -4,7 +4,7 @@ linkTitle: FaaS description: >- OpenTelemetry supports various methods of monitoring Function-as-a-Service provided by different cloud vendors -redirects: [{ from: /docs/platforms/faas/*, to: ':splat' }] # cSpell:disable-line +redirects: [{ from: /docs/faas/*, to: ':splat' }] # cSpell:disable-line --- Functions as a Service (FaaS) is an important serverless compute platform for diff --git a/content/en/docs/platforms/kubernetes/_index.md b/content/en/docs/platforms/kubernetes/_index.md index d3e8579869b7..e5142351173f 100644 --- a/content/en/docs/platforms/kubernetes/_index.md +++ b/content/en/docs/platforms/kubernetes/_index.md @@ -1,7 +1,7 @@ --- title: OpenTelemetry with Kubernetes linkTitle: Kubernetes -redirects: [{ from: /docs/platforms/kubernetes/*, to: ':splat' }] +redirects: [{ from: /docs/kubernetes/*, to: ':splat' }] --- [Kubernetes](https://kubernetes.io/) is an open source system for automated