Skip to content

Commit d9aa756

Browse files
author
Sean Wheeler
authored
fix broken link (#2024)
1 parent 3fceb89 commit d9aa756

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function Get-SmallFiles {
223223
```
224224

225225
For more information about the PSDefaultValue attribute class, see
226-
[PSDefaultValue Attribute Members](http://msdn.microsoft.com/library/windows/desktop/system.management.automation.psdefaultvalueattribute_members(v=vs.85).asp) on MSDN.
226+
[PSDefaultValue Attribute Members](https://msdn.microsoft.com/library/system.management.automation.psdefaultvalueattribute_members(v=vs.85).aspx) on MSDN.
227227

228228

229229
### Positional Parameters

reference/4.0/Microsoft.PowerShell.Core/About/about_Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function Get-SmallFiles {
223223
```
224224

225225
For more information about the PSDefaultValue attribute class, see
226-
[PSDefaultValue Attribute Members](http://msdn.microsoft.com/library/windows/desktop/system.management.automation.psdefaultvalueattribute_members(v=vs.85).asp) on MSDN.
226+
[PSDefaultValue Attribute Members](https://msdn.microsoft.com/library/system.management.automation.psdefaultvalueattribute_members(v=vs.85).aspx) on MSDN.
227227

228228

229229
### Positional Parameters

reference/5.0/Microsoft.PowerShell.Core/About/about_Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function Get-SmallFiles {
223223
```
224224

225225
For more information about the PSDefaultValue attribute class, see
226-
[PSDefaultValue Attribute Members](http://msdn.microsoft.com/library/windows/desktop/system.management.automation.psdefaultvalueattribute_members(v=vs.85).asp) on MSDN.
226+
[PSDefaultValue Attribute Members](https://msdn.microsoft.com/library/system.management.automation.psdefaultvalueattribute_members(v=vs.85).aspx) on MSDN.
227227

228228

229229
### Positional Parameters

reference/5.1/Microsoft.PowerShell.Core/About/about_Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function Get-SmallFiles {
223223
```
224224

225225
For more information about the PSDefaultValue attribute class, see
226-
[PSDefaultValue Attribute Members](http://msdn.microsoft.com/library/windows/desktop/system.management.automation.psdefaultvalueattribute_members(v=vs.85).asp) on MSDN.
226+
[PSDefaultValue Attribute Members](https://msdn.microsoft.com/library/system.management.automation.psdefaultvalueattribute_members(v=vs.85).aspx) on MSDN.
227227

228228

229229
### Positional Parameters

reference/6/Microsoft.PowerShell.Core/About/about_Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function Get-SmallFiles {
223223
```
224224

225225
For more information about the PSDefaultValue attribute class, see
226-
[PSDefaultValue Attribute Members](http://msdn.microsoft.com/library/windows/desktop/system.management.automation.psdefaultvalueattribute_members(v=vs.85).asp) on MSDN.
226+
[PSDefaultValue Attribute Members](https://msdn.microsoft.com/library/system.management.automation.psdefaultvalueattribute_members(v=vs.85).aspx) on MSDN.
227227

228228

229229
### Positional Parameters

0 commit comments

Comments
 (0)