Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 1457dd7

Browse files
committed
Revert template/ReactReduxSpa/README.md
1 parent b09bb9e commit 1457dd7

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

templates/ReactReduxSpa/README.md

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,39 @@
1-
# Welcome to ASP.NET 5
1+
# Welcome to ASP.NET Core
22

33
We've made some big updates in this release, so it’s **important** that you spend a few minutes to learn what’s new.
44

5-
You've created a new ASP.NET 5 project. [Learn what's new](http://go.microsoft.com/fwlink/?LinkId=518016)
5+
You've created a new ASP.NET Core project. [Learn what's new](https://go.microsoft.com/fwlink/?LinkId=518016)
66

77
## This application consists of:
88

9-
* Sample pages using ASP.NET MVC 6
10-
* [Gulp](http://go.microsoft.com/fwlink/?LinkId=518007) and [Bower](http://go.microsoft.com/fwlink/?LinkId=518004) for managing client-side libraries
11-
* Theming using [Bootstrap](http://go.microsoft.com/fwlink/?LinkID=398939)
9+
* Sample pages using ASP.NET Core MVC
10+
* [Gulp](https://go.microsoft.com/fwlink/?LinkId=518007) and [Bower](https://go.microsoft.com/fwlink/?LinkId=518004) for managing client-side libraries
11+
* Theming using [Bootstrap](https://go.microsoft.com/fwlink/?LinkID=398939)
1212

1313
## How to
1414

15-
* [Add a Controller and View](http://go.microsoft.com/fwlink/?LinkID=398600)
16-
* [Add an appsetting in config and access it in app.](http://go.microsoft.com/fwlink/?LinkID=699562)
17-
* [Manage User Secrets using Secret Manager.](http://go.microsoft.com/fwlink/?LinkId=699315)
18-
* [Use logging to log a message.](http://go.microsoft.com/fwlink/?LinkId=699316)
19-
* [Add packages using NuGet.](http://go.microsoft.com/fwlink/?LinkId=699317)
20-
* [Add client packages using Bower.](http://go.microsoft.com/fwlink/?LinkId=699318)
21-
* [Target development, staging or production environment.](http://go.microsoft.com/fwlink/?LinkId=699319)
15+
* [Add a Controller and View](https://go.microsoft.com/fwlink/?LinkID=398600)
16+
* [Add an appsetting in config and access it in app.](https://go.microsoft.com/fwlink/?LinkID=699562)
17+
* [Manage User Secrets using Secret Manager.](https://go.microsoft.com/fwlink/?LinkId=699315)
18+
* [Use logging to log a message.](https://go.microsoft.com/fwlink/?LinkId=699316)
19+
* [Add packages using NuGet.](https://go.microsoft.com/fwlink/?LinkId=699317)
20+
* [Add client packages using Bower.](https://go.microsoft.com/fwlink/?LinkId=699318)
21+
* [Target development, staging or production environment.](https://go.microsoft.com/fwlink/?LinkId=699319)
2222

2323
## Overview
2424

25-
* [Conceptual overview of what is ASP.NET 5](http://go.microsoft.com/fwlink/?LinkId=518008)
26-
* [Fundamentals of ASP.NET 5 such as Startup and middleware.](http://go.microsoft.com/fwlink/?LinkId=699320)
27-
* [Working with Data](http://go.microsoft.com/fwlink/?LinkId=398602)
28-
* [Security](http://go.microsoft.com/fwlink/?LinkId=398603)
29-
* [Client side development](http://go.microsoft.com/fwlink/?LinkID=699321)
30-
* [Develop on different platforms](http://go.microsoft.com/fwlink/?LinkID=699322)
31-
* [Read more on the documentation site](http://go.microsoft.com/fwlink/?LinkID=699323)
25+
* [Conceptual overview of what is ASP.NET Core](https://go.microsoft.com/fwlink/?LinkId=518008)
26+
* [Fundamentals of ASP.NET Core such as Startup and middleware.](https://go.microsoft.com/fwlink/?LinkId=699320)
27+
* [Working with Data](https://go.microsoft.com/fwlink/?LinkId=398602)
28+
* [Security](https://go.microsoft.com/fwlink/?LinkId=398603)
29+
* [Client side development](https://go.microsoft.com/fwlink/?LinkID=699321)
30+
* [Develop on different platforms](https://go.microsoft.com/fwlink/?LinkID=699322)
31+
* [Read more on the documentation site](https://go.microsoft.com/fwlink/?LinkID=699323)
3232

3333
## Run & Deploy
3434

35-
* [Run your app](http://go.microsoft.com/fwlink/?LinkID=517851)
36-
* [Run your app on .NET Core](http://go.microsoft.com/fwlink/?LinkID=517852)
37-
* [Run commands in your project.json](http://go.microsoft.com/fwlink/?LinkID=517853)
38-
* [Publish to Microsoft Azure Web Apps](http://go.microsoft.com/fwlink/?LinkID=398609)
35+
* [Run your app](https://go.microsoft.com/fwlink/?LinkID=517851)
36+
* [Run tools such as EF migrations and more](https://go.microsoft.com/fwlink/?LinkID=517853)
37+
* [Publish to Microsoft Azure Web Apps](https://go.microsoft.com/fwlink/?LinkID=398609)
3938

40-
We would love to hear your [feedback](http://go.microsoft.com/fwlink/?LinkId=518015)
39+
We would love to hear your [feedback](https://go.microsoft.com/fwlink/?LinkId=518015)

0 commit comments

Comments
 (0)