mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
Fix download links on list page
This commit is contained in:
parent
b5b647f61d
commit
1ed3d7d3a8
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@
|
|||
return m("tr", { key: p.name }, [
|
||||
m("td", packageLink(p)),
|
||||
m("td", packageLink(p, p.description)),
|
||||
m("td.version", packageLink(p, [p.version, " ", glyphicon('download')])),
|
||||
m("td.version", m("a", {href: p.packageURL}, [p.version, " ", glyphicon('download')])),
|
||||
m("td.recipe", [
|
||||
m("a", {href: p.recipeURL}, [
|
||||
glyphicon('cutlery')
|
||||
|
|
Loading…
Reference in a new issue