diff options
| author | Fuwn <[email protected]> | 2024-06-25 06:39:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-25 06:39:50 -0700 |
| commit | c96125eaa4859607a0c28081a4f4959db058211b (patch) | |
| tree | b61a0c447fefc15d1d4740660ab5127fa99be864 /src | |
| parent | feat(finger): proxy finger links (diff) | |
| download | locus-c96125eaa4859607a0c28081a4f4959db058211b.tar.xz locus-c96125eaa4859607a0c28081a4f4959db058211b.zip | |
feat(web): update example proxy
Diffstat (limited to 'src')
| -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 31b0eec..037a08d 100644 --- a/src/modules/web.rs +++ b/src/modules/web.rs @@ -26,7 +26,7 @@ To use this gateway, simply append the address of your target resource to the en To visit the web version of this exact page, <{ROOT_HTTPS_URL}/web>, you would visit <{ROOT_GEMINI_URL}/web/fuwn.me/web>. -=> /web/fuwn.me/web Try it!" +=> /web/example.com Try it!" ), &context, ) |