Skip to content

Commit

Permalink
Fix GitHub pages domain
Browse files Browse the repository at this point in the history
Now this page is served as `visionmedia.github.io`.
* https://github.com/blog/1452-new-github-pages-domain-github-io
  • Loading branch information
tricknotes committed Jun 12, 2013
1 parent 06de21f commit 0d6eebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Build Status](https://secure.travis-ci.org/visionmedia/mocha.png)](http://travis-ci.org/visionmedia/mocha)

[![Mocha test framework](http://f.cl.ly/items/3l1k0n2A1U3M1I1L210p/Screen%20Shot%202012-02-24%20at%202.21.43%20PM.png)](http://visionmedia.github.com/mocha)
[![Mocha test framework](http://f.cl.ly/items/3l1k0n2A1U3M1I1L210p/Screen%20Shot%202012-02-24%20at%202.21.43%20PM.png)](http://visionmedia.github.io/mocha)

Mocha is a simple, flexible, fun JavaScript test framework for node.js and the browser. For more information view the [documentation](http://visionmedia.github.com/mocha).
Mocha is a simple, flexible, fun JavaScript test framework for node.js and the browser. For more information view the [documentation](http://visionmedia.github.io/mocha).

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion lib/reporters/templates/menu.jade
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
if segments.length
span.dirname= segments.join('/') + '/'
span.basename= basename
a#logo(href='http://visionmedia.github.com/mocha/') m
a#logo(href='http://visionmedia.github.io/mocha/') m

0 comments on commit 0d6eebd

Please sign in to comment.