Skip to content

Commit

Permalink
Update broken links in README (#1679)
Browse files Browse the repository at this point in the history
* Update "installation instructions" README link

As per https://github.com/PowerShell/PowerShell/pull/8468/files

* Update "Install from a VSIX" link

microsoft/vscode-docs@9dca51f

* Remove redundant query parameter in README
  • Loading branch information
josh- authored and TylerLeonhardt committed Jan 4, 2019
1 parent b9ca115 commit 1dc918d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ that Visual Studio Code provides.
- **Linux** with PowerShell Core (all PowerShell-supported distributions)
- **macOS and OS X** with PowerShell Core

Read the [installation instructions](https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell/using-vscode.md)
Read the [installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode)
to get more details on how to use the extension on these platforms.

Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for answers to common questions.
Expand All @@ -38,7 +38,7 @@ In the Extensions pane, search for "PowerShell" extension and install it there.
get notified automatically about any future extension updates!

You can also install a VSIX package from our [Releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the
[Install from a VSIX](https://code.visualstudio.com/docs/extensions/install-extension#_install-from-a-vsix)
[Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix)
instructions. The easiest way is through the command line:

```
Expand Down

0 comments on commit 1dc918d

Please sign in to comment.