From 1a4941c84d9e969deab9e10acebe85d686338e92 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Wed, 21 Nov 2018 12:30:00 +0100 Subject: [PATCH] Fix aurelia links (#1951) --- examples/aurelia/readme.md | 2 +- learn.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/aurelia/readme.md b/examples/aurelia/readme.md index 6da587d8f4..a82a851d9b 100644 --- a/examples/aurelia/readme.md +++ b/examples/aurelia/readme.md @@ -44,7 +44,7 @@ Run tests and HTTP-server: ## Implementation -- Following the getting started tutorial: http://aurelia.io/get-started.html +- Following the getting started tutorial: https://aurelia.io/docs/tutorials/creating-a-todo-app/ - Attempt to go TDD where possible ### Changelog diff --git a/learn.json b/learn.json index 3bfd0ad3e6..f698e172bf 100644 --- a/learn.json +++ b/learn.json @@ -212,10 +212,10 @@ "heading": "Official Resources", "links": [{ "name": "Get started", - "url": "http://aurelia.io/get-started.html" + "url": "https://aurelia.io/docs/tutorials/creating-a-todo-app/" }, { "name": "Docs", - "url": "http://aurelia.io/docs.html" + "url": "https://aurelia.io/docs/" }, { "name": "Aurelia on GitHub", "url": "https://github.com/aurelia" @@ -224,12 +224,12 @@ "heading": "Articles and Guides", "links": [{ "name": "Blog", - "url": "http://blog.durandal.io/" + "url": "https://aurelia.io/blog/" }] }, { "heading": "Community", "links": [{ - "name": "Aurelia dicussions on Gitter", + "name": "Aurelia discussions on Gitter", "url": "https://gitter.im/Aurelia/Discuss" }] }]