You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/latest/cloud/migrate/cloud-to-self-hosted.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A self-hosted Metabase comes with a built-in H2 application database (H2 is a fi
32
32
33
33
We recommend using PostgreSQL as your application database, but you can use MySQL or MariaDB as well. Before starting the migration from Metabase Cloud, [configure the application database](/docs/latest/installation-and-operation/configuring-application-database) for your self-hosted instance.
34
34
35
-
For more on why you should use PostgreSQL as your application database, check out [How to run Metabase in production](/learn/metabase-basics/administration/administration-and-operation/metabase-in-production).
35
+
For more on why you should use PostgreSQL as your application database, check out [How to run Metabase in production](https://metabase.com/learn/metabase-basics/administration/administration-and-operation/metabase-in-production).
36
36
37
37
### If you're on a Pro plan, you'll need to switch to a self-hosted Pro plan
Copy file name to clipboardExpand all lines: _docs/latest/configuring-metabase/environment-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1913,7 +1913,7 @@ Default: `false`
1913
1913
1914
1914
When `true`, Metabase will turn off Metabase’s scheduled jobs, which include syncs, fingerprinting, and scanning, as well as dashboard subscriptions, alerts, and model caching.
1915
1915
1916
-
Can be useful for testing, or when setting up a [git-based workflow](/learn/metabase-basics/administration/administration-and-operation/git-based-workflow).
1916
+
Can be useful for testing, or when setting up a [git-based workflow](https://metabase.com/learn/metabase-basics/administration/administration-and-operation/git-based-workflow).
Copy file name to clipboardExpand all lines: _docs/latest/configuring-metabase/setting-up-metabase.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Once you're done here simply follow the link to **Take me to Metabase**. And if
93
93
94
94
## Getting started with Metabase
95
95
96
-
For a tutorial on getting up and running with questions and dashboards, head over to [Learn Metabase](/learn/metabase-basics/getting-started/).
96
+
For a tutorial on getting up and running with questions and dashboards, head over to [Learn Metabase](https://metabase.com/learn/metabase-basics/getting-started/).
Copy file name to clipboardExpand all lines: _docs/latest/dashboards/filters.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ To undo this auto-connecting of cards, click on the toast that pops up when Meta
136
136
137
137
## Filtering dashboards with native/SQL questions
138
138
139
-
If you're trying to connect a filter to a card with a native/SQL questions, you'll need to [add a variable or field filter to your query](../questions/native-editor/sql-parameters). For an in-depth article, check out [Adding filters to dashboards with SQL questions](/learn/metabase-basics/querying-and-dashboards/sql-in-metabase/filters).
139
+
If you're trying to connect a filter to a card with a native/SQL questions, you'll need to [add a variable or field filter to your query](../questions/native-editor/sql-parameters). For an in-depth article, check out [Adding filters to dashboards with SQL questions](https://metabase.com/learn/metabase-basics/querying-and-dashboards/sql-in-metabase/filters).
140
140
141
141
You can't connect a time grouping parameter widget to a card with a SQL question.
142
142
@@ -276,4 +276,4 @@ You can also set up a dashboard question to [update a filter on click](./interac
Copy file name to clipboardExpand all lines: _docs/latest/dashboards/interactive.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ latest: true
17
17
18
18
You can customize what happens when people click on questions in your dashboard.
19
19
20
-
By default, when you create charts using Metabase's graphical query builder, your charts automatically come with [drill-through capabilities](/learn/metabase-basics/querying-and-dashboards/questions/drill-through), which let folks click on a chart to explore further. But if you have a more customized click path in mind, Metabase allows you to customize what happens when a user clicks on a chart or table in your dashboard.
20
+
By default, when you create charts using Metabase's graphical query builder, your charts automatically come with [drill-through capabilities](https://metabase.com/learn/metabase-basics/querying-and-dashboards/questions/drill-through), which let folks click on a chart to explore further. But if you have a more customized click path in mind, Metabase allows you to customize what happens when a user clicks on a chart or table in your dashboard.
21
21
22
22
You can set up a dashboard card to:
23
23
@@ -57,7 +57,7 @@ If your dashboard has a filter, you'll also see an option to [update the filter]
57
57
58
58
## Open the drill-through menu
59
59
60
-
For questions composed using the query builder, the default click behavior is to open the **drill-through menu**, which presents people with the option to [drill through the data](/learn/metabase-basics/querying-and-dashboards/questions/drill-through):
60
+
For questions composed using the query builder, the default click behavior is to open the **drill-through menu**, which presents people with the option to [drill through the data](https://metabase.com/learn/metabase-basics/querying-and-dashboards/questions/drill-through):
@@ -111,7 +111,7 @@ The important part is the `{% raw %}{{Category}}{% endraw %}` bit. What we’re
111
111
112
112
Next we’ll click **Done**, then **Save** our dashboard. Now when we click our chart, we’ll be taken to the URL that we entered above, with the value of the clicked bar inserted into the URL.
113
113
114
-
To learn more, check out [Custom destinations: choose what happens when people click on charts in your dashboard](/learn/metabase-basics/querying-and-dashboards/dashboards/custom-destinations).
114
+
To learn more, check out [Custom destinations: choose what happens when people click on charts in your dashboard](https://metabase.com/learn/metabase-basics/querying-and-dashboards/dashboards/custom-destinations).
115
115
116
116
## Use a chart to filter a dashboard
117
117
@@ -139,4 +139,4 @@ Click **Done** in the sidebar, then **Save** your dashboard.
139
139
140
140
Now we can use our navigation question (Orders by product category) to interactively filter the data across your dashboard. When people click on a value in the navigation question, Metabase will send the clicked value to the filter, and update every card on the dashboard by filtering them for the clicked value - every card except for the navigation question: Orders by product category. The reason we don't want the navigation question to update is so that we can click on other bars to update the filter with a different value.
141
141
142
-
To learn more, check out [Cross-filtering: using a chart to update a dashboard filter](/learn/metabase-basics/querying-and-dashboards/dashboards/cross-filtering).
142
+
To learn more, check out [Cross-filtering: using a chart to update a dashboard filter](https://metabase.com/learn/metabase-basics/querying-and-dashboards/dashboards/cross-filtering).
Copy file name to clipboardExpand all lines: _docs/latest/dashboards/introduction.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ You can use [Markdown](http://commonmark.org/help/) to format the text in your t
79
79
80
80

81
81
82
-
To learn more, see [Fun with Markdown in your dashboards](/learn/metabase-basics/querying-and-dashboards/dashboards/markdown).
82
+
To learn more, see [Fun with Markdown in your dashboards](https://metabase.com/learn/metabase-basics/querying-and-dashboards/dashboards/markdown).
83
83
84
84
### Including variables in text cards
85
85
@@ -298,7 +298,7 @@ If your Metabase administrator has enabled [public sharing](../embedding/public-
298
298
299
299

300
300
301
-
Public links can be viewed by anyone, even if they don't have access to Metabase. You can also use the public embedding code to embed your question or dashboard in a simple web page or blog post. Check out examples of simple apps with embedded dashboards in our [embedding-reference-apps repository](https://github.com/metabase/embedding-reference-apps). To learn more about [embedding](../embedding/introduction), check out our article on [How to use Metabase to deliver analytics to your customers](/learn/metabase-basics/embedding/overview), as well as an article on how to combine branding, Single Sign-On, full app embedding, and data sandboxing to deliver [multi-tenant, self-service analytics](/learn/developing-applications/advanced-metabase/multi-tenant-self-service-analytics).
301
+
Public links can be viewed by anyone, even if they don't have access to Metabase. You can also use the public embedding code to embed your question or dashboard in a simple web page or blog post. Check out examples of simple apps with embedded dashboards in our [embedding-reference-apps repository](https://github.com/metabase/embedding-reference-apps). To learn more about [embedding](../embedding/introduction), check out our article on [How to use Metabase to deliver analytics to your customers](https://metabase.com/learn/metabase-basics/embedding/overview), as well as an article on how to combine branding, Single Sign-On, full app embedding, and data sandboxing to deliver [multi-tenant, self-service analytics](https://metabase.com/learn/developing-applications/advanced-metabase/multi-tenant-self-service-analytics).
302
302
303
303
## Exporting results from a dashboard
304
304
@@ -355,4 +355,4 @@ Some tips:
355
355
-[Interactive dashboards](./interactive)
356
356
-[Dashboard charts with multiple series](./multiple-series)
Copy file name to clipboardExpand all lines: _docs/latest/data-modeling/field-types.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ When you [X-ray](../exploration-and-organization/x-rays) a table, model, or enti
139
139
140
140
### Field Filters
141
141
142
-
Knowing what field types are and how they work is helpful when using [field filters](/learn/metabase-basics/querying-and-dashboards/sql-in-metabase/field-filters), as you can only create field filters for [certain field types](../questions/native-editor/sql-parameters#field-filter-compatible-types).
142
+
Knowing what field types are and how they work is helpful when using [field filters](https://metabase.com/learn/metabase-basics/querying-and-dashboards/sql-in-metabase/field-filters), as you can only create field filters for [certain field types](../questions/native-editor/sql-parameters#field-filter-compatible-types).
143
143
144
144
### Editing types in the Table Metadata page
145
145
@@ -159,6 +159,6 @@ Metabase currently does not support array types with any database. You'll only b
159
159
160
160
## Further Reading
161
161
162
-
-[Exploring data with Metabase's data browser](/learn/metabase-basics/querying-and-dashboards/data-browser).
162
+
-[Exploring data with Metabase's data browser](https://metabase.com/learn/metabase-basics/querying-and-dashboards/data-browser).
0 commit comments