From af2f003e79530f9891fab0fa90750c35184bc6dc Mon Sep 17 00:00:00 2001 From: Saintmalik Date: Sun, 11 Oct 2020 06:08:49 +0000 Subject: [PATCH] Fix broken url caused in docs --- 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