Fix relative links in azdata.*.d.ts (#20569)

This commit is contained in:
Charles Gagnon
2022-09-08 16:19:39 -07:00
committed by GitHub
parent 63ef3b9c51
commit 06c8e3d7a8
2 changed files with 39 additions and 39 deletions

View File

@@ -125,7 +125,7 @@ declare module 'azdata' {
}
/**
* An event that is emitted when a [notebook document](#NotebookDocument) is closed.
* An event that is emitted when a {@link NotebookDocument} is closed.
*/
export const onDidCloseNotebookDocument: vscode.Event<NotebookDocument>;