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