From b8177b15907c5ac7f51b1e06a3bef151d9caf30b Mon Sep 17 00:00:00 2001 From: Ryen Tang Date: Mon, 9 Apr 2018 09:29:18 +1200 Subject: [PATCH] Add link on about_Scopes to about_Scopes.md #2309 Update about_Scopes to [about_Scopes](../Microsoft.PowerShell.Core/About/about_scopes.md). --- reference/6/Microsoft.PowerShell.Utility/Set-Variable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/6/Microsoft.PowerShell.Utility/Set-Variable.md b/reference/6/Microsoft.PowerShell.Utility/Set-Variable.md index bc14d0f69f91..46a8b84b66c1 100644 --- a/reference/6/Microsoft.PowerShell.Utility/Set-Variable.md +++ b/reference/6/Microsoft.PowerShell.Utility/Set-Variable.md @@ -226,7 +226,7 @@ Specifies the scope of the variable.The acceptable values for this parameter are Local is the default. -For more information, see about_Scopes. +For more information, see [about_Scopes](../Microsoft.PowerShell.Core/About/about_scopes.md). ```yaml Type: String @@ -338,4 +338,4 @@ Otherwise, this cmdlet does not generate any output. [New-Variable](New-Variable.md) -[Remove-Variable](Remove-Variable.md) \ No newline at end of file +[Remove-Variable](Remove-Variable.md)