Skip to content

Commit 4170cbb

Browse files
authored
Merge pull request #43 from mhmdanas/remove-git-io-usages
Remove git.io usage
2 parents cb39d5f + 454e05d commit 4170cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import NotFoundPage from '../routes/notfound';
1414
export default class App extends Component {
1515

1616
/** Gets fired when the route changes.
17-
* @param {Object} event "change" event from [preact-router](http://git.io/preact-router)
17+
* @param {Object} event "change" event from [preact-router](https://github.com/preactjs/preact-router)
1818
* @param {string} event.url The newly routed URL
1919
*/
2020
handleRoute = e => {

0 commit comments

Comments
 (0)