Skip to content

Commit

Permalink
[All hosts] Update CDN URL (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
samantharamon authored Oct 2, 2024
1 parent 9bd2547 commit f3b46d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/requirement-sets/excel/excel-api-requirement-sets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Excel JavaScript API requirement sets
description: Office Add-in requirement set information for Excel builds.
ms.date: 04/15/2024
ms.date: 10/03/2024
ms.topic: overview
ms.localizationpriority: high
---
Expand All @@ -15,7 +15,7 @@ Requirement sets are named groups of API members. Office Add-ins use requirement
Excel add-ins run across multiple versions of Office, including Office 2016 or later on Windows, and Office on the web, Mac, and iPad. The following table lists the Excel requirement sets, the supported Office client applications, and the **minimum** builds or versions for those applications where applicable.

> [!NOTE]
> To use APIs in any of the numbered requirement sets or `ExcelApiOnline`, you should reference the **production** library on the [Office.js content delivery network (CDN)](https://appsforoffice.microsoft.com/lib/1/hosted/office.js).
> To use APIs in any of the numbered requirement sets or `ExcelApiOnline`, you should reference the **production** library on the [Office.js content delivery network (CDN)](https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js).
>
> For information about using preview APIs, see the [Excel JavaScript preview APIs](excel-preview-apis.md) article.
Expand Down
4 changes: 2 additions & 2 deletions docs/requirement-sets/outlook/outlook-api-requirement-sets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Outlook JavaScript API requirement sets
description: Learn more about the Outlook JavaScript API requirement sets.
ms.date: 05/20/2024
ms.date: 10/03/2024
ms.topic: overview
ms.localizationpriority: high
---
Expand Down Expand Up @@ -169,7 +169,7 @@ For more details about your client version, see the update history page for [Off

## Reference the Office JavaScript API production library

To use APIs in any of the numbered requirement sets, you should reference the **production** library on the [Office.js content delivery network (CDN)](https://appsforoffice.microsoft.com/lib/1/hosted/office.js). For information on how to use preview APIs, see [Test preview APIs](#test-preview-apis).
To use APIs in any of the numbered requirement sets, you should reference the **production** library on the [Office.js content delivery network (CDN)](https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js). For information on how to use preview APIs, see [Test preview APIs](#test-preview-apis).

## Test preview APIs

Expand Down
4 changes: 2 additions & 2 deletions docs/requirement-sets/word/word-api-requirement-sets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Word JavaScript API requirement sets
description: Office Add-in requirement set information for Word.
ms.date: 08/29/2024
ms.date: 10/03/2024
ms.topic: overview
ms.localizationpriority: high
---
Expand All @@ -15,7 +15,7 @@ Requirement sets are named groups of API members. Office Add-ins use requirement
Word add-ins run across multiple versions of Office, including Office 2016 or later on Windows, and Office on the web, iPad, and Mac. The following table lists the Word requirement sets, the supported Office client applications, and the **minimum** builds or versions for those applications where applicable.

> [!NOTE]
> To use APIs in any of the numbered requirement sets, `WordApiOnline`, `WordApiDesktop`, or `WordApiHiddenDocument`, you should reference the **production** library on the [Office.js content delivery network (CDN)](https://appsforoffice.microsoft.com/lib/1/hosted/office.js).
> To use APIs in any of the numbered requirement sets, `WordApiOnline`, `WordApiDesktop`, or `WordApiHiddenDocument`, you should reference the **production** library on the [Office.js content delivery network (CDN)](https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js).
>
> For information about using preview APIs, see the [Word JavaScript preview APIs](word-preview-apis.md) article.
Expand Down

0 comments on commit f3b46d5

Please sign in to comment.