Fix markdown-link test failure (#11653)

This commit is contained in:
xtqqczze 2020-01-22 16:45:51 +00:00 committed by Dongbo Wang
parent bf85f3fbe1
commit 2f295b24b0

View file

@ -736,7 +736,7 @@ For more information on this, we invite you to read [this blog post explaining P
- Once the pipeline is running as a job, all of the standard `*-Job` cmdlets can be used to manage the job.
- Variables (ignoring process-specific variables) used in the pipeline are automatically copied to the job so `Copy-Item $foo $bar &` just works.
- The job is also run in the current directory instead of the user's home directory.
- For more information about PowerShell jobs, see [about_Jobs](https://msdn.microsoft.com/powershell/reference/6/about/about_jobs).
- For more information about PowerShell jobs, see [about_Jobs](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6).
### Engine updates and fixes