Skip to content

Commit

Permalink
docs: fix inverted link tags (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbratkowski authored Jan 17, 2025
1 parent 0bd0705 commit 69e5b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def test_me_authenticated(db):
}
```

For more information how to apply these tests, take a look at the (source)[https://github.com/strawberry-graphql/strawberry-django/blob/main/strawberry_django/test/client.py] and (this example)[https://github.com/strawberry-graphql/strawberry-django/blob/main/tests/test_permissions.py#L49]
For more information how to apply these tests, take a look at the [source](https://github.com/strawberry-graphql/strawberry-django/blob/main/strawberry_django/test/client.py) and [this example](https://github.com/strawberry-graphql/strawberry-django/blob/main/tests/test_permissions.py#L49)

0 comments on commit 69e5b19

Please sign in to comment.