-
Notifications
You must be signed in to change notification settings - Fork 395
Use https links where possible #873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands | |
"ScriptAnalyzer", | ||
DefaultParameterSetName = "File", | ||
SupportsShouldProcess = true, | ||
HelpUri = "http://go.microsoft.com/fwlink/?LinkId=525914")] | ||
HelpUri = "https://go.microsoft.com/fwlink/?LinkId=525914")] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link only re-directs to https://github.com/PowerShell/PSScriptAnalyzer/ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @joeyaiello opinion? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the fwlink is fine - it's the way we handle links so it need not change if we move the repo. The real question is whether pointing to github is appropriate. I think for now it's fine. |
||
public class InvokeScriptAnalyzerCommand : PSCmdlet, IOutputWriter | ||
{ | ||
#region Private variables | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link only re-directs to https://github.com/PowerShell/PSScriptAnalyzer/
Should we change it then to that?