From e4da8d40f8ed6b6d41a71d18ec102e6d787249d2 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Mon, 24 Aug 2020 15:59:03 -0700 Subject: [PATCH] fix warning --- windows/deployment/usmt/usmt-how-it-works.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/usmt/usmt-how-it-works.md b/windows/deployment/usmt/usmt-how-it-works.md index 441586a83a..441dccf3f7 100644 --- a/windows/deployment/usmt/usmt-how-it-works.md +++ b/windows/deployment/usmt/usmt-how-it-works.md @@ -18,8 +18,8 @@ ms.topic: article USMT includes two tools that migrate settings and data: ScanState and LoadState. ScanState collects information from the source computer, and LoadState applies that information to the destination computer. -- [ScanState Process](#bkmk-ssprocess) -- [LoadState Process](#bkmk-lsprocess) +- [ScanState Process](#the-scanstate-process) +- [LoadState Process](#the-loadstate-process) **Note**   For more information about how USMT processes the rules and the XML files, see [Conflicts and Precedence](usmt-conflicts-and-precedence.md).