fix links in cards

This commit is contained in:
Tom Ball 2016-07-03 15:56:13 -07:00
parent f6b392356c
commit 420898e98c

View File

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