Skip to content

Commit

Permalink
fix(react-router): broken docs link on the deprecation of the NotFoun…
Browse files Browse the repository at this point in the history
…dRoute API (#3245)
  • Loading branch information
SeanCassiere authored Jan 26, 2025
1 parent 6c9c419 commit 93280d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ export class Router<
) => {
if (newOptions.notFoundRoute) {
console.warn(
'The notFoundRoute API is deprecated and will be removed in the next major version. See https://tanstack.com/router/v1/docs/guide/not-found-errors#migrating-from-notfoundroute for more info.',
'The notFoundRoute API is deprecated and will be removed in the next major version. See https://tanstack.com/router/v1/docs/framework/react/guide/not-found-errors#migrating-from-notfoundroute for more info.',
)
}

Expand Down

0 comments on commit 93280d0

Please sign in to comment.