diff --git a/README.md b/README.md index c9d7bed..32e027e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Router Hash Link -***Note that this is for React Router v4/5, for v2/3 see [this solution](https://github.com/rafrex/react-router-hash-link/tree/react-router-v2/3).*** +***Note that this is for React Router v4/5, for v2/3 see [this solution](https://github.com/rafgraph/react-router-hash-link/tree/react-router-v2/3).*** [Live Example](http://react-router-hash-link.rafrex.com/) @@ -70,7 +70,7 @@ For example, the gatsby static site generator requires you to use its implementa import { genericHashLink } from 'react-router-hash-link'; import GatsbyLink from 'gatsby-link'; -const MyHashLink = (props) => genericHashLink(props, GatsbyLink); +const MyHashLink = genericHashLink(GatsbyLink); const MyComponent = () => (
@@ -79,4 +79,3 @@ const MyComponent = () => (
); ``` - diff --git a/package.json b/package.json index 8e5ae15..75ba51d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/rafrex/react-router-hash-link.git" + "url": "git+https://github.com/rafgraph/react-router-hash-link.git" }, "keywords": [ "react", @@ -23,10 +23,10 @@ "hash-link", "scroll" ], - "author": "Rafael Pedicini ", + "author": "Rafael Pedicini ", "license": "MIT", "bugs": { - "url": "https://github.com/rafrex/react-router-hash-link/issues" + "url": "https://github.com/rafgraph/react-router-hash-link/issues" }, "peerDependencies": { "react": ">=15",