File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ should remove bookmarks.
41
41
## Default bookmarks
42
42
43
43
=> gemini://geminiprotocol.net Gemini project
44
- => gemini://rawtext.club:1965/~sloum/spacewalk.gmi Spacewalk aggregator
44
+ => gemini://warmedal.se/~antenna/ Antenna aggregator
45
45
=> about:help About geopard + help
46
46
47
47
## Custom bookmarks
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ impl Window {
644
644
if v. contains ( '.' ) && v. split ( '.' ) . all ( |s| s. chars ( ) . all ( char:: is_alphanumeric) ) {
645
645
Url :: parse ( & format ! ( "gemini://{}" , v) )
646
646
} else {
647
- Url :: parse ( & format ! ( "gemini://geminispace.info /search?{}" , v) )
647
+ Url :: parse ( & format ! ( "gemini://tlgs.one /search?{}" , v) )
648
648
}
649
649
} ) ;
650
650
match url {
You can’t perform that action at this time.
0 commit comments