Skip to content

Commit

Permalink
Update dead links on bookmarks and search
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Jul 3, 2024
1 parent f5731f2 commit 19bdc85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ should remove bookmarks.
## Default bookmarks
=> gemini://geminiprotocol.net Gemini project
=> gemini://rawtext.club:1965/~sloum/spacewalk.gmi Spacewalk aggregator
=> gemini://warmedal.se/~antenna/ Antenna aggregator
=> about:help About geopard + help
## Custom bookmarks
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ impl Window {
if v.contains('.') && v.split('.').all(|s| s.chars().all(char::is_alphanumeric)) {
Url::parse(&format!("gemini://{}", v))
} else {
Url::parse(&format!("gemini://geminispace.info/search?{}", v))
Url::parse(&format!("gemini://tlgs.one/search?{}", v))
}
});
match url {
Expand Down

0 comments on commit 19bdc85

Please sign in to comment.