summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-25 07:54:18 -0700
committerGitHub <[email protected]>2019-09-25 07:54:18 -0700
commit2e237713e298495b141560a5e7c76d6b1efa0153 (patch)
tree552f09c62562d62e3b8f2701f223f6f53792403e /network
parent16022c593787aef040b8a37ef697316e07f1322e (diff)
Diffstat (limited to 'network')
-rw-r--r--network/ndis/filter/README.md2
-rw-r--r--network/trans/msnmntr/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md
index c9615ce2..e9e34278 100644
--- a/network/ndis/filter/README.md
+++ b/network/ndis/filter/README.md
@@ -82,7 +82,7 @@ On the host computer, in **Visual Studio**, in the **Debug** menu, choose **Atta
> [!NOTE]
> If you see a dialog box that asks you to allow the debugger to communicate through the firewall, click the boxes for all types of networks. Click **Allow Access**.
-For more information, see [Setting Up Kernel-Mode Debugging in Visual Studio](http://msdn.microsoft.com/library/windows/hardware/hh439376).
+For more information, see [Setting Up Kernel-Mode Debugging in Visual Studio](https://docs.microsoft.com/windows-hardware/drivers/debugger/setting-up-kernel-mode-debugging-in-visual-studio).
### Setting up kernel-mode debugging manually
diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md
index 41846336..20a8c283 100644
--- a/network/trans/msnmntr/README.md
+++ b/network/trans/msnmntr/README.md
@@ -86,4 +86,4 @@ As an alternative to building the WFP MSN Messenger Monitor Sample in Visual Stu
`msbuild /p:configuration="Release" /p:platform="Win32" msnmntr.sln`
-For more information about using [MSBuild](https://docs.microsoft.com/visualstudio/msbuild/msbuild?view=vs-2019) to build a driver package, see [Building a Driver Using the Command Line (MSBuild)](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/building-a-driver#building-a-driver-using-the-command-line-msbuild).
+For more information about using [MSBuild](https://docs.microsoft.com/visualstudio/msbuild/msbuild?view=vs-2019) to build a driver package, see [Building a Driver Using the Command Line (MSBuild)](https://docs.microsoft.com/windows-hardware/drivers/develop/building-a-driver#building-a-driver-using-the-command-line-msbuild).