diff --git a/docs/examples.mdx b/docs/examples.mdx index 4f6340f..fca243c 100644 --- a/docs/examples.mdx +++ b/docs/examples.mdx @@ -10,4 +10,4 @@ route: /examples - [**Update On Drag**](./examples/react/update-on-drag) - Updating ranger value on drag. - [**Logarithmic Interpolator**](./examples/react/logarithmic-interpolator) - Updating ranger value on drag. -* Want to add another example? [Submit a PR!](https://github.com/tanstack/react-ranger/compare) +* Want to add another example? [Submit a PR!](https://github.com/tanstack/ranger/compare) diff --git a/packages/ranger/package.json b/packages/ranger/package.json index 5278725..9689824 100644 --- a/packages/ranger/package.json +++ b/packages/ranger/package.json @@ -7,7 +7,7 @@ "homepage": "https://github.com/tannerlinsley/react-ranger#readme", "repository": { "type": "git", - "url": "git+https://github.com/tanstack/react-ranger.git" + "url": "git+https://github.com/tanstack/ranger.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/"