Skip to content

Commit

Permalink
Link developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Johansen committed Feb 10, 2012
1 parent 899ece8 commit 7ffca23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/extensions.html
Expand Up @@ -108,8 +108,8 @@ <h3 id="configure">Hook: <code>configure</code></h3>
</p>
<p>
To implement this hook, simply provide a <code>configure</code> method on your
extension object. The following example simply adds a resource to the
framework group:
extension object. The following example adds a resource to the framework
group:
</p>
<pre><code>module.exports = {
create: function (options) {
Expand Down
4 changes: 4 additions & 0 deletions site/docs/index.html
Expand Up @@ -74,3 +74,7 @@ <h2>Modules</h2>
<td>Recognize platform, browser name and browser version from a user agent string.</td>
</tr>
</table>
<p>
Want to run the bleeding edge Buster.JS? Or maybe even
contribute? <a href="/docs/developers/">For developers</a>.
</p>

0 comments on commit 7ffca23

Please sign in to comment.