From 315d43ec922d4853d38e08e25251dba5c9d05b7e Mon Sep 17 00:00:00 2001 From: David Lanouette Date: Fri, 3 Feb 2023 15:52:31 -0500 Subject: [PATCH] Update the link to the pulsar-scaler. The existing link is broken. I've added the correct link. I'm not sure if the `layout = "scaler"` is valid or not, so I've left it in for now. Signed-off-by: David Lanouette --- content/docs/2.10/scalers/pulsar.md | 1 + content/docs/2.9/scalers/pulsar.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/docs/2.10/scalers/pulsar.md b/content/docs/2.10/scalers/pulsar.md index 718c243dd..6533af942 100644 --- a/content/docs/2.10/scalers/pulsar.md +++ b/content/docs/2.10/scalers/pulsar.md @@ -3,6 +3,7 @@ title = "Apache Pulsar" availability = "v2.8" maintainer = "Community" description = "Scale applications based on an Apache Pulsar topic subscription." +go_file = "pulsar_scaler" layout = "scaler" +++ diff --git a/content/docs/2.9/scalers/pulsar.md b/content/docs/2.9/scalers/pulsar.md index 718c243dd..6533af942 100644 --- a/content/docs/2.9/scalers/pulsar.md +++ b/content/docs/2.9/scalers/pulsar.md @@ -3,6 +3,7 @@ title = "Apache Pulsar" availability = "v2.8" maintainer = "Community" description = "Scale applications based on an Apache Pulsar topic subscription." +go_file = "pulsar_scaler" layout = "scaler" +++