From dffe10a284e9b3788a50165cdabe9fd805d968bb Mon Sep 17 00:00:00 2001
From: Jeff Bruemmer <jeff.bruemmer@gmail.com>
Date: Mon, 11 Nov 2024 13:47:25 -0500
Subject: [PATCH] browse databases (#49850)

---
 docs/data-modeling/metrics.md | 2 +-
 docs/permissions/data.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/data-modeling/metrics.md b/docs/data-modeling/metrics.md
index 77d16f62093..6c651c85be1 100644
--- a/docs/data-modeling/metrics.md
+++ b/docs/data-modeling/metrics.md
@@ -19,7 +19,7 @@ You can:
 
 - Save metrics to [collections](../exploration-and-organization/collections.md).
 - Add metrics to [dashboards](../dashboards/introduction.md).
-- View metrics in the [data browser](../exploration-and-organization/exploration.md#browse-your-data).
+- View metrics in the [database browser](../exploration-and-organization/exploration.md#browse-your-databases).
 - Pick metrics as aggregation columns in the Summarize block when creating questions, modify them or combine.
 - [Pro](https://www.metabase.com/product/pro) and [Enterprise](https://www.metabase.com/product/enterprise) plans include the ability to mark metrics as verified.
 
diff --git a/docs/permissions/data.md b/docs/permissions/data.md
index eb006130cbf..abfb264ee25 100644
--- a/docs/permissions/data.md
+++ b/docs/permissions/data.md
@@ -73,7 +73,7 @@ For _which_ questions, models, and dashboards a group can view, instead see [col
 
 Setting to **Can view** means the group can view all the data for the data source, provided they have [collection permissions](./collections.md) to view questions, models, and dashboards.
 
-In order to view the data in the [Browse databases](../exploration-and-organization/exploration.md#browse-your-data) section, the group would additionally need to be able to [Create queries](#create-queries-permissions).
+In order to view the data in the [Browse databases](../exploration-and-organization/exploration.md#browse-your-databases) section, the group would additionally need to be able to [Create queries](#create-queries-permissions).
 
 ### Granular view data permission
 
-- 
GitLab