We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9019829 commit 2e954fcCopy full SHA for 2e954fc
src/utilities.jl
@@ -533,7 +533,7 @@ function url(m::Method)
533
file = string(m.file)
534
if startswith(file, root) || startswith(realpath(file), root)
535
base = "https://github.com/$repo/tree"
536
- filename = lstrip(file[(length(root)+1):end], '/')
+ filename = join(splitpath(lstrip(file[(length(root)+1):end], '/')), '/')
537
return "$base/$commit/$filename#L$(m.line)"
538
else
539
return ""
0 commit comments