From 30328a51845206a8647c0c2406509526e474cc9a Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 31 May 2026 22:08:59 +0200 Subject: [PATCH] =?UTF-8?q?fix(#888):=20http=E2=86=92https=20in=20forge=5F?= =?UTF-8?q?public=5Furl=20doc=20comment=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hive-c0re/src/dashboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.