Skip to content

Commit c46d859

Browse files
committed
Update readme
1 parent 64b6abb commit c46d859

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Router Hash Link
22

3-
***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).***
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).***
44

55
[Live Example](http://react-router-hash-link.rafrex.com/)
66

@@ -70,7 +70,7 @@ For example, the gatsby static site generator requires you to use its implementa
7070
import { genericHashLink } from 'react-router-hash-link';
7171
import GatsbyLink from 'gatsby-link';
7272

73-
const MyHashLink = (props) => genericHashLink(props, GatsbyLink);
73+
const MyHashLink = genericHashLink(GatsbyLink);
7474

7575
const MyComponent = () => (
7676
<div>
@@ -79,4 +79,3 @@ const MyComponent = () => (
7979
</div>
8080
);
8181
```
82-

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/rafrex/react-router-hash-link.git"
17+
"url": "git+https://github.com/rafgraph/react-router-hash-link.git"
1818
},
1919
"keywords": [
2020
"react",
@@ -23,10 +23,10 @@
2323
"hash-link",
2424
"scroll"
2525
],
26-
"author": "Rafael Pedicini <code@rafrex.com>",
26+
"author": "Rafael Pedicini <rafael@rafgraph.dev>",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/rafrex/react-router-hash-link/issues"
29+
"url": "https://github.com/rafgraph/react-router-hash-link/issues"
3030
},
3131
"peerDependencies": {
3232
"react": ">=15",

0 commit comments

Comments
 (0)