Skip to content

Commit fc0e177

Browse files
committed
fixed broken links
1 parent bc3b195 commit fc0e177

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/containers/tutorial-javascript-vscode-containerize-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: javascript
1212

1313
Next, use the Docker extension to add the necessary files to create an image for your app, build the image, and push it to a registry.
1414

15-
> **Tip:** If you don't already have an app for this quickstart, follow the [Node.js tutorial](/docs/nodejs/nodejs-tutorial.md).
15+
> **Tip:** If you don't already have an app for this quickstart, follow the [Node.js tutorial](https://code.visualstudio.com/docs/nodejs/nodejs-tutorial).
1616
1717
## Add Docker files
1818

@@ -22,7 +22,7 @@ Open the **Command Palette** (CTRL + SHIFT + P) and type `add docker files to wo
2222
2323
This action will add a `Dockerfile` along with some configuration files for Docker compose and a `.dockerignore`.
2424

25-
> **Tip**: VS Code has great support for Docker files. See the [Working with Docker](/docs/azure/docker.md) topic to learn about rich language features like smart suggestions, completions, and error detection.
25+
> **Tip**: VS Code has great support for Docker files. See the [Working with Docker](https://code.visualstudio.com/docs/azure/docker) topic to learn about rich language features like smart suggestions, completions, and error detection.
2626
2727
## Build a Docker image
2828

articles/app-service/tutorial-javascript-vscode-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: javascript
1212

1313
Next, create a Node.js application that can be deployed to the Cloud. This tutorial uses an application generator to quickly scaffold out the application from a terminal.
1414

15-
> **Tip:** If you have already completed the [Node.js tutorial](/docs/nodejs/nodejs-tutorial.md), you can skip ahead to [Deploy the Website](/tutorials/app-service-extension/deploy-app.md).
15+
> **Tip:** If you have already completed the [Node.js tutorial](https://code.visualstudio.com/docs/nodejs/nodejs-tutorial), you can skip ahead to [Deploy the Website](./tutorial-javascript-vscode-deploy-app.md).
1616
1717
## Install the Express generator
1818

0 commit comments

Comments
 (0)