Skip to content

Commit

Permalink
[HTTP] Added documentationLink guidance (elastic#204774)
Browse files Browse the repository at this point in the history
## Summary

Gives developers a better chance of discovering the process of creating
a release note.
  • Loading branch information
jloleysens authored Dec 19, 2024
1 parent e8e4e75 commit e4b4101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/http/core-http-server/src/router/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<REPO_ROOT>/docs/upgrade-notes.asciidoc` for instructions on adding a release note.
*/
documentationUrl: string;
/**
Expand Down

0 comments on commit e4b4101

Please sign in to comment.