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.
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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments