Skip to content

Commit 743c164

Browse files
authored
Fix download link (#64)
1 parent 72c43a0 commit 743c164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1 class="text-center index-title">
1010
<span class="img-index-title"></span>
1111
<span class="img-index-title-mobile">Super Simple WYSIWYG<br>Editor on Bootstrap</span>
12-
<a href="{{ site.repository }}/archive/master.zip" class="index-download">
12+
<a href="{{ site.repository }}/releases/download/v{{ site.version }}/summernote-{{ site.version }}-dist.zip" class="index-download">
1313
<span class="img-index-download"></span>
1414
</a>
1515
</h1>

0 commit comments

Comments
 (0)