diff --git a/packages/core/http/core-http-server/src/router/route.ts b/packages/core/http/core-http-server/src/router/route.ts index 5480c38d9cd1c..c8d0683234dc7 100644 --- a/packages/core/http/core-http-server/src/router/route.ts +++ b/packages/core/http/core-http-server/src/router/route.ts @@ -121,7 +121,9 @@ export type Privilege = string; */ export interface RouteDeprecationInfo { /** - * link to the documentation for more details on the deprecation. + * Link to the documentation for more details on the deprecation. + * + * @remark See template and instructions in `/docs/upgrade-notes.asciidoc` for instructions on adding a release note. */ documentationUrl: string; /**