Skip to content

Commit

Permalink
Merge pull request #39 from mbostock/patch-1
Browse files Browse the repository at this point in the history
Fix a few links.
  • Loading branch information
tmcw committed Jun 22, 2017
2 parents 3616606 + 9c54466 commit efad207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [mistakes.io](http://macwright.org/mistakes/)
## [mistakes.io](http://mistakes.io/)

live-coding, oriented towards giving presentations about programming and
showing what you mean.
Expand All @@ -11,12 +11,12 @@ showing what you mean.

There is one additional 'feature' of the interface. A magic function called
`require` will include a javascript file by URL, on the page. Here's
[an example](http://macwright.org/mistakes/#5051892).
[an example](http://mistakes.io/#5051892).

## Gists

mistakes supports loading from [GitHub Gists](https://gist.github.com/) to
help you share code better. When you see a URL like http://macwright.org/mistakes/#5051892
help you share code better. When you see a URL like http://mistakes.io/#5051892
that means it's loading the gist at https://gist.github.com/tmcw/5051892.

It works with anyone's gists. The expectation is that gists contain a single
Expand Down

0 comments on commit efad207

Please sign in to comment.