diff --git a/site/src/main.rs b/site/src/main.rs index 42d7ac2e9..a85440707 100644 --- a/site/src/main.rs +++ b/site/src/main.rs @@ -40,7 +40,7 @@ async fn main() { "Loading complete; {} commits and {} artifacts", commits, artifacts, ); - eprintln!("View the results in a web browser at 'localhost:2346/compare.html'"); + eprintln!("View the results in a web browser at 'http://localhost:2346/compare.html'"); // Spawn off a task to post the results of any commit results that we // are now aware of. site::github::post_finished(&res).await;