Skip to content

Commit

Permalink
Merge branch 'current' into add-microbatch-adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 5, 2024
2 parents dfec770 + 9d4107a commit d87c7c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/build/exposures.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dbt test -s +exposure:weekly_jaffle_report
```

When we generate the dbt Explorer site, you'll see the exposure appear:
When we generate the [dbt Explorer site](/docs/collaborate/explore-projects), you'll see the exposure appear:

<Lightbox src="/img/docs/building-a-dbt-project/dbt-explorer-exposures.jpg" title="Exposures has a dedicated section, under the 'Resources' tab in dbt Explorer, which lists each exposure in your project."/>
<Lightbox src="/img/docs/building-a-dbt-project/dag-exposures.png" title="Exposures appear as nodes in the dbt Explorer DAG. It displays an orange 'EXP' indicator within the node. "/>
Expand Down
4 changes: 2 additions & 2 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"permanent": true
},
{
"source": "docs/dbt-versions/versionless-cloud",
"destination": "docs/dbt-versions/cloud-release-tracks",
"source": "/docs/dbt-versions/versionless-cloud",
"destination": "/docs/dbt-versions/cloud-release-tracks",
"permanent": true
},
{
Expand Down

0 comments on commit d87c7c2

Please sign in to comment.