diff --git a/radius.html b/radius.html
index bfafa408..3ab9d48a 100644
--- a/radius.html
+++ b/radius.html
@@ -76,7 +76,7 @@
render(e.target.value);
});
- var urls = items.map(item => 'tiny/' + item + '.svg');
+ var urls = items.map(item => 'images/svg/' + item + '.svg');
var icons;
Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => {
icons = all;