|
20 | 20 | <meta name="description" content="File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.">
|
21 | 21 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
22 | 22 | <!-- Bootstrap CSS Toolkit styles -->
|
23 |
| -<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap.min.css"> |
| 23 | +<link rel="stylesheet" href="http://blueimp.github.io/cdn/css/bootstrap.min.css"> |
24 | 24 | <!-- Generic page styles -->
|
25 | 25 | <link rel="stylesheet" href="css/style.css">
|
26 | 26 | <!-- Bootstrap styles for responsive website layout, supporting different screen sizes -->
|
27 |
| -<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-responsive.min.css"> |
| 27 | +<link rel="stylesheet" href="http://blueimp.github.io/cdn/css/bootstrap-responsive.min.css"> |
28 | 28 | <!-- Bootstrap CSS fixes for IE6 -->
|
29 |
| -<!--[if lt IE 7]><link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-ie6.min.css"><![endif]--> |
| 29 | +<!--[if lt IE 7]><link rel="stylesheet" href="http://blueimp.github.io/cdn/css/bootstrap-ie6.min.css"><![endif]--> |
30 | 30 | <!-- Bootstrap Image Gallery styles -->
|
31 |
| -<link rel="stylesheet" href="http://blueimp.github.com/Bootstrap-Image-Gallery/css/bootstrap-image-gallery.min.css"> |
| 31 | +<link rel="stylesheet" href="http://blueimp.github.io/Bootstrap-Image-Gallery/css/bootstrap-image-gallery.min.css"> |
32 | 32 | <!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
|
33 | 33 | <link rel="stylesheet" href="css/jquery.fileupload-ui.css">
|
34 | 34 | <!-- CSS adjustments for browsers with JavaScript disabled -->
|
|
46 | 46 | <a class="brand" href="https://github.com/blueimp/jQuery-File-Upload">jQuery File Upload</a>
|
47 | 47 | <div class="nav-collapse">
|
48 | 48 | <ul class="nav">
|
49 |
| - <li class="active"><a href="http://blueimp.github.com/jQuery-File-Upload/">Demo</a></li> |
| 49 | + <li class="active"><a href="http://blueimp.github.io/jQuery-File-Upload/">Demo</a></li> |
50 | 50 | <li><a href="https://github.com/blueimp/jQuery-File-Upload/tags">Download</a></li>
|
51 | 51 | <li><a href="https://github.com/blueimp/jQuery-File-Upload">Source Code</a></li>
|
52 | 52 | <li><a href="https://github.com/blueimp/jQuery-File-Upload/wiki">Documentation</a></li>
|
@@ -76,7 +76,7 @@ <h2 class="lead">Basic Plus UI version</h2>
|
76 | 76 | <!-- The file upload form used as target for the file upload widget -->
|
77 | 77 | <form id="fileupload" action="//jquery-file-upload.appspot.com/" method="POST" enctype="multipart/form-data">
|
78 | 78 | <!-- Redirect browsers with JavaScript disabled to the origin page -->
|
79 |
| - <noscript><input type="hidden" name="redirect" value="http://blueimp.github.com/jQuery-File-Upload/"></noscript> |
| 79 | + <noscript><input type="hidden" name="redirect" value="http://blueimp.github.io/jQuery-File-Upload/"></noscript> |
80 | 80 | <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
81 | 81 | <div class="row fileupload-buttonbar">
|
82 | 82 | <div class="span7">
|
@@ -226,14 +226,14 @@ <h3 class="modal-title"></h3>
|
226 | 226 | <!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
|
227 | 227 | <script src="js/vendor/jquery.ui.widget.js"></script>
|
228 | 228 | <!-- The Templates plugin is included to render the upload/download listings -->
|
229 |
| -<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script> |
| 229 | +<script src="http://blueimp.github.io/JavaScript-Templates/tmpl.min.js"></script> |
230 | 230 | <!-- The Load Image plugin is included for the preview images and image resizing functionality -->
|
231 |
| -<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script> |
| 231 | +<script src="http://blueimp.github.io/JavaScript-Load-Image/load-image.min.js"></script> |
232 | 232 | <!-- The Canvas to Blob plugin is included for image resizing functionality -->
|
233 |
| -<script src="http://blueimp.github.com/JavaScript-Canvas-to-Blob/canvas-to-blob.min.js"></script> |
| 233 | +<script src="http://blueimp.github.io/JavaScript-Canvas-to-Blob/canvas-to-blob.min.js"></script> |
234 | 234 | <!-- Bootstrap JS and Bootstrap Image Gallery are not required, but included for the demo -->
|
235 |
| -<script src="http://blueimp.github.com/cdn/js/bootstrap.min.js"></script> |
236 |
| -<script src="http://blueimp.github.com/Bootstrap-Image-Gallery/js/bootstrap-image-gallery.min.js"></script> |
| 235 | +<script src="http://blueimp.github.io/cdn/js/bootstrap.min.js"></script> |
| 236 | +<script src="http://blueimp.github.io/Bootstrap-Image-Gallery/js/bootstrap-image-gallery.min.js"></script> |
237 | 237 | <!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
|
238 | 238 | <script src="js/jquery.iframe-transport.js"></script>
|
239 | 239 | <!-- The basic File Upload plugin -->
|
|
0 commit comments