Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix link to demo
  • Loading branch information
amilajack authored Feb 7, 2023
commit 894802edf49f39b6193a6545c1af451d862cc8ab
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CSSOM.js is a CSS parser written in pure JavaScript. It is also a partial implem
}


## [Parser demo](http://nv.github.com/CSSOM/docs/parse.html)
## [Parser demo](http://nv.github.io/CSSOM/docs/parse.html)

Works well in Google Chrome 6+, Safari 5+, Firefox 3.6+, Opera 10.63+.
Doesn't work in IE < 9 because of unsupported getters/setters.
Expand Down