Skip to content

Commit 2f19f7a

Browse files
author
John Stallo
committed
new samples repo location
1 parent c7141bb commit 2f19f7a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

connected-environment/get-started-netcore-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you have [.NET Core](https://www.microsoft.com/net) installed, you can quickl
1919
dotnet new mvc --name webfrontend
2020
```
2121

22-
Alternatively, **download sample code from GitHub** by navigating to https://github.com/johnsta/vsce-samples and select **Clone or Download** to download the GitHub repository to your local environment. The code for this guide is in `vsce-samples/dotnetcore/getting-started/webfrontend`.
22+
Alternatively, **download sample code from GitHub** by navigating to https://github.com/Azure/vsce and select **Clone or Download** to download the GitHub repository to your local environment. The code for this guide is in `vsce/samples/dotnetcore/getting-started/webfrontend`.
2323

2424
[!INCLUDE[](common/vsce-init.md)]
2525

connected-environment/get-started-netcore-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this section we're going to create a second service, `mywebapi`, and have `we
1818
![](media/multi-container.png)
1919

2020
## Download sample code for *mywebapi*
21-
For the sake of time, let's download sample code from a GitHub repository. Go to https://github.com/johnsta/vsce-samples and select **Clone or Download** to download the GitHub repository. The code for this section is in `vsce-samples/dotnetcore/getting-started/mywebapi`.
21+
For the sake of time, let's download sample code from a GitHub repository. Go to https://github.com/Azure/vsce and select **Clone or Download** to download the GitHub repository. The code for this section is in `vsce/samples/dotnetcore/getting-started/mywebapi`.
2222

2323

2424
## Run *mywebapi*

connected-environment/get-started-netcore-visualstudio-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this section we're going to create a second service, `mywebapi`, and have `we
1919
![](media/multi-container.png)
2020

2121
## Download sample code for *mywebapi*
22-
For the sake of time, let's download sample code from a GitHub repository. Go to https://github.com/johnsta/vsce-samples and select **Clone or Download** to download the GitHub repository. The code for this section is in `vsce-samples/dotnetcore/getting-started/mywebapi`.
22+
For the sake of time, let's download sample code from a GitHub repository. Go to https://github.com/Azure/vsce and select **Clone or Download** to download the GitHub repository. The code for this section is in `vsce/samples/dotnetcore/getting-started/mywebapi`.
2323

2424
## Run *mywebapi*
2525
1. Open the project `mywebapi` in a *separate Visual Studio window*.

connected-environment/get-started-nodejs-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: "ghogen"
1414
Previous step: [Create a Kubernetes development environment in Azure](get-started-nodejs-02.md)
1515

1616
## Create a Node.js Web App
17-
Download code from GitHub by navigating to https://github.com/johnsta/vsce-samples and select **Clone or Download** to download the GitHub repository to your local environment. The code for this guide is in `vsce-samples/nodejs/getting-started/webfrontend`.
17+
Download code from GitHub by navigating to https://github.com/Azure/vsce and select **Clone or Download** to download the GitHub repository to your local environment. The code for this guide is in `vsce/samples/nodejs/getting-started/webfrontend`.
1818

1919
[!INCLUDE[](common/vsce-init.md)]
2020

connected-environment/get-started-nodejs-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this section we're going to create a second service, `mywebapi`, and have `we
1818
![](media/multi-container.png)
1919

2020
## Open sample code for *mywebapi*
21-
You should already have the sample code for `mywebapi` for this guide under a folder named `vsce-samples` (if not, go to https://github.com/johnsta/vsce-samples and select **Clone or Download** to download the GitHub repository.) The code for this section is in `vsce-samples/nodejs/getting-started/mywebapi`.
21+
You should already have the sample code for `mywebapi` for this guide under a folder named `vsce/samples` (if not, go to https://github.com/Azure/vsce and select **Clone or Download** to download the GitHub repository.) The code for this section is in `vsce/samples/nodejs/getting-started/mywebapi`.
2222

2323
## Run *mywebapi*
2424
1. Open the folder `mywebapi` in a *separate VS Code window*.

0 commit comments

Comments
 (0)