From 650047a287848f1a526a43e355253857d7e23557 Mon Sep 17 00:00:00 2001 From: "Alton(ius) Blom" Date: Tue, 13 Oct 2015 15:10:46 +1100 Subject: [PATCH] Updated links to https Updated a number of links to https instead of http. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 928b451ea5..0310f9b663 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This guide is designed to get you started building applications with the latest development versions ASP.NET 5 and DNX. This means nightly builds and potentially broken or unstable packages. -If you want a more stable, released, experience then you should go to http://www.asp.net/vnext. +If you want a more stable, released, experience then you should go to https://www.asp.net/vnext. ## What you need @@ -40,7 +40,7 @@ where dnvm ## OS X -See the instructions on the ASP.NET 5 Documentation site: [Installing ASP.NET 5 on Mac OS X](http://docs.asp.net/en/latest/getting-started/installing-on-mac.html) +See the instructions on the ASP.NET 5 Documentation site: [Installing ASP.NET 5 on Mac OS X](https://docs.asp.net/en/latest/getting-started/installing-on-mac.html) ## Linux @@ -75,7 +75,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command. # Documentation and Further Learning -## [Community Standup](http://www.youtube.com/playlist?list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF) +## [Community Standup](https://www.youtube.com/playlist?list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF) The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist. If you have questions you can also jump online during the next standup and have them answered live. @@ -85,7 +85,7 @@ We have some useful documentation on the wiki of this Repo. This wiki is a centr If you see errors, or want some extra content, then feel free to create an issue or send a pull request (see feedback section below). -## [ASP.NET/vNext](http://www.asp.net/vnext) +## [ASP.NET/vNext](https://www.asp.net/vnext) The vNext page on the ASP.NET site has links to some TechEd videos and articles with some good information about vNext. ## Repos and Projects