Skip to content

Commit 64795eb

Browse files
authored
Merge pull request MicrosoftDocs#1451 from mikeblome/mb-links7
updated a couple of links
2 parents 71ff99f + 01a346d commit 64795eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/atl/reference/ccontainedwindowt-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ When you use the **Add control based on** option in the ATL Project Wizard, the
9191
|Creating controls|[ATL Tutorial](../../atl/active-template-library-atl-tutorial.md)|
9292
|Using windows in ATL|[ATL Window Classes](../../atl/atl-window-classes.md)|
9393
|ATL Project Wizard|[Creating an ATL Project](../../atl/reference/creating-an-atl-project.md)|
94-
|Windows|[Windows](https://msdn.microsoft.com/library/windows/desktop/ms632595) and subsequent topics in the Windows SDK|
94+
|Windows|[Windows](/windows/desktop/winmsg/windows) and subsequent topics in the Windows SDK|
9595

9696
## Inheritance Hierarchy
9797

docs/atl/reference/cwindow-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class CWindow
224224

225225
[CDialogImpl](../../atl/reference/cdialogimpl-class.md) Allows you to create a modal or modeless dialog box.
226226

227-
For more information about windows, see [Windows](https://msdn.microsoft.com/library/windows/desktop/ms632595) and subsequent topics in the Windows SDK. For more information about using windows in ATL, see the article [ATL Window Classes](../../atl/atl-window-classes.md).
227+
For more information about windows, see [Windows](/windows/desktop/winmsg/windows) and subsequent topics in the Windows SDK. For more information about using windows in ATL, see the article [ATL Window Classes](../../atl/atl-window-classes.md).
228228

229229
## Requirements
230230

docs/atl/reference/cwndclassinfo-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you want to create a window based on an existing window class, derive your cl
6161

6262
[!code-cpp[NVC_ATL_Windowing#43](../../atl/codesnippet/cpp/cwndclassinfo-class_1.h)]
6363

64-
For more information about window classes, see [Window Classes](https://msdn.microsoft.com/library/windows/desktop/ms632596) in the Windows SDK.
64+
For more information about window classes, see [Window Classes](/windows/desktop/winmsg/window-classes) in the Windows SDK.
6565

6666
For more information about using windows in ATL, see the article [ATL Window Classes](../../atl/atl-window-classes.md).
6767

0 commit comments

Comments
 (0)