Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Commit b471462

Browse files
authored
Merge pull request OfficeDev#114 from jdelauri/patch-2
[BrokenLinksH2] fixing broken links
2 parents 5ee1ea3 + dccde76 commit b471462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to-add-custom-ui-to-a-spreadsheet-document.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.localizationpriority: high
2020
This topic shows how to use the classes in the Open XML SDK 2.5 for Office to programmatically add custom UI, modifying the ribbon, to an Microsoft Excel 2010 or Microsoft Excel 2013 worksheet. It contains an example **AddCustomUI** method to illustrate
2121
this task.
2222

23-
To use the sample code in this topic, you must install the [Open XML SDK 2.0](https://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5124). Explicitly reference the following assemblies in your project:
23+
To use the sample code in this topic, you must install the [Open XML SDK 2.0](https://www.nuget.org/packages/DocumentFormat.OpenXml/2.5.0). Explicitly reference the following assemblies in your project:
2424

2525
- WindowsBase
2626
- DocumentFormat.OpenXml (installed by the Open XML SDK)
@@ -253,6 +253,6 @@ The following is the complete **AddCustomUI** code sample in C\# and Visual Basi
253253

254254
## See also
255255

256-
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk.md)
256+
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
257257
- [Ribbon Designer](https://msdn.microsoft.com/library/26617206-f4da-416f-a18a-d817b2d4872d(Office.15).aspx)
258258
- [Walkthrough: Creating a Custom Tab by Using the Ribbon Designer](https://msdn.microsoft.com/library/312865e6-950f-46ab-88de-fe7eb8036bfe(Office.15).aspx)

0 commit comments

Comments
 (0)