Skip to content

Commit

Permalink
fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Feb 14, 2024
1 parent 9c626b9 commit 6b8e034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/commands/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dbt test --select "one_specific_model,test_type:singular"
dbt test --select "one_specific_model,test_type:generic"
```

For more information on writing tests, see the [Testing Documentation](/docs/build/tests).
For more information on writing tests, see the [Testing Documentation](/docs/build/data-tests).

</VersionBlock>

Expand Down Expand Up @@ -68,7 +68,7 @@ dbt test --select "one_specific_model,test_type:data"
dbt test --select "one_specific_model,test_type:unit"
```

For more information on writing tests, read the [data testing](/docs/build/tests) and [unit testing](/docs/build/unit-tests) documentation.
For more information on writing tests, read the [data testing](/docs/build/data-tests) and [unit testing](/docs/build/unit-tests) documentation.

</VersionBlock>

Expand Down
4 changes: 2 additions & 2 deletions website/docs/reference/resource-configs/store_failures_as.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can configure it in all the same places as `store_failures`, including singu

#### Singular test

[Singular test](https://docs.getdbt.com/docs/build/tests#singular-data-tests) in `tests/singular/check_something.sql` file
[Singular test](https://docs.getdbt.com/docs/build/data-tests#singular-data-tests) in `tests/singular/check_something.sql` file

```sql
{{ config(store_failures_as="table") }}
Expand All @@ -29,7 +29,7 @@ where 1=0

#### Generic test

[Generic tests](https://docs.getdbt.com/docs/build/tests#generic-data-tests) in `models/_models.yml` file
[Generic tests](https://docs.getdbt.com/docs/build/data-tests#generic-data-tests) in `models/_models.yml` file

```yaml
models:
Expand Down

0 comments on commit 6b8e034

Please sign in to comment.