Skip to content

Commit

Permalink
fix broken dropbox links
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Mar 19, 2017
1 parent 0c773ba commit ded5a93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It tries to fetch the original source file, extract relevant part to show you mo
This is expected to work only with `:optimizations none` compiler mode and it is disabled by default because it relies on monkey patching.
But it is worth it:

<img src="https://dl.dropboxusercontent.com/u/559047/cljs-devtools-sanity-hint.png">
<img src="https://box.binaryage.com/cljs-devtools-sanity-hint.png">

Note `<<< ☢ RETURNED NULL ☢ <<< ` part which points to error location. The uncaught error was raised by calling `sanity-test-handler` in the following code:

Expand Down Expand Up @@ -130,8 +130,8 @@ a custom fork of Chrome DevTools which goes one or two steps further.

[1]: http://www.html5rocks.com/en/tutorials/developertools/async-call-stack
[2]: https://github.com/clojure/core.async
[3]: https://dl.dropboxusercontent.com/u/559047/core-async-long-stack-traces.png
[4]: https://dl.dropboxusercontent.com/u/559047/core-async-normal-traces.png
[3]: https://box.binaryage.com/core-async-long-stack-traces.png
[4]: https://box.binaryage.com/core-async-normal-traces.png
[5]: https://github.com/binaryage/cljs-devtools/blob/master/src/lib/devtools/async.cljs
[6]: https://bugs.chromium.org/p/chromium/issues/detail?id=622506
[7]: https://github.com/binaryage/cljs-devtools/issues/20
Expand All @@ -141,4 +141,4 @@ a custom fork of Chrome DevTools which goes one or two steps further.
[11]: https://github.com/binaryage/cljs-devtools/blob/master/src/lib/devtools/hints.cljs
[12]: http://dev.clojure.org/jira/browse/CLJS-1249
[13]: installation.md#advanced-builds
[14]: https://dl.dropboxusercontent.com/u/559047/cljs-devtools-sample-full.png
[14]: https://box.binaryage.com/cljs-devtools-sample-full.png
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ CLJS DevTools is a collection of Chrome DevTools enhancements for ClojureScript

#### An example of formatting ClojureScript values with `:formatters` feature:

![Custom formatters in action](https://dl.dropboxusercontent.com/u/559047/cljs-devtools-sample-full.png)
![Custom formatters in action](https://box.binaryage.com/cljs-devtools-sample-full.png)

#### An example of improved exceptions with `:hints` feature:

![An example of hints](https://dl.dropboxusercontent.com/u/559047/cljs-devtools-sanity-hint.png)
![An example of hints](https://box.binaryage.com/cljs-devtools-sanity-hint.png)

---

Expand Down

0 comments on commit ded5a93

Please sign in to comment.