Skip to content
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

Add .NET Platform getting started #1241

Merged
merged 3 commits into from
Nov 16, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Feedback
  • Loading branch information
cartermp committed Nov 16, 2016
commit 4573665a62a9e52a6adfd3dbe8205129e41201ee
6 changes: 3 additions & 3 deletions docs/standard/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Getting Started
description: Getting started with .NET
keywords: .NET
title: Getting Started with .NET
description: Lists various articles for getting started with .NET, both from a language and platform perspective.
keywords: .NET, Getting Started, C#, F#, Visual Basic
author: cartermp
manager: wpickett
ms.author: phcart
Expand Down
2 changes: 1 addition & 1 deletion docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Start of .NET Platform Guide -->
# [.NET Platform Guide](standard/index.md)
## [Getting Started](standard/getting-started.md)
## [Getting Started with .NET](standard/getting-started.md)
## [Tour of .NET](standard/tour.md)
## [.NET Concepts](standard/concepts.md)
## [.NET Standard Library](standard/library.md)
Expand Down