Skip to content
This repository was archived by the owner on Apr 20, 2019. It is now read-only.

Commit eaee948

Browse files
authored
Temporarily use raw GH user content image links (#65)
1 parent 734f06d commit eaee948

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/build-your-first-blazor-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ To create the project in Visual Studio:
2323

2424
1. Select **File** > **New** > **Project**. Select **Web** > **ASP.NET Core Web Application**. Name the project "BlazorApp1" in the **Name** field. Select **OK**.
2525

26-
![New ASP.NET Core project](build-your-first-blazor-app/_static/new-aspnet-core-project.png)
26+
![New ASP.NET Core project](https://raw.githubusercontent.com/aspnet/Blazor.Docs/gh-pages/docs/tutorials/build-your-first-blazor-app/_static/new-aspnet-core-project.png)
2727

2828
1. The **New ASP.NET Core Web Application** dialog appears. Make sure **.NET Core** is selected at the top. Select either **ASP.NET Core 2.0** or **ASP.NET Core 2.1**. Choose the **Blazor** template and select **OK**.
2929

30-
![New Blazor app dialog](build-your-first-blazor-app/_static/new-blazor-app-dialog.png)
30+
![New Blazor app dialog](https://raw.githubusercontent.com/aspnet/Blazor.Docs/gh-pages/docs/tutorials/build-your-first-blazor-app/_static/new-blazor-app-dialog.png)
3131

3232
1. Once the project is created, press **Ctrl-F5** to run the app *without the debugger*. Running with the debugger (**F5**) isn't supported at this time.
3333

@@ -447,11 +447,11 @@ When using Visual Studio, perform the following steps to publish the Todo Blazor
447447
448448
1. In the **Pick a publish target** dialog, select **App Service** and **Create New**. Select **Publish**.
449449
450-
![Pick a publish target](build-your-first-blazor-app/_static/blazor-publish-pick-target.png)
450+
![Pick a publish target](https://raw.githubusercontent.com/aspnet/Blazor.Docs/gh-pages/docs/tutorials/build-your-first-blazor-app/_static/blazor-publish-pick-target.png)
451451
452452
1. In the **Create App Service** dialog, choose a name for the app and select the subscription, resource group, and hosting plan. Select **Create** to create the app service and publish the app.
453453
454-
![Create app service](build-your-first-blazor-app/_static/blazor-publish-create-appservice2.png)
454+
![Create app service](https://raw.githubusercontent.com/aspnet/Blazor.Docs/gh-pages/docs/tutorials/build-your-first-blazor-app/_static/blazor-publish-create-appservice2.png)
455455
456456
Wait a minute or so for the app to be deployed.
457457

0 commit comments

Comments
 (0)