From 420898e98caa4db08bf02019e746abbaf8dc9910 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Sun, 3 Jul 2016 15:56:13 -0700 Subject: [PATCH] fix links in cards --- docs/javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/javascript.md b/docs/javascript.md index 34e3ee9e..3a2be6e2 100644 --- a/docs/javascript.md +++ b/docs/javascript.md @@ -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" } ] ``` \ No newline at end of file