From 607ddfddf987a6a20609c9b74103580e22b0dc19 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:20:21 -0700 Subject: [PATCH] fix broken links --- .../wpf/advanced/document-serialization-and-storage.md | 6 +++--- .../framework/wpf/app-development/pack-uris-in-wpf.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md b/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md index a8ce9b337c..e60439c6d1 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/document-serialization-and-storage.md @@ -1,9 +1,9 @@ --- title: "Document Serialization and Storage" -description: Learn how documents are serialized, deserialized, and stored in Windows Presentation Foundation (WPF). +description: Learn how documents are serialized, deserialized, and stored in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" helpviewer_keywords: - - "serialization of documents [WPF], , " + - "serialization of documents [WPF]" - "documents [WPF], storage" - "documents [WPF], serialization" ms.assetid: 4839cd87-e206-4571-803f-0200098ad37b @@ -83,4 +83,4 @@ Both plug-in serializers and linked serializers use the same exposed public meth - - [Documents in WPF](documents-in-wpf.md) - [Printing Overview](printing-overview.md) -- [XML Paper Specification](https://www.ecma-international.org/activities/XML%20Paper%20Specification/XPS%20Standard%20WD%201.6.pdf) +- [XML Paper Specification](https://www.ecma-international.org/publications-and-standards/standards/ecma-388/) diff --git a/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md b/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md index c9b61f8e48..86ebd24f52 100644 --- a/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md +++ b/dotnet-desktop-guide/framework/wpf/app-development/pack-uris-in-wpf.md @@ -39,7 +39,7 @@ To provide a consistent mechanism for identifying and loading these types of fil ## The Pack URI Scheme -The pack URI scheme is used by the [Open Packaging Conventions](https://www.ecma-international.org/publications/standards/Ecma-376.htm) (OPC) specification, which describes a model for organizing and identifying content. The key elements of this model are packages and parts, where a *package* is a logical container for one or more logical *parts*. The following figure illustrates this concept. +The pack URI scheme is used by the [Open Packaging Conventions](https://www.ecma-international.org/publications-and-standards/standards/ecma-376/) (OPC) specification, which describes a model for organizing and identifying content. The key elements of this model are packages and parts, where a *package* is a logical container for one or more logical *parts*. The following figure illustrates this concept. ![Package and Parts diagram](./media/pack-uris-in-wpf/wpf-package-parts-diagram.png)