diff --git a/docs/embedding/sdk/plugins.md b/docs/embedding/sdk/plugins.md
index 1ab13a8e4e8ffa1732e21863fd262390869c6bfe..ae162cc54529b3cb03a6b6ab745cba3194c81423 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 40240db2742b3689fe50f221853279c2d9083962..c64ae33fa8775889aceead6d6984069d361eced6 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