diff --git a/docs/3.x.x/en/README.md b/docs/3.x.x/en/README.md index f2b0277a33..3ab6a67901 100644 --- a/docs/3.x.x/en/README.md +++ b/docs/3.x.x/en/README.md @@ -12,10 +12,10 @@ The most advanced open-source Content Management Framework to build powerful API {% endcenter %} -## v3@alpha.6 is available! +## v3@alpha.7 is available! We've been working on a major update for Strapi during the past months, rewriting the core framework and the dashboard. -This documentation is only related to Strapi v3@alpha.6 ([v1 documentation is still available](http://strapi.io/documentation/1.x.x)). +This documentation is only related to Strapi v3@alpha.7 ([v1 documentation is still available](http://strapi.io/documentation/1.x.x)). **[Get Started](getting-started/installation.md)**
Learn how to install Strapi and start developing your API. @@ -36,4 +36,4 @@ Understand how to install plugins and develop your owns. Learn about Strapi's API, the `strapi` object that is available in your backend. **[Migration guide](migration/migration-guide.md)**
-Migrate from v1 to v3@alpha.6. +Migrate from v1 to v3@alpha.7. diff --git a/docs/3.x.x/en/plugins/development.md b/docs/3.x.x/en/plugins/development.md index 3755f7bb1c..d1d484a215 100644 --- a/docs/3.x.x/en/plugins/development.md +++ b/docs/3.x.x/en/plugins/development.md @@ -166,7 +166,7 @@ module.exports = { #### Advanced usage -Each function in the query file is bound with the ORM's model. It means that you can create generic query very easily. This feature is useful for CRUD such as we did in the [Content Manager plugin](https://github.com/strapi/strapi/tree/alpha.6/packages/strapi-plugin-content-manager/config/queries). +Each function in the query file is bound with the ORM's model. It means that you can create generic query very easily. This feature is useful for CRUD such as we did in the [Content Manager plugin](https://github.com/strapi/strapi/tree/master/packages/strapi-plugin-content-manager/config/queries). Mongoose ORM generic queries: