Skip to content

Commit 8dda009

Browse files
committed
updated links
1 parent 847531c commit 8dda009

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ide/paste-json-xml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In Visual Studio, you can copy text from JSON or XML files and then paste the te
1616
:::image type="content" source="media/paste-json-xml-class-sml.png" alt-text="Screenshot of the Paste Special option from the Edit menu in Visual Studio." lightbox="media/paste-json-xml-class-lrg.png":::
1717

1818
> [!TIP]
19-
> If you don't see the **Paste Special** option on the **Edit** menu, make sure that you have at least one of the following [**workloads**](../../install/modify-visual-studio.md#change-workloads-or-individual-components) installed: **ASP.NET and web development**, **Azure development**, or **.NET desktop development**. Then, make sure that you select the program file for your app. For example, for a C# app, select the **Program.cs** file in [Solution Explorer](../use-solution-explorer.md).
19+
> If you don't see the **Paste Special** option on the **Edit** menu, make sure that you have at least one of the following [**workloads**](../install/modify-visual-studio.md#change-workloads-or-individual-components) installed: **ASP.NET and web development**, **Azure development**, or **.NET desktop development**. Then, make sure that you select the program file for your app. For example, for a C# app, select the **Program.cs** file in [Solution Explorer](../ide/use-solution-explorer.md).
2020
2121
**JSON** (**J**ava**S**cript **O**bject **N**otation) and **XML** (e**X**tensible **M**arkup **L**anguage) are similar in that they're both used to store and transport data. JSON, however, is less verbose and can use arrays.
2222

@@ -163,5 +163,5 @@ namespace PasteDemo
163163

164164
## See also
165165

166-
- [Features of the code editor](../../ide/writing-code-in-the-code-and-text-editor.md)
167-
- [Productivity guide for Visual Studio](../productivity-features.md)
166+
- [Features of the code editor](../ide/writing-code-in-the-code-and-text-editor.md)
167+
- [Productivity guide for Visual Studio](../ide/productivity-features.md)

0 commit comments

Comments
 (0)