Skip to content

Commit 3227eba

Browse files
authored
directory for index.html uses examples/examples (#300)
To fix a 404 not found error when running the example.
1 parent 69ba657 commit 3227eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples/ice-restart/ice-restart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy_static! {
2727
Arc::new(Mutex::new(None));
2828
}
2929

30-
static INDEX: &str = "examples/ice-restart/index.html";
30+
static INDEX: &str = "examples/examples/ice-restart/index.html";
3131
static NOTFOUND: &[u8] = b"Not Found";
3232

3333
/// HTTP status code 404

0 commit comments

Comments
 (0)