Skip to content

Commit

Permalink
Resolves #93: Update extension documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Queenie Ma authored Jun 9, 2020
1 parent c09bdce commit d11ea13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Coloring for debug log messages ([#76](https://github.com/IBMStreams/vscode-ide/issues/76))
- Clean up and standardize webview styling ([#83](https://github.com/IBMStreams/vscode-ide/issues/83))
- Update extension documentation link ([#93](https://github.com/IBMStreams/vscode-ide/issues/93))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/views/streamsExplorer/helpfulResourcesView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BuiltInCommands, Views } from '../../utils';

const resourceLinks = {
'Getting started': {
'Using the IBM Streams extension for Visual Studio Code': 'https://developer.ibm.com/streamsdev/docs/develop-run-streams-applications-using-atom-visual-studio-code',
'Using the IBM Streams extension for Visual Studio Code': 'http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-1b/',
'New to IBM Streams': 'https://developer.ibm.com/streamsdev/new-to-streams',
Tutorials: 'https://ibmstreams.github.io/tutorials',
Toolkits: 'https://developer.ibm.com/streamsdev/docs/github-projects-overview',
Expand Down

0 comments on commit d11ea13

Please sign in to comment.