Skip to content

Commit

Permalink
docs(prisma): update docs repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Oct 5, 2020
1 parent c708b56 commit d7ccda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-1.0.0/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d7ccda4

Please sign in to comment.