From 22f91bb355d7744ce35b73443035591e553e9093 Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Sun, 11 Oct 2020 12:02:33 +0100 Subject: [PATCH] Fix broken url caused in docs (#17789) ### Description Easy navigation and easy reading for others. --- docs/advanced-features/codemods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/codemods.md b/docs/advanced-features/codemods.md index be387fc827f6759..5c42d4551bb9713 100644 --- a/docs/advanced-features/codemods.md +++ b/docs/advanced-features/codemods.md @@ -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