mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Fix package download links (closes #1822)
This commit is contained in:
parent
1913b6dbf2
commit
d0024be3b2
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@
|
|||
])
|
||||
]),
|
||||
m("td.version", [
|
||||
m("a", {href: p.package}, [
|
||||
m("a", {href: p.packageURL}, [
|
||||
p.version,
|
||||
" ",
|
||||
glyphicon('download')
|
||||
|
|
Loading…
Reference in a new issue