Skip to content

Commit 3754358

Browse files
committed
jQuery UI: Use a download location that has the UI source files
Fixes jquerygh-659 Closes jquerygh-660
1 parent a7e7d4d commit 3754358

File tree

1 file changed

+1
-1
lines changed
  • page/jquery-ui/environments

1 file changed

+1
-1
lines changed

page/jquery-ui/environments/amd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this article we'll walk through the process of using AMD with jQuery UI. Let'
1313

1414
We'll need to download three things to get up and running: jQuery core, jQuery UI, and an AMD loader.
1515

16-
While any AMD loader will work, we'll use RequireJS in this article, which you can download from <http://requirejs.org/docs/download.html>. If you don't have a version of jQuery core handy, you can get it from <http://jquery.com/download/>, and you can download jQuery UI directly from <http://jqueryui.com/>. Alternatively you can [download these libraries using a package manager such as Bower](/jquery-ui/environments/bower/).
16+
While any AMD loader will work, we'll use RequireJS in this article, which you can download from <http://requirejs.org/docs/download.html>. If you don't have a version of jQuery core handy, you can get it from <http://jquery.com/download/>, and you can download the jQuery UI source files from <https://github.com/jquery/jquery-ui/releases> (use the files in the `ui` directory). You can alternatively [download these libraries using a package manager such as Bower](/jquery-ui/environments/bower/).
1717

1818
### Directory Structure
1919

0 commit comments

Comments
 (0)