From c903b1a223d0705e1769085e102d90317a410c5c Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Mon, 4 Feb 2019 13:28:09 -0800 Subject: [PATCH] chore: fix path to docs/utils.js in comment --- docs/redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/redirect.js b/docs/redirect.js index 7d69c1a2..0695690f 100644 --- a/docs/redirect.js +++ b/docs/redirect.js @@ -5,7 +5,7 @@ import Router from 'next/router' * and client-side: * * ```js - * import {redirect} from '../src/utils' + * import {redirect} from '../docs/utils' * export default redirect('/some/path') * ``` */