Skip to content

Commit

Permalink
fix links to psl spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jul 22, 2019
1 parent 60d74ae commit e2fe6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Prisma currently supports the following built-in connectors:

PSL is the name of the syntax used to write a [schema file](#prisma-schema-file).

> Learn more about PDL in the [spec](https://github.com/prisma/rfcs/blob/0002-datamodel-2/text/0002-datamodel.md).
> Learn more about PSL in the [spec](https://github.com/prisma/specs/tree/master/prisma-schema).
### Embed

Expand Down
2 changes: 1 addition & 1 deletion docs/prisma-schema-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If the schema file is named differently, you can provide an explicit option to t

## Syntax

The schema file is written in Prisma Schema Language (PSL). You can find a full reference for PSL in the [spec](https://github.com/prisma/rfcs/blob/0002-datamodel-2/text/0002-datamodel.md).
The schema file is written in Prisma Schema Language (PSL). You can find a full reference for PSL in the [spec](https://github.com/prisma/specs/tree/master/prisma-schema).

## Building blocks

Expand Down

0 comments on commit e2fe6d0

Please sign in to comment.