Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2019-11-19 01:53:09 +0300
committerdanmosemsft <danmose@microsoft.com>2019-11-19 01:53:09 +0300
commite01e2b95dd5d99539d158e5a63526d390701a5c1 (patch)
treeccad3e0baaa6ffa396a1be2aef7617385a28d4c8 /README.md
parente21bcd1afe4c882c7c4738d255d77b73efae5686 (diff)
move links up
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index db9c30151c4..6c3216a48af 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,13 @@ For other issues, please use the following repos:
- For overall .NET Core SDK issues, file in the [dotnet/toolset](https://github.com/dotnet/toolset) repo
- For ASP.NET issues, file in the [aspnet/aspnetcore](http://github.com/aspnet/aspnetcore) repo.
+## 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/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
+
## Daily Builds
<!--
@@ -884,13 +891,6 @@ This project has adopted the code of conduct defined by the [Contributor Covenan
General .NET OSS discussions: [.NET Foundation forums](https://forums.dotnetfoundation.org)
-## 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/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
-
## License
.NET (including the runtime repo) is licensed under the [MIT](LICENSE) license.