From 7dfe9f9fc521ac954e2751f8664541c981bc222a Mon Sep 17 00:00:00 2001 From: q0w <43147888+q0w@users.noreply.github.com> Date: Fri, 29 Jul 2022 05:18:34 +0300 Subject: [PATCH] Update docs link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60fa3655..ce37856e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Installing `strawberry-graphql-django` package from the python package repositor pip install strawberry-graphql-django ``` -Full documentation is available under [docs](https://github.com/strawberry-graphql/strawberry-graphql-django/tree/main/docs/index.md) github folder. +Full documentation is available under [docs](https://strawberry-graphql.github.io/strawberry-graphql-django/) github folder. * [x] GraphQL type generation from models * [x] Filtering, pagination and ordering