Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fix demo links with github hosting
Browse files Browse the repository at this point in the history
Finally got around to this!
Fixes #118
Fixes #18
  • Loading branch information
dfreedm committed Jan 6, 2014
1 parent 5b59005 commit 26c93b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ By default, no PointerEvents are sent from an element. This maximizes possibilit

### Examples

- [Simple Event Example](http://polymer-project.org/polymer-all/PointerEvents/samples/simple/index.html)
- [Pointer Painting](http://polymer-project.org/polymer-all/PointerEvents/samples/paint/index.html)
- [Multi Pointer Trac](http://polymer-project.org/polymer-all/PointerEvents/samples/tracker/index.html)
- [Empty Space Game!](http://polymer-project.org/polymer-all/PointerEvents/samples/spaceship/index.html)
- [Simple Event Example](http://polymer.github.io/PointerEvents/samples/simple/index.html)
- [Pointer Painting](http://polymer.github.io/PointerEvents/samples/paint/index.html)
- [Multi Pointer Trac](http://polymer.github.io/PointerEvents/samples/tracker/index.html)
- [Empty Space Game!](http://polymer.github.io/PointerEvents/samples/spaceship/index.html)

## Polyfill Details

Expand Down

0 comments on commit 26c93b7

Please sign in to comment.