Skip to content

Commit

Permalink
Fix some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Johansen committed Feb 6, 2012
1 parent 3eba35c commit 21d1faf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions site/docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Create config file</h2>
source files directly in the test files.
</p>
<p>
Read the full <a href="/buster-configuration/">buster-configuration</a>
Read the full <a href="/docs/configuration/">buster-configuration</a>
documentation for details.
</p>
<p>All the paths are relative to the config file itself.</p>
Expand Down Expand Up @@ -86,8 +86,8 @@ <h2>Write tests</h2>
}
});</code></pre>
<p>
See the full <a href="/buster-test/test-case/">buster.testCase</a> docs
and <a href="/buster-assertions/">buster-assertions</a> docs for
See the full <a href="/docs/test/test-case/">buster.testCase</a> docs
and <a href="/docs/assertions/">buster-assertions</a> docs for
details. There are also mocks and stubs and more, via
the <a href="/sinon-buster/">sinon-buster</a> module.
</p>
Expand All @@ -97,7 +97,7 @@ <h3>Node tests</h3>
<p>
For Node tests, you don't need any additional setup. Open a terminal, go to
your project, and type in <kbd>buster test</kbd>. Here's the output from the
test run of <a href="/buster-args/">buster-args</a>.
test run of <a href="/docs/args/">buster-args</a>.
</p>
<p><img src="/images/node-testing/buster-test-node.png" width="633" height="382"></p>
<p>See the <a href="/node-testing/">Node testing</a> documentation for more.</p>
Expand Down
19 changes: 13 additions & 6 deletions site/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<link href="/css/teaser.css" media="screen" rel="stylesheet" type="text/css" />
<h1>Welcome to the Buster.JS beta!</h1>

<p>Buster.JS is a new JavaScrpt testing framework. It does browser testing by automating test runs in actual browsers (think JsTestDriver), as well as Node.js testing. It has a bunch of great features, take a look at <a href="http://docs.busterjs.org/overview">the overview</a>.</p>

<p>It's very much in beta. A lot of stuff is not working. Follow us <a href="http://twitter.com/buster_js">on twitter</a> to get notified when stuff happens. Or join <a href="http://groups.google.com/group/busterjs">the mailing list</a>. There's also an IRC channel, <a href="">#buster on irc.freenode.net</a>.</p>

<p>
Buster.JS is a new JavaScrpt testing framework. It does browser testing by
automating test runs in actual browsers (think JsTestDriver), as well as
Node.js testing. It has a bunch of great features, take a look
at <a href="http://busterjs.org/docs/overview/">the overview</a>.
</p>
<p>
It's very much in beta. A lot of stuff is not working. Follow
us <a href="http://twitter.com/buster_js">on twitter</a> to get notified when
stuff happens. Or join <a href="http://groups.google.com/group/busterjs">the
mailing list</a>. There's also an IRC channel, <a href="">#buster on
irc.freenode.net</a>.
</p>
<p>Here's a talk about Buster.JS by Christian Johansen.</p>

<div id="frontendconf-talk">
<iframe src="http://www.ustream.tv/embed/recorded/17159711"
width="864" height="486" scrolling="no" frameborder="0"></iframe>
Expand Down

0 comments on commit 21d1faf

Please sign in to comment.