diff --git a/packages/strapi-generate-api/templates/model.template b/packages/strapi-generate-api/templates/model.template index 4133599f61..319ea80a1d 100644 --- a/packages/strapi-generate-api/templates/model.template +++ b/packages/strapi-generate-api/templates/model.template @@ -1,7 +1,7 @@ 'use strict'; /** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/models.html#life-cycle-callbacks) + * Read the documentation (https://strapi.io/documentation/v3.x/concepts/models.html#lifecycle-hooks) * to customize this model */