diff --git a/docs/standard/linq/find-default-paragraph-style.md b/docs/standard/linq/find-default-paragraph-style.md index 5cac525375ea9..5257465d559ca 100644 --- a/docs/standard/linq/find-default-paragraph-style.md +++ b/docs/standard/linq/find-default-paragraph-style.md @@ -136,7 +136,7 @@ The default style is: Normal In the next article in this tutorial you'll create a similar query that finds all the paragraphs in a document and their styles: -- [Retrieve the paragraphs and their styles](retrieve-paragraphs-their-styles.md) +- [Retrieve the paragraphs and their styles](retrieve-paragraphs-styles.md) ## See also diff --git a/docs/standard/linq/find-elements-namespace.md b/docs/standard/linq/find-elements-namespace.md index 04156a7e133e5..33228d5e402fa 100644 --- a/docs/standard/linq/find-elements-namespace.md +++ b/docs/standard/linq/find-elements-namespace.md @@ -14,7 +14,7 @@ Use namespace prefixes in XPath expressions to find nodes in a particular namesp ## Example: Find purchase orders from a specific namespace in a document that has two namespaces -The following example uses an to read XML document [Sample XML file: Consolidated purchase orders](sample-xml-file-consolidated-purchase-orders), which has purchase orders in two namespaces. It then gets an from the , and an from the . It uses the when selecting elements. +The following example uses an to read XML document [Sample XML file: Consolidated purchase orders](sample-xml-file-consolidated-purchase-orders.md), which has purchase orders in two namespaces. It then gets an from the , and an from the . It uses the when selecting elements. The XPath expression is: `./aw:*` diff --git a/docs/standard/linq/find-preceding-siblings.md b/docs/standard/linq/find-preceding-siblings.md index a96376cad0cc0..5d56fc5d9ad8f 100644 --- a/docs/standard/linq/find-preceding-siblings.md +++ b/docs/standard/linq/find-preceding-siblings.md @@ -14,7 +14,7 @@ This article shows how to use [!NOTE] > Both methods provide results that are in document order. diff --git a/docs/standard/linq/find-text-word-documents.md b/docs/standard/linq/find-text-word-documents.md index a82f0b08191d1..146f8e05fb912 100644 --- a/docs/standard/linq/find-text-word-documents.md +++ b/docs/standard/linq/find-text-word-documents.md @@ -595,6 +595,6 @@ The next section provides details of WordprocessingML documents: ## See also -- [Tutorial: Manipulate content in a WordprocessingML document](xml-shape-wordprocessingml-documents) +- [Tutorial: Manipulate content in a WordprocessingML document](xml-shape-wordprocessingml-documents.md) - [Refactor using a pure function](refactor-pure-function.md) - [Deferred execution and lazy evaluation](deferred-execution-lazy-evaluation.md) diff --git a/docs/standard/linq/project-xml-different-shape.md b/docs/standard/linq/project-xml-different-shape.md index 9a3b1b57b964b..56414d14563d7 100644 --- a/docs/standard/linq/project-xml-different-shape.md +++ b/docs/standard/linq/project-xml-different-shape.md @@ -443,4 +443,4 @@ The next article in this tutorial shows how to find all the text in a Word docum ## See also -- [Tutorial: Manipulate content in a WordprocessingML document](xml-shape-wordprocessingml-documents) +- [Tutorial: Manipulate content in a WordprocessingML document](xml-shape-wordprocessingml-documents.md) diff --git a/docs/standard/linq/query-xml-trees-overview.md b/docs/standard/linq/query-xml-trees-overview.md index 0ae6ebb8df5a9..555b27174fed9 100644 --- a/docs/standard/linq/query-xml-trees-overview.md +++ b/docs/standard/linq/query-xml-trees-overview.md @@ -23,7 +23,7 @@ This section of articles provides information, including examples, about LINQ to |[Projections and transformations](work-dictionaries-linq-xml.md)|Provides common examples of projecting from and transforming XML trees.| |[Advanced query techniques](join-two-collections.md)|Provides query techniques that are useful in more advanced scenarios.| |[LINQ to XML for XPath users](comparison-xpath-linq-xml.md)|Presents a number of XPath expressions and their LINQ to XML equivalents.| -|[Pure functional transformations of XML](pure-functional-transformations.md)|Presents a small tutorial on writing queries in the style of functional programming.| +|[Introduction to pure functional transformations](pure-functional-transformations.md)|Presents a small tutorial on writing queries in the style of functional programming.| ## See also diff --git a/docs/standard/linq/stream-xml-fragments-xmlreader.md b/docs/standard/linq/stream-xml-fragments-xmlreader.md index e3f466ac5bef4..f3231cd3b7ed1 100644 --- a/docs/standard/linq/stream-xml-fragments-xmlreader.md +++ b/docs/standard/linq/stream-xml-fragments-xmlreader.md @@ -20,7 +20,7 @@ If you want to create a partial tree, you can instantiate an