Skip to content
Snippets Groups Projects
Commit 1a4941c8 authored by Jozef Izso's avatar Jozef Izso Committed by Pascal Hartig
Browse files

Fix aurelia links (#1951)

parent c78ae12a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
}]
}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment