Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Fix link to tests. #1

Merged
merged 1 commit into from Oct 26, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Want to write your own Hubot script? The best way is to take a look at an
and see how things are set up. Hubot scripts are written in CoffeeScript, a
higher-level implementation of JavaScript.

You'll also want to [add tests](https://github.com/github/hubot-scripts/blob/master/test/scripts/test.coffee)
You'll also want to [add tests](https://github.com/github/hubot-scripts/blob/master/test/tests.coffee)
for your script; no one likes untested code. It makes Hubot sad.

Additionally, it's extremely helpful to add [TomDoc](http://tomdoc.org) to the
Expand Down