From 7b617bcb3041dc1e3a30d859054908a02c06e984 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sat, 17 Feb 2018 12:26:18 +0100 Subject: [PATCH] Fixed menu in test data --- bin/testdata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/testdata.json b/bin/testdata.json index 300d852..e1fa7d0 100644 --- a/bin/testdata.json +++ b/bin/testdata.json @@ -96,12 +96,12 @@ "items": [ { "title" : "Backpacks", - "link" : "backpack", + "link" : "/category/backpack", "order" : 0 }, { "title" : "Boots", - "link" : "boots", + "link" : "/category/boots", "order" : 1 } ]