Skip to content

Commit

Permalink
Fix aurelia links (tastejs#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso authored and passy committed Nov 21, 2018
1 parent c78ae12 commit 1a4941c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/aurelia/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}]
}]
Expand Down

0 comments on commit 1a4941c

Please sign in to comment.