diff --git a/plain-models/README.md b/plain-models/README.md index 290eb80044..93f9e88456 100644 --- a/plain-models/README.md +++ b/plain-models/README.md @@ -1,4 +1,4 @@ - + # plain-models @@ -75,17 +75,17 @@ DATABASES = { } ``` -[Multiple backends are supported, including Postgres, MySQL, and SQLite.](https://plainframework.com/docs/plain-models/plain/db/backends/README.md) +[Multiple backends are supported, including Postgres, MySQL, and SQLite.](https://plainframework.com/docs/plain-models/plain/models/backends/README.md) ## Querying ## Migrations -[Migration docs](https://plainframework.com/docs/plain-models/plain/db/migrations/README.md) +[Migration docs](https://plainframework.com/docs/plain-models/plain/models/migrations/README.md) ## Fields -[Field docs](https://plainframework.com/docs/plain-models/plain/db/fields/README.md) +[Field docs](https://plainframework.com/docs/plain-models/plain/models/fields/README.md) ## Validation