Skip to content

Commit

Permalink
Fix export links on migration tests docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 5, 2024
1 parent e1ab8ab commit 42a0a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/Migrations/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Drift's migration tooling consists of the following steps:
3. Use generated code to make writing schema migrations easier.

This page describes steps 2 and 3. It assumes that you're already following step 1 by
[exporting your schema]({{ 'exports.md' }}) when it changes.
[exporting your schema]({{ 'exports.md' | pageUrl }}) when it changes.

## Writing tests

Expand Down

0 comments on commit 42a0a40

Please sign in to comment.