Skip to content

Commit 62c343c

Browse files
committed
Fix plugin download URL
1 parent 922e526 commit 62c343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/desktop/plugins/[id].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ try {
147147
.reverse()
148148
.map((v) => (
149149
<li>
150-
<a href={plugin.versions[v].url} class="text-decoration-none">
150+
<a href={`https://raw.githubusercontent.com/gephi/gephi-plugins/gh-pages/plugins/${plugin.versions[v].url}`} class="text-decoration-none">
151151
<Icon name="ph:download" />
152152
Download plugin for Gephi v{v}
153153
</a>

0 commit comments

Comments
 (0)