Skip to content

Commit a010231

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to backport-55-09e2ee40e7bfa21d3b2f2cd7579fff0f9f8c9c0e->release-x.55.x (#344)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent 57053d1 commit a010231

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+60
-60
lines changed

_docs/latest/configuring-metabase/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ Metabase will display this illustration when searches don't return any results.
178178

179179
- [Customer-facing analytics](/learn/metabase-basics/embedding).
180180
- [Embedding introduction](../embedding/start).
181-
- [Brand your Metabase](/learn/metabase-basics/embedding/brand).
181+
- [Brand your Metabase](/docs/latest/configuring-metabase/appearance).

_docs/latest/configuring-metabase/setting-up-metabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Don't worry about picking the wrong option. If you say you're interested in embe
4545

4646
## Gathering your database info
4747

48-
At this point you’ll need to gather some information about the database you want to use with Metabase. We won’t be able to connect to your database without it, but you’d like to deal with all of this later, that’s okay: just click **I’ll add my data later**. Metabase comes with a [Sample Database](/glossary/sample_database) that you can play around with to get a feel for how Metabase works.
48+
At this point you’ll need to gather some information about the database you want to use with Metabase. We won’t be able to connect to your database without it, but you’d like to deal with all of this later, that’s okay: just click **I’ll add my data later**. Metabase comes with a [Sample Database](/glossary/sample-database) that you can play around with to get a feel for how Metabase works.
4949

5050
If you’re ready to connect, here’s what you’ll need:
5151

_docs/latest/databases/connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Go to **Admin settings** > **Databases** > your database and click **Remove this
7777

7878
## Restoring the Sample Database
7979

80-
If you've deleted the Metabase [Sample Database](/glossary/sample_database), go to **Admin settings** > **Databases** and click **Bring the Sample Database back**.
80+
If you've deleted the Metabase [Sample Database](/glossary/sample-database), go to **Admin settings** > **Databases** and click **Bring the Sample Database back**.
8181

8282
## Troubleshooting
8383

_docs/latest/embedding/interactive-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ latest: true
2222

2323
**Interactive embedding** is what you want if you want to offer [multi-tenant, self-service analytics](/learn/metabase-basics/embedding/multi-tenant-self-service-analytics).
2424

25-
Interactive embedding is the only type of embedding that integrates with your [permissions](../permissions/introduction) and [SSO](../people-and-groups/start#authentication) to give people the right level of access to [query](/glossary/query_builder) and [drill-down](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) into your data.
25+
Interactive embedding is the only type of embedding that integrates with your [permissions](../permissions/introduction) and [SSO](../people-and-groups/start#authentication) to give people the right level of access to [query](/glossary/query-builder) and [drill-down](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) into your data.
2626

2727
## Interactive embedding demo
2828

_docs/latest/embedding/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you'd like to share your data with the good people of the internet, admins ca
5555
| Restrict data with [locked filters](./static-embedding-parameters#restricting-data-in-a-static-embed-with-locked-parameters) |||||
5656
| Restrict data with [sandboxes](../permissions/data-sandboxes) |||||
5757
| Use the [drill-through menu](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) |||||
58-
| Self-serve via [query builder](/glossary/query_builder) |||||
58+
| Self-serve via [query builder](/glossary/query-builder) |||||
5959
| View usage of embeds with [usage analytics](../usage-and-performance-tools/usage-analytics) |||||
6060
| [Actions on dashboards](../dashboards/actions) |||||
6161
| Embed individual Metabase components |||||

_docs/latest/questions/native-editor/writing-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ See [Caching question policies](../../configuring-metabase/caching#question-cach
131131

132132
[learn-sql]: /learn/sql/working-with-sql
133133
[ref-models]: ./referencing-saved-questions-in-queries
134-
[sample-database-gloss]: /glossary/sample_database
134+
[sample-database-gloss]: /glossary/sample-database
135135
[sql-gloss]: /glossary/sql
136136
[troubleshooting-sql]: ../../troubleshooting-guide/sql
137137
[variable-gloss]: /glossary/variable

_docs/latest/questions/query-builder/expressions/converttimezone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This section covers functions and formulas that work the same way as the Metabas
196196

197197
### SQL
198198

199-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
199+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
200200

201201
If our [timestamp sample data](#creating-custom-report-dates) is a `timestamp without time zone` stored in a PostgreSQL database:
202202

_docs/latest/questions/query-builder/expressions/countif.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You'll also need to set the **Group by** column to "Created Date: Month".
174174

175175
### SQL
176176

177-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your query builder settings (filters, summaries, etc.) into a SQL query, and run that query against your database to get your results.
177+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your query builder settings (filters, summaries, etc.) into a SQL query, and run that query against your database to get your results.
178178

179179
If our [sample data](#multiple-conditions) is stored in a PostgreSQL database, the SQL query:
180180

_docs/latest/questions/query-builder/expressions/datetimeadd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ datetimeAdd([Opened On], 14, "day")
130130

131131
### SQL
132132

133-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
133+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
134134

135135
If our [coffee sample data](#calculating-an-end-date) is stored in a PostgreSQL database:
136136

_docs/latest/questions/query-builder/expressions/datetimediff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This section covers functions and formulas that work the same way as the Metabas
9797

9898
### SQL
9999

100-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
100+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
101101

102102
If our [cheese sample data](#calculating-age) is stored in a PostgreSQL database:
103103

0 commit comments

Comments
 (0)