Skip to content

Commit ed0f2be

Browse files
committed
Fix link
1 parent cd18b47 commit ed0f2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-4.x/custom-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Custom navigators
44
sidebar_label: Custom navigators
55
---
66

7-
A navigator is any React component that has a [router](https://github.com/react-navigation/react-navigation-core/blob/master/src/routers/StackRouter.js) on it, to define the navigation behavior. Each navigator is given a `navigation` prop, which allows the parent to control the navigation state.
7+
A navigator is any React component that has a [router](https://github.com/react-navigation/react-navigation/tree/4.x/packages/core/src/routers/StackRouter.js) on it, to define the navigation behavior. Each navigator is given a `navigation` prop, which allows the parent to control the navigation state.
88

99
## Extending Navigators
1010

0 commit comments

Comments
 (0)