Skip to content

Commit 7873e7c

Browse files
Revert previous change to Office JS URL (#2166)
1 parent 828e817 commit 7873e7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirement-sets/excel/excel-api-requirement-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requirement sets are named groups of API members. Office Add-ins use requirement
1515
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.
1616

1717
> [!NOTE]
18-
> 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).
18+
> 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).
1919
>
2020
> For information about using preview APIs, see the [Excel JavaScript preview APIs](excel-preview-apis.md) article.
2121

docs/requirement-sets/outlook/outlook-api-requirement-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ For more details about your client version, see the update history page for [Mic
171171

172172
## Reference the Office JavaScript API production library
173173

174-
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).
174+
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).
175175

176176
## Test preview APIs
177177

docs/requirement-sets/word/word-api-requirement-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requirement sets are named groups of API members. Office Add-ins use requirement
1515
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.
1616

1717
> [!NOTE]
18-
> 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).
18+
> 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).
1919
>
2020
> For information about using preview APIs, see the [Word JavaScript preview APIs](word-preview-apis.md) article.
2121

0 commit comments

Comments
 (0)