Skip to content

Commit 2fd97d7

Browse files
authored
update links
1 parent 096702b commit 2fd97d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/starter_guides/working_with_joins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this guide, you'll explore some of the available commonly used join types and
2323

2424
## Test Data and Resources {#test-data-and-resources}
2525

26-
Instructions for creating and loading the tables can be found [here](/integrations/dbt/dbt-setup/).
26+
Instructions for creating and loading the tables can be found [here](/integrations/dbt/guides).
2727
The dataset is also available in the [playground](https://sql.clickhouse.com?query_id=AACTS8ZBT3G7SSGN8ZJBJY) for users who don't want to create and load
2828
the tables locally.
2929

@@ -447,4 +447,4 @@ The `ON` clause of the `ASOF JOIN` is required and specifies an exact match cond
447447
## Summary {#summary}
448448

449449
This guide shows how ClickHouse supports all standard SQL JOIN types, plus specialized joins to power analytical queries.
450-
See the documentation for the [JOIN](https://clickhouse.com/docs/sql-reference/statements/select/join) statement for more details on JOINs.
450+
See the documentation for the [JOIN](/sql-reference/statements/select/join) statement for more details on JOINs.

0 commit comments

Comments
 (0)