diff --git a/reference/4.0/Microsoft.PowerShell.Utility/Set-Variable.md b/reference/4.0/Microsoft.PowerShell.Utility/Set-Variable.md index c03f5389306e..7483ea76d8fb 100644 --- a/reference/4.0/Microsoft.PowerShell.Utility/Set-Variable.md +++ b/reference/4.0/Microsoft.PowerShell.Utility/Set-Variable.md @@ -219,7 +219,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 @@ -328,4 +328,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)