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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglennc <glennc@microsoft.com>2016-05-16 18:15:23 +0300
committerglennc <glennc@microsoft.com>2016-05-16 18:15:23 +0300
commit6ea669f2ac6cef19df386768c284f4d6649acb98 (patch)
tree9df513732d7ae4244173579ef3f0efdd72034f57
parenta9421d8b64bd32f8ec15b2417545ba19c56deabb (diff)
minor changes for feedback
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 005430014f..fe2dc22f80 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
If you want a more stable, released, experience or getting started instructions then go to one of the following:
-- [.NET Landing Page](http://dot.net)
-Check out the dot.net landing page for released versions of .NET, getting started guides, and learning resources.
+- [.NET Homepage](http://dot.net)
+Check out dot.net for released versions of .NET, getting started guides, and learning resources.
- [ASP.NET Core Documentation](http://docs.asp.net) or [.NET Core Documentation](http://microsoft.com/net/core). We intend to merge these in the future.
@@ -28,7 +28,7 @@ The schedule and milestone themes for ASP.NET Core.
<configuration>
<packageSources>
<clear />
- <add key="AspNetCI" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
+ <add key="AspNetCI" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>