diff --git a/src/generators.h b/src/generators.h
index f9fb869f..4531b0a4 100644
--- a/src/generators.h
+++ b/src/generators.h
@@ -114,20 +114,20 @@ namespace boss {
node = head.append_child();
node.set_name("link");
node.append_attribute("rel").set_value("stylesheet");
- node.append_attribute("href").set_value("../resource/style.css");
+ node.append_attribute("href").set_value("../resources/style.css");
node = head.append_child();
node.set_name("script");
- node.append_attribute("src").set_value("../resource/polyfill.js");
+ node.append_attribute("src").set_value("../resources/polyfill.js");
node.text().set(" ");
node = head.append_child();
node.set_name("script");
- node.append_attribute("src").set_value("../resource/storage.js");
+ node.append_attribute("src").set_value("../resources/storage.js");
node.text().set(" ");
node = head.append_child(pugi::node_comment);
- node.set_value("[if IE 8]>