diff options
| author | Luc Rubio <[email protected]> | 2019-03-12 21:18:05 +0000 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:18:05 -0700 |
| commit | f70a523e2345250a2e6daa3a51babc2b0a08818f (patch) | |
| tree | 66042c0628f572a51329388a590301351af8f089 /general | |
| parent | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (diff) | |
Fix broken links to 'Preparing a Computer for Manual Driver Deployment' (#338)
Diffstat (limited to 'general')
| -rw-r--r-- | general/echo/umdf2/README.md | 2 | ||||
| -rw-r--r-- | general/toaster/toastDrv/README.md | 2 | ||||
| -rw-r--r-- | general/toaster/toastpkg/README.md | 2 | ||||
| -rw-r--r-- | general/toaster/umdf2/README.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md index 30bbd454..d6ce7a40 100644 --- a/general/echo/umdf2/README.md +++ b/general/echo/umdf2/README.md @@ -64,7 +64,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\umdf2echoPkg). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: diff --git a/general/toaster/toastDrv/README.md b/general/toaster/toastDrv/README.md index 5cf3aff3..6a541e37 100644 --- a/general/toaster/toastDrv/README.md +++ b/general/toaster/toastDrv/README.md @@ -56,7 +56,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WdfSimplePackage). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: diff --git a/general/toaster/toastpkg/README.md b/general/toaster/toastpkg/README.md index b06f76db..8fbc71b4 100644 --- a/general/toaster/toastpkg/README.md +++ b/general/toaster/toastpkg/README.md @@ -56,7 +56,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\WdfSimplePackage). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter the following command: diff --git a/general/toaster/umdf2/README.md b/general/toaster/umdf2/README.md index 2b3f5e2f..7920e1d8 100644 --- a/general/toaster/umdf2/README.md +++ b/general/toaster/umdf2/README.md @@ -45,7 +45,7 @@ Before you automatically deploy a driver, you must provision the target computer ### Manual deployment (root enumerated) -Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](http://msdn.microsoft.com/en-us/library/windows/hardware/dn265571). +Before you manually deploy a driver, you must turn on test signing and install a certificate on the target computer. You also need to copy the [DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) tool to the target computer. For instructions, see [Preparing a Computer for Manual Driver Deployment](https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/preparing-a-computer-for-manual-driver-deployment). 1. Copy all of the files in your driver package to a folder on the target computer (for example, c:\\Umdf2toaster). 1. On the target computer, open a Command Prompt window as Administrator. Navigate to your driver package folder, and enter a command such as: |
