mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
update base condition
This commit is contained in:
parent
ffcf8f9627
commit
094a404cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ impl Link {
|
|||
unresolved_address = format!(
|
||||
"{}://{}",
|
||||
b.scheme(),
|
||||
if postfix.is_empty() {
|
||||
if postfix.is_empty() || postfix == "/" {
|
||||
b.host()?
|
||||
} else {
|
||||
postfix.into()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue