diff --git a/packages/strapi-generate-api/templates/bookshelf/controller.template b/packages/strapi-generate-api/templates/bookshelf/controller.template index 73c6f64c3f..f94f22736f 100644 --- a/packages/strapi-generate-api/templates/bookshelf/controller.template +++ b/packages/strapi-generate-api/templates/bookshelf/controller.template @@ -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/3.0.0-beta.x/concepts/controllers.html#core-controllers) * to customize this controller */ diff --git a/packages/strapi-generate-api/templates/bookshelf/service.template b/packages/strapi-generate-api/templates/bookshelf/service.template index 8564ba30ea..d0dcc88381 100644 --- a/packages/strapi-generate-api/templates/bookshelf/service.template +++ b/packages/strapi-generate-api/templates/bookshelf/service.template @@ -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/3.0.0-beta.x/concepts/services.html#core-services) * to customize this service */