Skip to content

Commit 19bdc85

Browse files
committed
Update dead links on bookmarks and search
1 parent f5731f2 commit 19bdc85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ should remove bookmarks.
4141
## Default bookmarks
4242
4343
=> gemini://geminiprotocol.net Gemini project
44-
=> gemini://rawtext.club:1965/~sloum/spacewalk.gmi Spacewalk aggregator
44+
=> gemini://warmedal.se/~antenna/ Antenna aggregator
4545
=> about:help About geopard + help
4646
4747
## Custom bookmarks

src/widgets/window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ impl Window {
644644
if v.contains('.') && v.split('.').all(|s| s.chars().all(char::is_alphanumeric)) {
645645
Url::parse(&format!("gemini://{}", v))
646646
} else {
647-
Url::parse(&format!("gemini://geminispace.info/search?{}", v))
647+
Url::parse(&format!("gemini://tlgs.one/search?{}", v))
648648
}
649649
});
650650
match url {

0 commit comments

Comments
 (0)