From d11ea13b80d67e8f6275f4611abfde3b41a3a902 Mon Sep 17 00:00:00 2001 From: Queenie Ma Date: Tue, 9 Jun 2020 10:29:26 -0700 Subject: [PATCH] Resolves #93: Update extension documentation link --- CHANGELOG.md | 1 + src/views/streamsExplorer/helpfulResourcesView.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1b1f5..7becb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/views/streamsExplorer/helpfulResourcesView.ts b/src/views/streamsExplorer/helpfulResourcesView.ts index c8cc00b..68f8341 100644 --- a/src/views/streamsExplorer/helpfulResourcesView.ts +++ b/src/views/streamsExplorer/helpfulResourcesView.ts @@ -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',