From 0323c1d67df3427a802a3ab6cb9d07fdae1b5e65 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 17 Feb 2026 08:18:05 -0800 Subject: refactor: Update domain references to fuwn.net --- src/modules/finger.rs | 6 +++--- src/modules/index.rs | 2 +- src/modules/web.rs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules') diff --git a/src/modules/finger.rs b/src/modules/finger.rs index 4e41d16..fdcc0b4 100644 --- a/src/modules/finger.rs +++ b/src/modules/finger.rs @@ -11,9 +11,9 @@ pub fn module(router: &mut windmark::router::Router) { To use this gateway, simply append the address of your target resource to the end of the current route, minus the protocol. Routed paths are supported! -To visit my personal Finger server, , you would visit . +To visit my personal Finger server, , you would visit . -=> /finger/fuwn.me Try it!".to_string(), +=> /finger/fuwn.net Try it!".to_string(), &context, ) }); @@ -63,7 +63,7 @@ To visit my personal Finger server, , you would visit , you would visit <{ROOT_GEMINI_URL}/web/fuwn.me/web>. +To visit the web version of this exact page, <{ROOT_HTTPS_URL}/web>, you would visit <{ROOT_GEMINI_URL}/web/fuwn.net/web>. => /web/example.com Try it!" ), -- cgit v1.2.3