diff options
| author | Fuwn <[email protected]> | 2025-04-04 23:56:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-04 23:56:32 +0000 |
| commit | 7199431dd1a6143766a452041bcee720c8880ac1 (patch) | |
| tree | a962d5ee45691f308234277067d9ccf6dd8c6e74 /src/input.rs | |
| parent | Merge pull request #1 from joshka/ratatui (diff) | |
| download | sydney-7199431dd1a6143766a452041bcee720c8880ac1.tar.xz sydney-7199431dd1a6143766a452041bcee720c8880ac1.zip | |
fix: Update outdated home page URLs
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs index 53f4000..db69fce 100644 --- a/src/input.rs +++ b/src/input.rs @@ -203,7 +203,7 @@ fn handle_editing_input( } Command::Help => { app.set_url( - Url::parse("gemini://gem.rest/projects/sydney.gmi").unwrap(), + Url::parse("gemini://fuwn.me/blog/technology/gemini?referrer=sydney").unwrap(), ); app.make_request(); } |