Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 5418f49

Browse files
committed
Changed download URL on project page template to use releases URL
In the future all downloads should use the GitHub releases feature. Part of issue stevenbenner#148.
1 parent e908a60 commit 5418f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gh-pages.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "PowerTip is a jQuery plugin for creating smooth, modern tooltips."
66
PowerTip features a very flexible design that is easy to customize, gives you a number of different ways to use the tooltips, has APIs for developers, and supports adding complex data to tooltips. It is being actively developed and maintained, and provides a very fluid user experience.
77

88
<p id="buttons">
9-
<a href="releases/jquery.powertip-<%= pkg.version %>.zip" class="button" id="download-link">Download v<%= pkg.version %></a>
9+
<a href="https://github.com/stevenbenner/jquery-powertip/releases/download/v<%= pkg.version %>/jquery.powertip-<%= pkg.version %>.zip" class="button" id="download-link">Download v<%= pkg.version %></a>
1010
<span>Zip file with examples, CSS, and script.</span>
1111
</p>
1212

0 commit comments

Comments
 (0)