<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,8 @@
 Sprockets
 =========
 
+[http://getsprockets.org/](http://getsprockets.org/)
+
 Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation. Specially formatted lines act as directives to the Sprockets preprocessor, telling it to require the contents of another file or library first or to provide a set of asset files (such as images or stylesheets) to the document root. Sprockets attempts to fulfill required dependencies by searching a set of directories called the load path.
 
 
@@ -84,7 +86,7 @@ You may need to parameterize and insert constants into your source code. Sprocke
 Continuing the `color_picker` example, assume `plugins/color_picker/src/constants.yml` contains the following:
 
     COLOR_PICKER_VERSION: 1.0.0
-    COLOR_PICKER_AUTHOR: Sam Stephenson &lt;sam@37signals.com&gt;
+    COLOR_PICKER_AUTHOR: Sam Stephenson &lt;sam@example.org&gt;
     
 The constants are specified in a single place, and you can now insert them into your source code without repetition:
 
@@ -100,7 +102,7 @@ The constants are specified in a single place, and you can now insert them into
 The resulting concatenated output will have the constant values substituted in place:
 
     /* Color Picker plugin, version 1.0.0
-     * (c) 2009 Sam Stephenson &lt;sam@37signals.com&gt;
+     * (c) 2009 Sam Stephenson &lt;sam@example.org&gt;
      * Distributed under the terms of an MIT-style license */
  
     var ColorPicker = {</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>95aad141d4bb31eb8fc36d63e7c682091f06f37f</id>
    </parent>
  </parents>
  <author>
    <name>Sam Stephenson</name>
    <email>sam@37signals.com</email>
  </author>
  <url>http://github.com/sstephenson/sprockets/commit/377b08a0e172c338187616a9438145e0362693a3</url>
  <id>377b08a0e172c338187616a9438145e0362693a3</id>
  <committed-date>2009-02-17T16:59:36-08:00</committed-date>
  <authored-date>2009-02-17T16:59:36-08:00</authored-date>
  <message>Update README to add a link to the Sprockets home page</message>
  <tree>b3ad7a502a240fd1f0efab4ea9ee341af8b0726f</tree>
  <committer>
    <name>Sam Stephenson</name>
    <email>sam@37signals.com</email>
  </committer>
</commit>
