Skip to content

Commit

Permalink
Revert previous change to Office JS URL (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
samantharamon authored Dec 27, 2024
1 parent 828e817 commit 7873e7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirement-sets/excel/excel-api-requirement-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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/hosted/office.js).
>
> For information about using preview APIs, see the [Excel JavaScript preview APIs](excel-preview-apis.md) article.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ For more details about your client version, see the update history page for [Mic

## 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.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/hosted/office.js). For information on how to use preview APIs, see [Test preview APIs](#test-preview-apis).

## Test preview APIs

Expand Down
2 changes: 1 addition & 1 deletion docs/requirement-sets/word/word-api-requirement-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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/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 7873e7c

Please sign in to comment.