diff options
Diffstat (limited to 'src/modules/web.rs')
| -rw-r--r-- | src/modules/web.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/web.rs b/src/modules/web.rs index 76e09ff..4843322 100644 --- a/src/modules/web.rs +++ b/src/modules/web.rs @@ -24,7 +24,7 @@ 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. -To visit the web version of this exact page, <{ROOT_HTTPS_URL}/web>, 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!" ), |