From f8e9c673f75adf15adb7bd56b08943782ad505ac Mon Sep 17 00:00:00 2001
From: v-rajagt <31903563+v-rajagt@users.noreply.github.com>
Date: Tue, 3 Nov 2020 04:10:04 +0530
Subject: [PATCH 1/2] Broken link fixed.
---
.../walkthrough-updating-the-mfc-scribble-application-part-1.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md b/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md
index 35b7f979f85..e2f91a0ffe9 100644
--- a/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md
+++ b/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md
@@ -12,7 +12,7 @@ This walkthrough modifies the classic Scribble 1.0 MFC sample that lets you use
## Prerequisites
-The [Scribble 1.0 MFC sample](https://download.microsoft.com/download/4/0/9/40946FEC-EE5C-48C2-8750-B0F8DA1C99A8/MFC/general/Scribble.zip.exe). For help on converting to Visual Studio 2017 or later, see [Porting Guide: MFC Scribble](../porting/porting-guide-mfc-scribble.md).
+The [Scribble 1.0 MFC sample](https://www.softpedia.com/get/Office-tools/Diary-Organizers-Calendar/SCRIBBLE.shtml). For help on converting to Visual Studio 2017 or later, see [Porting Guide: MFC Scribble](../porting/porting-guide-mfc-scribble.md).
## Sections
From fc3b8eef8172c907f1c01c6886f188bb58d141fa Mon Sep 17 00:00:00 2001
From: v-rajagt <31903563+v-rajagt@users.noreply.github.com>
Date: Tue, 3 Nov 2020 04:36:18 +0530
Subject: [PATCH 2/2] Fixed broken link.
---
.../walkthrough-updating-the-mfc-scribble-application-part-1.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md b/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md
index e2f91a0ffe9..47cce0c9fb5 100644
--- a/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md
+++ b/docs/mfc/walkthrough-updating-the-mfc-scribble-application-part-1.md
@@ -12,7 +12,7 @@ This walkthrough modifies the classic Scribble 1.0 MFC sample that lets you use
## Prerequisites
-The [Scribble 1.0 MFC sample](https://www.softpedia.com/get/Office-tools/Diary-Organizers-Calendar/SCRIBBLE.shtml). For help on converting to Visual Studio 2017 or later, see [Porting Guide: MFC Scribble](../porting/porting-guide-mfc-scribble.md).
+The [Scribble 1.0 MFC sample](https://github.com/microsoft/VCSamples/tree/master/VC2010Samples/MFC/general/Scribble). For help on converting to Visual Studio 2017 or later, see [Porting Guide: MFC Scribble](../porting/porting-guide-mfc-scribble.md).
## Sections