diff --git a/hive-c0re/src/dashboard.rs b/hive-c0re/src/dashboard.rs index b859e8c0..690a2373 100644 --- a/hive-c0re/src/dashboard.rs +++ b/hive-c0re/src/dashboard.rs @@ -251,7 +251,7 @@ struct StateSnapshot { /// map`. gateway_enabled: bool, /// Public URL of the forge vhost served by hive-gateway (e.g. - /// `"http://forge.pr1ma.darkest.space"`). Sourced from the + /// `"https://forge.pr1ma.darkest.space"`). Sourced from the /// `HIVE_FORGE_PUBLIC_URL` env var, which the c0re NixOS module /// sets when `forge.behindGateway = true`. `None` when absent — /// the frontend falls back to `http://:3000`.