From fb97a8b5043dc4f92e437e3b21fb33e7493f1b3a Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 15 May 2019 22:11:16 -0700 Subject: [PATCH] update/add links (#37685) * update/add links * remove en-us from link --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5fa021d4f41d..26b6a118994c 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Runtime-specific library code ([System.Private.CoreLib](https://github.com/dotne ## .NET Core -Official Starting Page: https://dotnet.github.io +Official Starting Page: https://dotnet.microsoft.com/ -* [How to use .NET Core](https://github.com/dotnet/core/#get-started) (with VS, VS Code, command-line CLI) - * [Install official releases](https://www.microsoft.com/net/core) - * [Documentation](https://docs.microsoft.com/en-us/dotnet) (Get Started, Tutorials, Porting from .NET Framework, API reference, ...) - * [Deploying apps](https://docs.microsoft.com/en-us/dotnet/core/deploying) +* [How to use .NET Core](https://docs.microsoft.com/dotnet/core/get-started) (with VS, VS Code, command-line CLI) + * [Install official releases](https://dotnet.microsoft.com/download) + * [Documentation](https://docs.microsoft.com/dotnet/core) (Get Started, Tutorials, Porting from .NET Framework, API reference, ...) + * [Deploying apps](https://docs.microsoft.com/dotnet/core/deploying) * [Supported OS versions](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) * [Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md) * [Releases](https://github.com/dotnet/core/tree/master/release-notes) @@ -45,8 +45,9 @@ This section is **in progress** here: [New contributor Docs - Contributing](http ### Useful Links * [.NET Core source index](https://source.dot.net) / [.NET Framework source index](https://referencesource.microsoft.com) -* [API Reference docs](https://docs.microsoft.com/en-us/dotnet/core/api) +* [API Reference docs](https://docs.microsoft.com/dotnet/api/?view=netcore-3.0) * [.NET API Catalog](http://apisof.net) (incl. APIs from daily builds and API usage info) +* [API docs writing guidelines](https://github.com/dotnet/dotnet-api-docs/wiki) - useful when writing /// comments ### Community