Skip to content

Commit 3120370

Browse files
committed
Readme: fix the broken links
`https://docs.asp.net` is moved to `https://docs.microsoft.com/en-us/aspnet`
1 parent 93ef04d commit 3120370

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
This is the home page of the ASP.NET Core source code repositories and is intended for those contributing to ASP.NET Core or using bleeding edge nightly builds.
66

7-
ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. [Learn more about ASP.NET Core](https://docs.asp.net/en/latest/intro.html).
7+
ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. [Learn more about ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/).
88

99
We are pleased to [announce](https://blogs.msdn.microsoft.com/webdev/2016/06/27/announcing-asp-net-core-1-0/) the release of ASP.NET Core 1.0!
1010

1111
## Get Started
1212

13-
Follow the [Getting Started](https://docs.asp.net/en/latest/getting-started.html) instructions in the [ASP.NET Core docs](https://docs.asp.net).
13+
Follow the [Getting Started](https://docs.microsoft.com/en-us/aspnet/core/getting-started) instructions in the [ASP.NET Core docs](https://docs.microsoft.com/en-us/aspnet/index).
1414

15-
Also checkout the [.NET Homepage](http://dot.net) for released versions of .NET, getting started guides, and learning resources.
15+
Also checkout the [.NET Homepage](https://www.microsoft.com/net) for released versions of .NET, getting started guides, and learning resources.
1616

1717
## Builds
1818

1919
If you want to use the latest dev build then you need to:
2020

2121
- Obtain the latest [build of the .NET Core SDK](https://github.com/dotnet/cli#installers-and-binaries)
2222
- Add a NuGet.Config to your app with the following content:
23-
23+
2424
```xml
2525
<?xml version="1.0" encoding="utf-8"?>
2626
<configuration>
@@ -31,9 +31,9 @@ If you want to use the latest dev build then you need to:
3131
</packageSources>
3232
</configuration>
3333
```
34-
34+
3535
*NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.*
36-
36+
3737
- Change your applications dependencies to have a `*` to get the latest version (ex. `1.0.0-*`).
3838

3939
Prerelease tooling builds for Visual Studio are available from the [Tooling](https://github.com/aspnet/tooling/#pre-release-builds) repo.
@@ -50,7 +50,7 @@ To follow along with the development of ASP.NET Core:
5050
These are some of the most common repos:
5151

5252
* [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation
53-
* [Docs](https://github.com/aspnet/Docs) - documentation sources for https://docs.asp.net/en/latest/
53+
* [Docs](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/en-us/aspnet/core/
5454
* [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology
5555
* [Identity](https://github.com/aspnet/Identity) - users and membership system
5656
* [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services

0 commit comments

Comments
 (0)