diff options
Diffstat (limited to 'general/echo')
| -rw-r--r-- | general/echo/umdf2/README.md | 2 | ||||
| -rw-r--r-- | general/echo/umdfSocketEcho/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md index b5f1d461..6ddc0555 100644 --- a/general/echo/umdf2/README.md +++ b/general/echo/umdf2/README.md @@ -74,4 +74,4 @@ As an alternative to building the driver sample in Visual Studio, you can build `msbuild /p:configuration="Release" /p:platform="Win32" umdf2echo.sln` -For more information about using MSBuild to build a driver package, see [MSBuild primer for WDK developers](https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/msbuild-primer-for-wdk-developers). +For more information about using MSBuild to build a driver package, see [MSBuild primer for WDK developers](https://docs.microsoft.com/windows-hardware/drivers/devtest/msbuild-primer-for-wdk-developers). diff --git a/general/echo/umdfSocketEcho/README.md b/general/echo/umdfSocketEcho/README.md index 724e251e..d4a6077f 100644 --- a/general/echo/umdfSocketEcho/README.md +++ b/general/echo/umdfSocketEcho/README.md @@ -30,7 +30,7 @@ This sample driver is a minimal driver that is intended to demonstrate how to us ## Installation -In Visual Studio, you can press F5 to build the sample and then deploy it to a target machine. For more information, see [Deploying a Driver to a Test Computer](http://msdn.microsoft.com/en-us/library/windows/hardware/hh454834). Alternatively, you can install the sample from the command line. +In Visual Studio, you can press F5 to build the sample and then deploy it to a target machine. For more information, see [Deploying a Driver to a Test Computer](https://docs.microsoft.com/windows-hardware/drivers/develop/deploying-a-driver-to-a-test-computer). Alternatively, you can install the sample from the command line. To test this sample, you must have a test computer. This test computer can be a second computer or, if necessary, your development computer. |
