diff --git a/aspnetcore/getting-started.md b/aspnetcore/getting-started.md index 0c519e2d10..7b7ef97361 100644 --- a/aspnetcore/getting-started.md +++ b/aspnetcore/getting-started.md @@ -5,14 +5,14 @@ description: A quick tutorial that creates and runs a simple Hello World app usi keywords: ASP.NET Core,tutorial,get started ms.author: riande manager: wpickett -ms.date: 08/30/2017 +ms.date: 10/18/2017 ms.topic: get-started-article ms.assetid: 73543e9d-d9d5-47d6-9664-17a9beea6cd3 ms.technology: aspnet ms.prod: asp.net-core uid: getting-started --- -# Getting Started with ASP.NET Core +# Get Started with ASP.NET Core > [!NOTE] > These instructions are for the latest version of ASP.NET Core. Looking to get started with an earlier version? See [the 1.1 version of this tutorial](xref:getting-started-1.1). diff --git a/aspnetcore/getting-started/_static/running-output.png b/aspnetcore/getting-started/_static/running-output.png deleted file mode 100644 index 8dd64f8e03..0000000000 Binary files a/aspnetcore/getting-started/_static/running-output.png and /dev/null differ diff --git a/aspnetcore/getting-started/_static/win-install-cmd-line.png b/aspnetcore/getting-started/_static/win-install-cmd-line.png deleted file mode 100644 index ff90f422f7..0000000000 Binary files a/aspnetcore/getting-started/_static/win-install-cmd-line.png and /dev/null differ diff --git a/aspnetcore/getting-started/sample/getting-started/About.cshtml b/aspnetcore/getting-started/sample/getting-started/About.cshtml index 3c090d15f0..74ce42ecbf 100644 --- a/aspnetcore/getting-started/sample/getting-started/About.cshtml +++ b/aspnetcore/getting-started/sample/getting-started/About.cshtml @@ -6,4 +6,4 @@
Use this area to provide additional information.
+Hello, world! The time on the server is @DateTime.Now