Skip to content

Commit f151cb4

Browse files
authored
[admin] (Links) Remove references to outdated training content (#5253)
* Remove references to outdated training content * Fix links
1 parent 354944c commit f151cb4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/develop/dialog-api-in-office-add-ins.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use the Office dialog API in your Office Add-ins
33
description: Learn the basics of creating a dialog box in an Office Add-in.
4-
ms.date: 02/25/2025
4+
ms.date: 06/25/2025
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
@@ -58,7 +58,7 @@ By default, the dialog box will occupy 80% of the height and width of the device
5858
Office.context.ui.displayDialogAsync("https://www.contoso.com/myDialog.html", { height: 30, width: 20 });
5959
```
6060

61-
For a sample add-in that does this, see [Build Office Add-ins for Excel](https://github.com/OfficeDev/TrainingContent/tree/master/OfficeAddin/02%20Building%20Add-ins%20for%20Microsoft%20Excel). For more samples that use `displayDialogAsync`, see [Code samples](#code-samples).
61+
For a sample add-in that does this, see [Excel Tutorial - Completed](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/tutorials/excel-tutorial). For more samples that use `displayDialogAsync`, see [Code samples](#code-samples).
6262

6363
Set both values to 100% to get what is effectively a full screen experience. The effective maximum is 99.5%, and the window is still moveable and resizable.
6464

@@ -425,7 +425,8 @@ Even when you don't have your own close-dialog UI, an end user can close the dia
425425

426426
All of the following samples use `displayDialogAsync`. Some have NodeJS-based servers and others have ASP.NET/IIS-based servers, but the logic of using the method is the same regardless of how the server-side of the add-in is implemented.
427427

428-
- [Training Content / Building Add-ins](https://github.com/OfficeDev/TrainingContent/tree/master/OfficeAddin/02%20Building%20Add-ins%20for%20Microsoft%20Excel)
428+
- [Excel Tutorial - Completed](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/tutorials/excel-tutorial)
429+
- [Excel Shared Runtime Scenario](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/excel-shared-runtime-scenario)
429430
- [Office Add-in Microsoft Graph ASPNET](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-Microsoft-Graph-ASPNET)
430431
- [Office Add-in Microsoft Graph React](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-Microsoft-Graph-React)
431432
- [Office Add-in NodeJS SSO](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-NodeJS-SSO)
@@ -437,7 +438,6 @@ All of the following samples use `displayDialogAsync`. Some have NodeJS-based se
437438
- [Outlook Add-in Actionable Message](https://github.com/OfficeDev/Outlook-Add-In-Actionable-Message)
438439
- [Outlook Add-in Sharing to OneDrive](https://github.com/OfficeDev/Outlook-Add-in-Sharing-to-OneDrive)
439440
- [PowerPoint Add-in Microsoft Graph ASPNET InsertChart](https://github.com/OfficeDev/PowerPoint-Add-in-Microsoft-Graph-ASPNET-InsertChart)
440-
- [Excel Shared Runtime Scenario](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/excel-shared-runtime-scenario)
441441

442442
## See also
443443

docs/overview/learning-path-beginner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Beginner's guide to Office Add-ins
33
description: A recommended path for beginners through the learning resources for Office Add-ins.
4-
ms.date: 01/27/2025
4+
ms.date: 06/25/2025
55
ms.topic: get-started
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -43,7 +43,7 @@ You can't learn to drive by reading the owner's manual, so start coding with thi
4343

4444
## Step 5: Understand the JavaScript library
4545

46-
For an overview of the Office JavaScript library, see this tutorial from Microsoft Learn training: [Understand the Office JavaScript APIs](/training/modules/understand-office-javascript-apis/index).
46+
For an overview of the Office JavaScript library, see [Develop Office Add-ins](../develop/develop-overview.md).
4747

4848
Then return to Script Lab and use it like a playground: make your own code changes to the local copy of any samples you try and see how the results are affected.
4949

docs/overview/learning-path-transition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VSTO add-in developer's guide to Office Web Add-ins
33
description: A recommended path for experienced VSTO add-in developers to learning resources for Office Web Add-ins.
4-
ms.date: 01/27/2025
4+
ms.date: 06/25/2025
55
ms.topic: get-started
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -45,7 +45,7 @@ You can't learn to drive by reading the owner's manual, so start coding with thi
4545

4646
## Step 4: Understand the JavaScript library
4747

48-
Get the big picture of the Office JavaScript library with the [Understand the Office JavaScript APIs tutorial](/training/modules/intro-office-add-ins/3-apis) from Microsoft Learn training.
48+
Get the big picture of the Office JavaScript library with the article [Develop Office Add-ins](../develop/develop-overview.md).
4949

5050
Then, explore the Office JavaScript APIs with the [Script Lab tool](explore-with-script-lab.md) -- a sandbox for running and exploring the APIs.
5151

0 commit comments

Comments
 (0)