Skip to content

Commit 9b88d68

Browse files
committed
docs: update domain for doc links
1 parent 3e447b1 commit 9b88d68

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://react-scroll-parallax.v3.damnthat.tv/"><img src="https://react-scroll-parallax.v3.damnthat.tv/img/logo.png" style="width:96px;height:auto;"></a>
1+
<a href="https://react-scroll-parallax.damnthat.tv/"><img src="https://react-scroll-parallax.damnthat.tv/img/logo.png" style="width:96px;height:auto;"></a>
22

33
# React Scroll Parallax
44

@@ -13,7 +13,7 @@
1313

1414
React hooks and components to create parallax scroll effects for banners, images or any other DOM elements. Utilizes [Parallax Controller](https://parallax-controller.v1.damnthat.tv) to add vertical or horizontal scrolling based effects to elements. [Optimized](https://parallax-controller.v1.damnthat.tv/docs/performance) to _reduce_ jank on scroll and works with SSR and SSG rendered React apps.
1515

16-
If you're coming from [V2](https://github.com/jscottsmith/react-scroll-parallax/tree/v2), here's a [migration guide](https://react-scroll-parallax.v3.damnthat.tv/docs/migration-guides/v2-migration-guide).
16+
If you're coming from [V2](https://github.com/jscottsmith/react-scroll-parallax/tree/v2), here's a [migration guide](https://react-scroll-parallax.damnthat.tv/docs/migration-guides/v2-migration-guide).
1717

1818
## Install (v3 beta)
1919

@@ -31,10 +31,10 @@ yarn add react-scroll-parallax@beta
3131

3232
## Getting Started
3333

34-
Read the [documentation](https://react-scroll-parallax.v3.damnthat.tv/) for setup and usage instructions.
34+
Read the [documentation](https://react-scroll-parallax.damnthat.tv/) for setup and usage instructions.
3535

36-
- [Usage](https://react-scroll-parallax.v3.damnthat.tv/docs/usage/)
37-
- [How it works](https://react-scroll-parallax.v3.damnthat.tv/docs/examples/how-it-works)
36+
- [Usage](https://react-scroll-parallax.damnthat.tv/docs/usage/)
37+
- [How it works](https://react-scroll-parallax.damnthat.tv/docs/examples/how-it-works)
3838

3939
### Demos
4040

@@ -44,11 +44,11 @@ Read the [documentation](https://react-scroll-parallax.v3.damnthat.tv/) for setu
4444

4545
### Docs: Hooks
4646

47-
- [`useParallax()`](https://react-scroll-parallax.v3.damnthat.tv/docs/usage/hooks/use-parallax)
48-
- [`useParallaxController()`](https://react-scroll-parallax.v3.damnthat.tv/docs/usage/hooks/use-parallax-controller)
47+
- [`useParallax()`](https://react-scroll-parallax.damnthat.tv/docs/usage/hooks/use-parallax)
48+
- [`useParallaxController()`](https://react-scroll-parallax.damnthat.tv/docs/usage/hooks/use-parallax-controller)
4949

5050
### Docs: Components
5151

52-
- [`<Parallax>`](https://react-scroll-parallax.v3.damnthat.tv/docs/usage/components/parallax-component)
53-
- [`<ParallaxBanner>`](https://react-scroll-parallax.v3.damnthat.tv/docs/usage/components/parallax-banner-component)
54-
- [`<ParallaxProvider>`](https://react-scroll-parallax.v3.damnthat.tv/docs/usage/components/parallax-provider)
52+
- [`<Parallax>`](https://react-scroll-parallax.damnthat.tv/docs/usage/components/parallax-component)
53+
- [`<ParallaxBanner>`](https://react-scroll-parallax.damnthat.tv/docs/usage/components/parallax-banner-component)
54+
- [`<ParallaxProvider>`](https://react-scroll-parallax.damnthat.tv/docs/usage/components/parallax-provider)

0 commit comments

Comments
 (0)