Skip to content

Commit 6559219

Browse files
GantMantypicode
authored andcommitted
Update doc pointer (typicode#516)
1 parent 0e3fa46 commit 6559219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/router/validate-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function validateKey (key) {
66
`Oops, found / character in database property '${key}'.`,
77
'',
88
'/ aren\'t supported, if you want to tweak default routes, see',
9-
'https://github.com/typicode/json-server/tree/next#add-custom-routes'
9+
'https://github.com/typicode/json-server/#add-custom-routes'
1010
].join('\n')
1111
throw new Error(msg)
1212
}

0 commit comments

Comments
 (0)