From bf10c9b6fca4bb61a0159b8972f7f8cceffac727 Mon Sep 17 00:00:00 2001
From: Jeff Bruemmer <jeff.bruemmer@gmail.com>
Date: Thu, 24 Oct 2024 15:40:03 -0400
Subject: [PATCH] links (#49127)

---
 docs/embedding/sdk/plugins.md                 | 2 +-
 docs/embedding/static-embedding-parameters.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/embedding/sdk/plugins.md b/docs/embedding/sdk/plugins.md
index 1ab13a8e4e8..ae162cc5452 100644
--- a/docs/embedding/sdk/plugins.md
+++ b/docs/embedding/sdk/plugins.md
@@ -46,4 +46,4 @@ To use a plugin on a per-component basis, pass the plugin as a prop to the compo
 ## Further reading
 
 - [Interactive question plugins](./questions.md#interactive-question-plugins)
-- [Dashboard plugins](./dashboards.md#interactive-dashboard-plugins)
+- [Dashboard plugins](./dashboards.md#dashboard-plugins)
diff --git a/docs/embedding/static-embedding-parameters.md b/docs/embedding/static-embedding-parameters.md
index 40240db2742..c64ae33fa87 100644
--- a/docs/embedding/static-embedding-parameters.md
+++ b/docs/embedding/static-embedding-parameters.md
@@ -44,7 +44,7 @@ Editable parameters are responsible for passing filter values from the embedded
 
 ### You can't disable parameters when the original question or dashboard requires a value
 
-If the filter on a dashboard or question is set to [Always require a value](../dashboards/filters.md#requiring-a-filter), you won't be able to disable the parameter when embedding.
+If the filter on a dashboard or question is set to [Always require a value](../dashboards/filters.md), you won't be able to disable the parameter when embedding.
 
 ## Populating an embedded filter widget with a default value
 
@@ -122,7 +122,7 @@ You can use locked parameters to display filtered data based on attributes captu
 
 Locked parameters will apply the selected filter values to your original dashboard or SQL question, but they won't be displayed as filter widgets on your embed. Locked parameters may also limit the values that are shown in your [editable filter widgets](#adding-a-filter-widget-to-a-static-embed).
 
-If you just want to require a value for the parameter, you could set the filter as editable and configure the underlying question or dashboard to [always require a value](../dashboards/filters.md#requiring-a-filter).
+If you just want to require a value for the parameter, you could set the filter as editable and configure the underlying question or dashboard to [always require a value](../dashboards/filters.md).
 
 ## Updating a locked parameter
 
-- 
GitLab