Skip to content

Commit 8be348b

Browse files
committed
title metadata for UWP tutorial and fix link
1 parent 66e92a3 commit 8be348b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/get-started/csharp/tutorial-uwp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Create a Universal Windows Platform (UWP) App with Visual Studio and C#
23
description: Create a UWP app in Visual Studio with XAML and C#
34
titleSuffix: ""
45
ms.custom: "seodec18, get-started"

docs/get-started/csharp/tutorial-wpf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ In this step, you'll find the error that we caused earlier by changing the name
228228

229229
A **Break Mode** window appears, and the **Output** window indicates that an IOException has occurred: Cannot locate resource 'mainwindow.xaml'.
230230

231-
![Screenshot of IOException message](media/exploreide-ioexception.png)
231+
![Screenshot of IOException message](../media/exploreide-ioexception.png)
232232

233233
2. Stop the debugger by choosing **Debug** > **Stop Debugging**.
234234

0 commit comments

Comments
 (0)