Skip to content

Commit 086eb91

Browse files
[office-js][office-js-preview] Fix link (DefinitelyTyped#72178)
1 parent c4d0e46 commit 086eb91

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

types/office-js-preview/index.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8907,9 +8907,11 @@ declare namespace Office {
89078907
/**
89088908
* The attachment is stored in a cloud location, such as OneDrive.
89098909
*
8910-
* **Important**: In Read mode, the `id` property of the attachment's {@link Office.AttachmentDetails | details} object
8910+
* **Important**: In Read mode, the `id` property of the attachment's
8911+
* {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetails | AttachmentDetails} object
89118912
* contains a URL to the file.
8912-
* From requirement set 1.8, the `url` property included in the attachment's {@link Office.AttachmentDetailsCompose | details} object
8913+
* From requirement set 1.8, the `url` property included in the attachment's
8914+
* {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose | AttachmentDetailsCompose} object
89138915
* contains a URL to the file in Compose mode.
89148916
*
89158917
* The `cloud` attachment type isn't supported by the `displayNewMessageForm`, `displayNewMessageFormAsync`, `displayReplyAllForm`, `displayReplyAllFormAsync`,

types/office-js/index.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8855,9 +8855,11 @@ declare namespace Office {
88558855
/**
88568856
* The attachment is stored in a cloud location, such as OneDrive.
88578857
*
8858-
* **Important**: In Read mode, the `id` property of the attachment's {@link Office.AttachmentDetails | details} object
8858+
* **Important**: In Read mode, the `id` property of the attachment's
8859+
* {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetails | AttachmentDetails} object
88598860
* contains a URL to the file.
8860-
* From requirement set 1.8, the `url` property included in the attachment's {@link Office.AttachmentDetailsCompose | details} object
8861+
* From requirement set 1.8, the `url` property included in the attachment's
8862+
* {@link https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose | AttachmentDetailsCompose} object
88618863
* contains a URL to the file in Compose mode.
88628864
*
88638865
* The `cloud` attachment type isn't supported by the `displayNewMessageForm`, `displayNewMessageFormAsync`, `displayReplyAllForm`, `displayReplyAllFormAsync`,

0 commit comments

Comments
 (0)