Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ and fix problems.
Use the _compressed production_ version to simply fix compatibility issues
without generating console warnings.

[Download the compressed, production jQuery Migrate 1.1.1](http://code.jquery.com/jquery-migrate-1.1.1.min.js)
[Download the compressed, production jQuery Migrate 1.2.1](http://code.jquery.com/jquery-migrate-1.2.1.min.js)

[Download the uncompressed, development jQuery Migrate 1.1.1](http://code.jquery.com/jquery-migrate-1.1.1.js)
[Download the uncompressed, development jQuery Migrate 1.2.1](http://code.jquery.com/jquery-migrate-1.2.1.js)

## jQuery Pre-Release Builds

Expand All @@ -73,7 +73,7 @@ if the visitor to your webpage has already downloaded a copy of jQuery from the

```
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
```

To see all available files and versions, visit [http://code.jquery.com](http://code.jquery.com)
Expand Down