From 69e5b1948b9da2ae018a76285070fb4b4aa33556 Mon Sep 17 00:00:00 2001 From: Patryk Bratkowski <151854505+pbratkowski@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:23:13 +0200 Subject: [PATCH] docs: fix inverted link tags (#692) --- docs/guide/unit-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/unit-testing.md b/docs/guide/unit-testing.md index 8e9ddcfb..39711594 100644 --- a/docs/guide/unit-testing.md +++ b/docs/guide/unit-testing.md @@ -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)