Skip to content

Commit b77ee2c

Browse files
authored
Merge pull request #1819 from suryagh/readme
Readme: fix the broken links
2 parents 7820d37 + 3120370 commit b77ee2c

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,25 +4,25 @@
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! Check our [releases](https://github.com/aspnet/home/releases) for the latest patch release.
1010

1111
ASP.NET Core 1.1 is now available! See the [release notes](https://github.com/aspnet/Home/releases/tag/1.1.0) for further details.
1212

1313
## Get Started
1414

15-
Follow the [Getting Started](https://docs.asp.net/en/latest/getting-started.html) instructions in the [ASP.NET Core docs](https://docs.asp.net).
15+
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).
1616

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

1919
## Builds
2020

2121
If you want to use the latest dev build then you need to:
2222

2323
- Obtain the latest [build of the .NET Core SDK](https://github.com/dotnet/cli#installers-and-binaries)
2424
- Add a NuGet.Config to your app with the following content:
25-
25+
2626
```xml
2727
<?xml version="1.0" encoding="utf-8"?>
2828
<configuration>
@@ -33,9 +33,9 @@ If you want to use the latest dev build then you need to:
3333
</packageSources>
3434
</configuration>
3535
```
36-
36+
3737
*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.*
38-
38+
3939
- Change your applications dependencies to have a `*` to get the latest version (ex. `1.0.0-*`).
4040

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

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

0 commit comments

Comments
 (0)