Skip to content

Commit e8d1d82

Browse files
committed
Fix broken link
1 parent 8f7f904 commit e8d1d82

14 files changed

+14
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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](/dotnet/api/overview/openxml/)
256+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)
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)

docs/how-to-create-a-spreadsheet-document-by-providing-a-file-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ Following is the complete sample code in both C\# and Visual Basic.
236236
## See also
237237

238238

239-
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
239+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)

docs/how-to-get-a-column-heading-in-a-spreadsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Following is the complete sample code in both C\# and Visual Basic.
410410

411411

412412

413-
[Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
413+
[Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)
414414

415415
[Language-Integrated Query (LINQ)](https://msdn.microsoft.com/library/bb397926.aspx)
416416

docs/how-to-insert-a-picture-into-a-word-processing-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,4 @@ The following is the complete sample code in both C\# and Visual Basic.
411411

412412
## See also
413413

414-
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
414+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)

docs/how-to-insert-text-into-a-cell-in-a-spreadsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ The following is the complete sample code in both C\# and Visual Basic.
762762
## See also
763763

764764

765-
[Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
765+
[Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)
766766

767767
[Language-Integrated Query (LINQ)](https://msdn.microsoft.com/library/bb397926.aspx)
768768

docs/how-to-open-a-spreadsheet-document-from-a-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ The following is the complete sample code in both C\# and Visual Basic.
280280
## See also
281281

282282

283-
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
283+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)

docs/how-to-open-a-word-processing-document-for-read-only-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ The following is the complete sample code in C\# and VB.
359359
## See also
360360

361361

362-
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
362+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)

docs/how-to-open-a-word-processing-document-from-a-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ Following is the complete sample code in both C\# and Visual Basic.
233233

234234

235235

236-
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
236+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)

docs/how-to-open-and-add-text-to-a-word-processing-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ of **OpenSettings**.
222222
## See also
223223

224224

225-
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
225+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)

docs/how-to-parse-and-read-a-large-spreadsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,4 +282,4 @@ The following is the complete code sample in both C\# and Visual Basic.
282282

283283

284284

285-
- [Open XML SDK 2.5 class library reference](/dotnet/api/overview/openxml/)
285+
- [Open XML SDK 2.5 class library reference](/office/open-xml/open-xml-sdk)

0 commit comments

Comments
 (0)