Skip to content

Commit

Permalink
Fix broken url caused in docs (#17789)
Browse files Browse the repository at this point in the history
### Description

Easy navigation and easy reading for others.
  • Loading branch information
saintmalik committed Oct 11, 2020
1 parent ee97bc1 commit 22f91bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/codemods.md
Expand Up @@ -132,7 +132,7 @@ export default withRouter(
)
```

This is just one case. All the cases that are transformed (and tested) can be found in the [`__testfixtures__` directory](./transforms/__testfixtures__/url-to-withrouter).
This is just one case. All the cases that are transformed (and tested) can be found in the [`__testfixtures__` directory](https://github.com/vercel/next.js/tree/canary/packages/next-codemod/transforms/__testfixtures__/url-to-withrouter).

#### Usage

Expand Down

0 comments on commit 22f91bb

Please sign in to comment.