Skip to content

Commit

Permalink
updated links to the blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 12, 2015
1 parent 434796e commit e8de044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -87,7 +87,7 @@ if (!condition) {
```

This allows the execution to continue, while your global error handler (like
my favorite [Sentry](http://bahmutov.calepin.co/know-unknown-unknowns-with-sentry.html))
my favorite [Sentry](http://glebbahmutov.com/blog/know-unknown-unknowns-with-sentry/))
can still forward the error with all specified information to your server.

```js
Expand Down Expand Up @@ -147,15 +147,15 @@ penalty!

This library is fully tested under Node and inside browser environment (CasperJs).
I described how one can test asynchronous assertion throwing in your own projects
using Jasmine in [a blog post](http://bahmutov.calepin.co/testing-async-lazy-assertion.html).
using Jasmine in [a blog post](http://glebbahmutov.com/blog/testing-async-lazy-assertion/).

### Small print

Author: Gleb Bahmutov © 2014

* [@bahmutov](https://twitter.com/bahmutov)
* [glebbahmutov.com](http://glebbahmutov.com)
* [blog](http://bahmutov.calepin.co/)
* [blog](http://glebbahmutov.com/blog)

License: MIT - do anything with the code, but don't blame me if it does not work.

Expand Down

0 comments on commit e8de044

Please sign in to comment.