fix links in cards

This commit is contained in:
Tom Ball 2016-07-03 15:56:13 -07:00
parent f6b392356c
commit 420898e98c
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ Otherwise, visit the cards below to starting programming JavaScript with the mic
```codecard
[{
"name": "Calling Functions",
"url":"/js/call.md"
"url":"/js/call"
},{
"name": "Sequencing Commands",
"url":"/js/sequence.md"
"url":"/js/sequence"
}
]
```