Skip to content

Commit

Permalink
Use relative links in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed May 30, 2015
1 parent 6008297 commit 92731cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/CHANGELOG-0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
## Performance Management
A number of new tools and utilities have been introduced for you to manage the performance of your React app.

Detail with examples are here: [extra/PERF.md](https://github.com/japgolly/scalajs-react/blob/master/extra/PERF.md).
Detail with examples are here: [extra/PERF.md](../extra/PERF.md).

* Scala facade for `React.addons.Perf`. See https://facebook.github.io/react/docs/perf.html.
* `Reusability` for fast, easy & safe `shouldComponentUpdate` management.
Expand All @@ -42,7 +42,7 @@ Detail with examples are here: [extra/PERF.md](https://github.com/japgolly/scala

This release comes with a new and improved router.

The design of [the v1 Router](https://github.com/japgolly/scalajs-react/blob/master/extra/ROUTER.md)
The design of [the v1 Router](../extra/ROUTER.md)
made certain features very hard to accommodate:
[#96](https://github.com/japgolly/scalajs-react/issues/96),
[#103](https://github.com/japgolly/scalajs-react/issues/103),
Expand All @@ -60,4 +60,4 @@ In contrast, the v2 Router has a different design that:
* Routes can be manipulated in bulk.
* Has a better API such that usage previously recommended against, is now impossible. Noteworthy is that `Router` is now just a `ReactComponent`, and `RouterCtl` is the client API.

Detail with examples are here: [extra/ROUTER2.md](https://github.com/japgolly/scalajs-react/blob/master/extra/ROUTER2.md).
Detail with examples are here: [extra/ROUTER2.md](../extra/ROUTER2.md).

0 comments on commit 92731cd

Please sign in to comment.