Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 4312dbf

Browse files
committed
update link to AMD definition
The previous link was going to a document retained for historical purposes. The current link is where the definitive API and definition is kept.
1 parent 8a437fe commit 4312dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ discussed below.
237237

238238
### jQuery
239239

240-
jQuery users must use jQuery 1.7 or later (`jquery-rails >= 1.0.17`) to use it as an [AMD module](http://wiki.commonjs.org/wiki/Modules/AsynchronousDefinition) with RequireJS. To use jQuery in a module:
240+
jQuery users must use jQuery 1.7 or later (`jquery-rails >= 1.0.17`) to use it as an [AMD module](https://github.com/amdjs/amdjs-api/wiki/AMD) with RequireJS. To use jQuery in a module:
241241

242242
```coffeescript
243243
# app/assets/javascripts/hello.js

0 commit comments

Comments
 (0)