diff --git a/example/index.html b/example/rp/index.html
similarity index 100%
rename from example/index.html
rename to example/rp/index.html
diff --git a/example/jquery-min.js b/example/rp/jquery-min.js
similarity index 100%
rename from example/jquery-min.js
rename to example/rp/jquery-min.js
diff --git a/scripts/serve_example.js b/scripts/serve_example.js
index 40952690ea02c607f2a240b96cd99795384549a4..241187857d76c3c7e372dc51231203cc07aabf03 100755
--- a/scripts/serve_example.js
+++ b/scripts/serve_example.js
@@ -21,7 +21,7 @@ if (process.env['BROWSERID_URL']) {
   }));
 }
 
-exampleServer.use(express.static(path.join(__dirname, "..", "example")));
+exampleServer.use(express.static(path.join(__dirname, "..", "example", "rp")));
 
 exampleServer.use(express.bodyParser());