diff --git a/README.md b/README.md index 6c0326fea5..e8e75b3b4e 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ For general help using Strapi, please refer to [the official Strapi documentatio ## Migration -Follow our [migration guides](https://strapi.io/documentation/v3.x/migration-guide/) on the documentation to keep your projects up-to-date. +Follow our [migration guides](https://strapi.io/documentation/v3.x/migration-guide/#migrations-guides) on the documentation to keep your projects up-to-date. ## Roadmap diff --git a/examples/getstarted/api/address/controllers/Address.js b/examples/getstarted/api/address/controllers/Address.js index d89cb6a4c4..8c5f24ee7a 100755 --- a/examples/getstarted/api/address/controllers/Address.js +++ b/examples/getstarted/api/address/controllers/Address.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/address/services/Address.js b/examples/getstarted/api/address/services/Address.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/address/services/Address.js +++ b/examples/getstarted/api/address/services/Address.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/category/controllers/Category.js b/examples/getstarted/api/category/controllers/Category.js index 73c6f64c3f..a589b84af4 100755 --- a/examples/getstarted/api/category/controllers/Category.js +++ b/examples/getstarted/api/category/controllers/Category.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/category/services/Category.js b/examples/getstarted/api/category/services/Category.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/category/services/Category.js +++ b/examples/getstarted/api/category/services/Category.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/country/controllers/Country.js b/examples/getstarted/api/country/controllers/Country.js index 73c6f64c3f..a589b84af4 100755 --- a/examples/getstarted/api/country/controllers/Country.js +++ b/examples/getstarted/api/country/controllers/Country.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/country/services/Country.js b/examples/getstarted/api/country/services/Country.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/country/services/Country.js +++ b/examples/getstarted/api/country/services/Country.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/homepage/controllers/homepage.js b/examples/getstarted/api/homepage/controllers/homepage.js index f94f22736f..a589b84af4 100644 --- a/examples/getstarted/api/homepage/controllers/homepage.js +++ b/examples/getstarted/api/homepage/controllers/homepage.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/concepts/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/homepage/services/homepage.js b/examples/getstarted/api/homepage/services/homepage.js index d0dcc88381..1f5330ef96 100644 --- a/examples/getstarted/api/homepage/services/homepage.js +++ b/examples/getstarted/api/homepage/services/homepage.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/concepts/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/like/controllers/Like.js b/examples/getstarted/api/like/controllers/Like.js index 73c6f64c3f..a589b84af4 100755 --- a/examples/getstarted/api/like/controllers/Like.js +++ b/examples/getstarted/api/like/controllers/Like.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/like/services/Like.js b/examples/getstarted/api/like/services/Like.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/like/services/Like.js +++ b/examples/getstarted/api/like/services/Like.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/menu/controllers/Menu.js b/examples/getstarted/api/menu/controllers/Menu.js index 73c6f64c3f..a589b84af4 100755 --- a/examples/getstarted/api/menu/controllers/Menu.js +++ b/examples/getstarted/api/menu/controllers/Menu.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/menu/services/Menu.js b/examples/getstarted/api/menu/services/Menu.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/menu/services/Menu.js +++ b/examples/getstarted/api/menu/services/Menu.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/menusection/controllers/Menusection.js b/examples/getstarted/api/menusection/controllers/Menusection.js index 73c6f64c3f..a589b84af4 100755 --- a/examples/getstarted/api/menusection/controllers/Menusection.js +++ b/examples/getstarted/api/menusection/controllers/Menusection.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/menusection/services/Menusection.js b/examples/getstarted/api/menusection/services/Menusection.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/menusection/services/Menusection.js +++ b/examples/getstarted/api/menusection/services/Menusection.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/restaurant/controllers/Restaurant.js b/examples/getstarted/api/restaurant/controllers/Restaurant.js index 73c6f64c3f..a589b84af4 100755 --- a/examples/getstarted/api/restaurant/controllers/Restaurant.js +++ b/examples/getstarted/api/restaurant/controllers/Restaurant.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/restaurant/services/Restaurant.js b/examples/getstarted/api/restaurant/services/Restaurant.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/restaurant/services/Restaurant.js +++ b/examples/getstarted/api/restaurant/services/Restaurant.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */ diff --git a/examples/getstarted/api/review/controllers/Review.js b/examples/getstarted/api/review/controllers/Review.js index 73c6f64c3f..a589b84af4 100755 --- a/examples/getstarted/api/review/controllers/Review.js +++ b/examples/getstarted/api/review/controllers/Review.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/examples/getstarted/api/review/services/Review.js b/examples/getstarted/api/review/services/Review.js index 8564ba30ea..1f5330ef96 100755 --- a/examples/getstarted/api/review/services/Review.js +++ b/examples/getstarted/api/review/services/Review.js @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/services.html#core-services) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) * to customize this service */