diff --git a/windows/deployment/upgrade/quick-fixes.md b/windows/deployment/upgrade/quick-fixes.md
index 837199548a..a4619b4f14 100644
--- a/windows/deployment/upgrade/quick-fixes.md
+++ b/windows/deployment/upgrade/quick-fixes.md
@@ -38,7 +38,7 @@ The Microsoft Virtual Agent provided by [Microsoft Support](https://support.micr
Check the system drive for errors and attempt repairs. More information.
Run the Windows Update troubleshooter. More information.
Attempt to restore and repair system files. More information.
-Check for unsigned drivers and update or remove them. More information.
+Check for unsigned drivers and update or remove them. More information.
Update Windows so that all available recommended updates are installed, and ensure the computer is rebooted if this is necessary to complete installation of an update. More information.
Temporarily uninstall non-Microsoft antivirus software.
More information.
@@ -193,7 +193,7 @@ To use sigcheck:
C:\Sigcheck>Driverquery /v > C:\sigcheck\drivers.txt
```
-7. Open the drivers.txt file and locate the problem driver that was reported by sigverif in the procedure above. Copy the path to the driver.
+7. Open the drivers.txt file and locate the problem driver that was reported by sigverif in the [procedure above](#remove-unsigned-drivers). Copy the path to the driver.
8. To check the driver, type **sigcheck64 -u -e \** and press ENTER. See the following example:
```