Skip to content

Commit 7c3105e

Browse files
committed
code-organization/concepts: add link to requireJS site
Closes jquerygh-609 Fixes jquerygh-530
1 parent 7cfe831 commit 7c3105e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/code-organization/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"attribution": [ "jQuery Fundamentals" ]
66
}</script>
77

8-
When you move beyond adding simple enhancements to your website with jQuery and start developing full-blown client-side applications, you need to consider how to organize your code. In this chapter, we'll take a look at various code organization patterns you can use in your jQuery application and explore the RequireJS dependency management and build system.
8+
When you move beyond adding simple enhancements to your website with jQuery and start developing full-blown client-side applications, you need to consider how to organize your code. In this chapter, we'll take a look at various code organization patterns you can use in your jQuery application and explore the [RequireJS](http://requirejs.org/) dependency management and build system.
99

1010
## Key Concepts
1111

0 commit comments

Comments
 (0)