Skip to content

Commit

Permalink
fix assert module link to nodejs api docs
Browse files Browse the repository at this point in the history
node.js docs have been moves, and the old link results in 404
  • Loading branch information
azatoth authored and Caolan McMahon committed Mar 17, 2011
1 parent 26cc2c8 commit 121df84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ API Documentation
-----------------

Nodeunit uses the functions available in the node.js
[assert module](http://nodejs.org/api.html#assert-280):
[assert module](http://nodejs.org/docs/v0.4.2/api/assert.html):

* __ok(value, [message])__ - Tests if value is a true value.
* __equal(actual, expected, [message])__ - Tests shallow, coercive equality
Expand Down

0 comments on commit 121df84

Please sign in to comment.