diff --git a/page/jquery-ui/environments/amd.md b/page/jquery-ui/environments/amd.md index 6ee2e0e9..9214e985 100644 --- a/page/jquery-ui/environments/amd.md +++ b/page/jquery-ui/environments/amd.md @@ -13,7 +13,7 @@ In this article we'll walk through the process of using AMD with jQuery UI. Let' We'll need to download three things to get up and running: jQuery core, jQuery UI, and an AMD loader. -While any AMD loader will work, we'll use RequireJS in this article, which you can download from . If you don't have a version of jQuery core handy, you can get it from , and you can download jQuery UI directly from . Alternatively you can [download these libraries using a package manager such as Bower](/jquery-ui/environments/bower/). +While any AMD loader will work, we'll use RequireJS in this article, which you can download from . If you don't have a version of jQuery core handy, you can get it from , and you can download the jQuery UI source files from (use the files in the `ui` directory). You can alternatively [download these libraries using a package manager such as Bower](/jquery-ui/environments/bower/). ### Directory Structure