Skip to content

Commit 3126ef0

Browse files
sindresorhusstipsan
authored andcommitted
docs(readme): link to official ponyfill page (#68)
1 parent 4a024a6 commit 3126ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scroll-into-view-if-needed
22

3-
This is a [ponyfill](https://ponyfoo.com/articles/polyfills-or-ponyfills) with the added ability of animating the scroll itself.
3+
This is a [ponyfill](https://ponyfill.com) with the added ability of animating the scroll itself.
44

55
Kudos to [@hsablonniere](https://github.com/hsablonniere) for sharing the [original polyfill](https://gist.github.com/hsablonniere/2581101) and [@jocki84](https://github.com/jocki84) for [improving](https://gist.github.com/jocki84/6ffafd003387179a988e) it!
66

@@ -47,4 +47,4 @@ scrollIntoViewIfNeeded(activeNode, false, {
4747
duration: 150
4848
})
4949

50-
```
50+
```

0 commit comments

Comments
 (0)