From d7ccda40251de0c4b7a85e43f94cef4b65b05547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lytek?= Date: Mon, 5 Oct 2020 17:11:09 +0200 Subject: [PATCH] docs(prisma): update docs repo link --- docs/prisma.md | 2 +- website/versioned_docs/version-1.0.0/prisma.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/prisma.md b/docs/prisma.md index fa0f30d4a..1884af476 100644 --- a/docs/prisma.md +++ b/docs/prisma.md @@ -48,6 +48,6 @@ query GetSomeUsers { ## Documentation and examples -To read about all the `typegraphql-prisma` features, like exposing selected Prisma actions or changing exposed model type name, as well as how to write a custom query or how to add some fields to model type, please check the docs [on the separate branch of the main GitHub repository](https://github.com/MichalLytek/type-graphql/tree/prisma). +To read about all the `typegraphql-prisma` features, like exposing selected Prisma actions or changing exposed model type name, as well as how to write a custom query or how to add some fields to model type, please check the docs [on the separate GitHub repository](https://github.com/MichalLytek/typegraphql-prisma/blob/main/Readme.md). You can find there also some examples and more detailed info about the installation and the configuration. diff --git a/website/versioned_docs/version-1.0.0/prisma.md b/website/versioned_docs/version-1.0.0/prisma.md index cec0379c5..b0a9ed591 100644 --- a/website/versioned_docs/version-1.0.0/prisma.md +++ b/website/versioned_docs/version-1.0.0/prisma.md @@ -50,6 +50,6 @@ query GetSomeUsers { ## Documentation and examples -To read about all the `typegraphql-prisma` features, like exposing selected Prisma actions or changing exposed model type name, as well as how to write a custom query or how to add some fields to model type, please check the docs [on the separate branch of the main GitHub repository](https://github.com/MichalLytek/type-graphql/tree/prisma). +To read about all the `typegraphql-prisma` features, like exposing selected Prisma actions or changing exposed model type name, as well as how to write a custom query or how to add some fields to model type, please check the docs [on the separate GitHub repository](https://github.com/MichalLytek/typegraphql-prisma/blob/main/Readme.md). You can find there also some examples and more detailed info about the installation and the configuration.