Skip to content

Commit f388016

Browse files
committed
Correcting download link
1 parent ffb94b1 commit f388016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div id='header'>
1919
<div id='logo-and-download'>
2020
<img alt="jQuery++" id="logo" src="images/logo.png"/>
21-
<a class='primary' href='https://github.com/downloads/bitovi/jquerypp/jquerypp.{{page.version}}.zip'>Download {{page.version}}</a>
21+
<a class='primary' href='https://github.com/downloads/bitovi/jquerypp/jquerypp-{{page.version}}.zip'>Download {{page.version}}</a>
2222
</div>
2323
</div>
2424
<div class='cf' id='buttons'>

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ steal.map({
6868

6969
### Using AMD
7070

71-
The files to load the jQuery++ plugins with an [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) module loader like [RequireJS](http://requirejs.org/), are located in the `amd/` folder of the [full download](https://github.com/downloads/bitovi/jquerypp/jquerypp.{{page.version}}.zip).
71+
The files to load the jQuery++ plugins with an [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) module loader like [RequireJS](http://requirejs.org/), are located in the `amd/` folder of the [full download](https://github.com/downloads/bitovi/jquerypp/jquerypp-{{page.version}}.zip).
7272
Place the `jquerypp/` folder in your module directory and load a plugin like this:
7373

7474
{% highlight javascript %}

0 commit comments

Comments
 (0)