diff --git a/website/docs/docs/use-dbt-semantic-layer/exports.md b/website/docs/docs/use-dbt-semantic-layer/exports.md index be903c6afee..a673aef32b2 100644 --- a/website/docs/docs/use-dbt-semantic-layer/exports.md +++ b/website/docs/docs/use-dbt-semantic-layer/exports.md @@ -78,7 +78,7 @@ You can use the following parameters to define an `export`: Once you define exports in your dbt project, then you can run them. There are two ways to run an export: -1. [Run exports in development](#exports-in-development) using the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation). +- [Run exports in development](#exports-in-development) using the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation). 2. [Run exports in production](#exports-in-production) using the [dbt Cloud Job scheduler](/docs/deploy/job-scheduler). ### Exports in Development