Skip to content

Commit

Permalink
[fixed] links to other repos that have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists authored Jul 28, 2017
1 parent 86d1a2c commit a60ed9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const unsubscribe = moveEvent$.subscribe({
});
```

Learn more about [How Indefinite Observables work](https://material-motion.github.io/material-motion/documentation/L4/IndefiniteObservable).
Learn more about [How Indefinite Observables work](https://material-motion.github.io/material-motion/documentation/IndefiniteObservable).

## Installation ##

Expand All @@ -63,7 +63,7 @@ This library aims to be as simple as possible, so modifications will be rare. R
- bugs, or
- remaining compatible with the subset of the Observable spec that we support.

If you'd like to add operators, static methods, or other features, we invite you to depend upon us subclassing `IndefiniteObservable` in your own module. In fact, [that's how we add features too](https://github.com/material-motion/material-motion-js/blob/develop/packages/streams/src/MotionObservable.ts).
If you'd like to add operators, static methods, or other features, we invite you to depend upon us subclassing `IndefiniteObservable` in your own module. In fact, [that's how we add features too](https://github.com/material-motion/material-motion-js/blob/develop/packages/core/src/observables/MotionObservable.ts).

Of course, we welcome improvements to the examples and documentation in this repo.

Expand Down

0 comments on commit a60ed9e

Please sign in to comment.