Skip to content

Commit 798a88a

Browse files
committed
Added download section to the README.
1 parent 713f5dc commit 798a88a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Demo
44
[Demo File Upload](http://blueimp.github.com/jQuery-File-Upload/)
55

6+
## Download
7+
* [Master branch (Bootstrap UI)](https://github.com/blueimp/jQuery-File-Upload/archive/master.zip)
8+
* [jQuery UI branch](https://github.com/blueimp/jQuery-File-Upload/archive/jquery-ui.zip)
9+
610
## Setup
711
* [How to setup the plugin on your website](https://github.com/blueimp/jQuery-File-Upload/wiki/Setup)
812
* [How to use only the basic plugin (minimal setup guide).](https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin)

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Demo 6.11
4+
* jQuery File Upload Plugin Demo 6.12
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -49,7 +49,7 @@
4949
<div class="nav-collapse">
5050
<ul class="nav">
5151
<li class="active"><a href="http://blueimp.github.com/jQuery-File-Upload/">Demo</a></li>
52-
<li><a href="https://github.com/blueimp/jQuery-File-Upload/downloads">Downloads</a></li>
52+
<li><a href="https://github.com/blueimp/jQuery-File-Upload#download">Download</a></li>
5353
<li><a href="https://github.com/blueimp/jQuery-File-Upload">Source Code</a></li>
5454
<li><a href="https://github.com/blueimp/jQuery-File-Upload/wiki">Documentation</a></li>
5555
<li><a href="https://github.com/blueimp/jQuery-File-Upload#support">Support</a></li>

0 commit comments

Comments
 (0)