Are LINKS with protocol:// or https:// are supposed to miss a "/"? #510
Answered
by
jycouet
PatrykWalach
asked this question in
Q&A
-
I've noticed my LINKS with https:// are not generated without one /. Is this intentional? Inside the repo I've found tests that describe this behavior. LINKS: {
// reference to a hardcoded link
twitter: 'https://twitter.com/jycouet', out: plugins.spec.ts:523 {
name: 'direct link',
kind: 'LINKS',
results: 'https:/twitter.com/jycouet',
key_path: 'twitter',
key_symbol: 'twitter',
params: [],
params_shortened: [],
} |
Beta Was this translation helpful? Give feedback.
Answered by
jycouet
Nov 28, 2023
Replies: 2 comments
-
Great catch, seems something is wrong, I'll look asap 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@PatrykWalach it should be fixed in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jycouet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PatrykWalach it should be fixed in
[email protected]
🚀Let me know