From 1515d95f0c40b75e75c5156c34423929f9e511c0 Mon Sep 17 00:00:00 2001 From: Ryen Tang Date: Mon, 9 Apr 2018 09:28:35 +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/3.0/Microsoft.PowerShell.Utility/Set-Variable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/3.0/Microsoft.PowerShell.Utility/Set-Variable.md b/reference/3.0/Microsoft.PowerShell.Utility/Set-Variable.md index cc4019567083..4372b2ea39f1 100644 --- a/reference/3.0/Microsoft.PowerShell.Utility/Set-Variable.md +++ b/reference/3.0/Microsoft.PowerShell.Utility/Set-Variable.md @@ -213,7 +213,7 @@ Accept wildcard characters: False Determines the scope of the variable. Valid values are "Global", "Local", or "Script", or a number relative to the current scope (0 through the number of scopes, where 0 is the current scope and 1 is its parent). "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 @@ -319,4 +319,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)