From 763e7ed84cfc6fd804eb22c73684de8d6afba4ba Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Wed, 28 Aug 2019 13:14:40 -0400 Subject: [PATCH] fix link --- templates/badge.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/badge.json b/templates/badge.json index 049edd7..e232350 100644 --- a/templates/badge.json +++ b/templates/badge.json @@ -3,7 +3,7 @@ "height": 138, "elements": [ {"type": "box", "x": 4, "y": 10, "width": 95, "height": 28, "fill": [33, 139, 181], "stroke": false}, - {"type": "image", "src": "img/pglogo_white.png", "x": 8, "y": 12, "width": 25, "height": 25, "mask": "auto"}, + {"type": "image", "src": "images/pglogo_white.png", "x": 8, "y": 12, "width": 25, "height": 25, "mask": "auto"}, {"type": "paragraph", "text": "PGOpen 2019\nOrlando, Florida", "x": 35, "y": 12, "width": 63, "height": 25, "color": "white"}, {"type": "paragraph", "text": "{{reg.firstname|escapejson}} {{reg.lastname|escapejson}}", "x": 8, "y": 50, "width": 87, "height": 10, "bold": true}, -- 2.39.5