Skip to content

fixing GH alias #1260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/core/preview3/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: .NET Core Tutorials (Tooling Preview 3)
description: .NET Core Tutorials (Tooling Preview 3)
keywords: .NET, .NET Core
author: beleroy
author: bleroy
ms.author: mairaw
manager: wpickett
ms.date: 06/24/2016
ms.topic: article
Expand All @@ -21,4 +22,4 @@ The following tutorials are available for learning about .NET Core using Preview
- [Getting started with .NET Core on Windows, using Visual Studio 2017](using-on-windows-vs-2017.md)
- [Building a complete .NET Core solution on Windows, using Visual Studio 2017](using-on-windows-vs-2017-full-solution.md)

For tutorials about developing ASP.NET Core web applications, we suggest you head over to [ASP.NET Core documentation](https://docs.asp.net).
For tutorials about developing ASP.NET Core web applications, we suggest you head over to [ASP.NET Core documentation](https://docs.asp.net).
2 changes: 1 addition & 1 deletion docs/core/preview3/tutorials/using-on-windows-vs-2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Happy coding!

## What to do next

After this simple introduction, you're probably wondering how to build more advanced solutions, with reusable libraries and tests. The [Building a complete .NET Core solution on Windows, using Visual Studio 2017](using-on-windows-vs-2017-full-solution) topic will show you how to do that.
After this simple introduction, you're probably wondering how to build more advanced solutions, with reusable libraries and tests. The [Building a complete .NET Core solution on Windows, using Visual Studio 2017](using-on-windows-vs-2017-full-solution.md) topic will show you how to do that.
8 changes: 4 additions & 4 deletions docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@
### [dotnet-nuget-locals](core/preview3/tools/dotnet-nuget-locals.md)
### [global.json](core/preview3/tools/global-json.md)
### [Tutorials](core/preview3/tutorials/index.md)
#### [Getting started with .NET Core on Windows/Linux/macOS using the command line](using-with-xplat-cli-msbuild.md)
#### [Organizing and testing projects with the .NET Core command line](using-with-xplat-cli-msbuild-folders.md)
#### [Getting started with .NET Core on Windows, using Visual Studio 2017](using-on-windows-vs-2017.md)
#### [Building a complete .NET Core solution on Windows, using Visual Studio 2017](using-on-windows-vs-2017-full-solution.md)
#### [Getting started with .NET Core on Windows/Linux/macOS using the command line](core/preview3/tutorials/using-with-xplat-cli-msbuild.md)
#### [Organizing and testing projects with the .NET Core command line](core/preview3/tutorials/using-with-xplat-cli-msbuild-folders.md)
#### [Getting started with .NET Core on Windows, using Visual Studio 2017](core/preview3/tutorials/using-on-windows-vs-2017.md)
#### [Building a complete .NET Core solution on Windows, using Visual Studio 2017](core/preview3/tutorials/using-on-windows-vs-2017-full-solution.md)
## [Porting from .NET Framework](core/porting/index.md)
### [Organizing projects for .NET Core](core/porting/project-structure.md)
### [Analyzing third-party dependencies](core/porting/third-party-deps.md)
Expand Down