Skip to content

Commit

Permalink
Update JavaScript toJSON API documentation URL
Browse files Browse the repository at this point in the history
The previous link to MDN had rotted, this seems to be the closest correct URL.
  • Loading branch information
NotBobTheBuilder authored and akre54 committed Aug 6, 2014
1 parent 5341a99 commit 25c2da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -1661,7 +1661,7 @@ <h2 id="Collection">Backbone.Collection</h2>
collection. This can be used to serialize and persist the
collection as a whole. The name of this method is a bit confusing, because
it conforms to
<a href="https://developer.mozilla.org/en/JSON#toJSON()_method">JavaScript's JSON API</a>.
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON_behavior">JavaScript's JSON API</a>.
</p>

<pre class="runnable">
Expand Down

0 comments on commit 25c2da7

Please sign in to comment.