Fix the tag format in the repository URL - I thought npm version didn't include the leading v but it does
This commit is contained in:
parent
9861803d62
commit
43a1bb4a79
1 changed files with 1 additions and 1 deletions
|
@ -34,4 +34,4 @@
|
||||||
$with Package { packageName = n, packageVersion = v, packageRepository = r } <- package
|
$with Package { packageName = n, packageVersion = v, packageRepository = r } <- package
|
||||||
<p>
|
<p>
|
||||||
powered by #
|
powered by #
|
||||||
<a href="#{repositoryUrl r}/tree/#{v}">#{n} #{v}
|
<a href="#{repositoryUrl r}/tree/v#{v}">#{n} #{v}
|
||||||
|
|
Loading…
Reference in a new issue