Skip to content

Commit c2c176a

Browse files
author
Alexis Abril
committed
Updating links. Adding /downloads for tracking.
1 parent 2cda13f commit c2c176a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div id='header'>
3232
<div id='logo-and-download'>
3333
<img alt="jQuery++" id="logo" src="images/logo.png"/>
34-
<a class='primary' href='https://github.com/downloads/jupiterjs/jquerypp/jquerypp-{{page.version}}.zip'>Download {{page.version}}</a>
34+
<a class='primary' href='http://jquerypp.com/downloads/jquerypp-{{page.version}}.zip'>Download {{page.version}}</a>
3535
</div>
3636
</div>
3737
<div class='cf' id='buttons'>

downloads/tmp.txt

Whitespace-only changes.

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
version: 1.0b2
3+
version: 1.0.1
44
---
55

66
# Hi, I'm jQuery++.
@@ -42,7 +42,7 @@ after jQuery 1.7 like:
4242

4343
### Using individual files
4444

45-
The `jquerypp.js` file from the [full download](https://github.com/downloads/jupiterjs/jquerypp/jquerypp-{{page.version}}.zip)
45+
The `jquerypp.js` file from the [full download](http://jquerypp.com/downloads/jquerypp-{{page.version}}.zip)
4646
contains all jQuery++ plugins in a single file:
4747

4848
{% highlight html %}
@@ -63,7 +63,7 @@ at the top of each file. For example, `jquery.animate.js` depends on `jquery.sty
6363

6464
The files needed for using jQuery++ with [StealJS](http://javascriptmvc.com/docs.html#!stealjs) are
6565
located in the `steal/` folder of
66-
the [full download](https://github.com/downloads/jupiterjs/jquerypp/jquerypp-{{page.version}}.zip).
66+
the [full download](http://jquerypp.com/downloads/jquerypp-{{page.version}}.zip).
6767
Take the `jquery/` folder and put it in your steal root to load a plugin like this:
6868

6969
{% highlight javascript %}
@@ -83,7 +83,7 @@ steal.map({
8383

8484
### Using AMD
8585

86-
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/jupiterjs/jquerypp/jquerypp-{{page.version}}.zip).
86+
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](http://jquerypp.com/downloads/jquerypp-{{page.version}}.zip).
8787
Place the `jquerypp/` folder in your module directory and load a plugin like this:
8888

8989
{% highlight javascript %}

0 commit comments

Comments
 (0)