Skip to content

Commit c109e41

Browse files
committed
Fix links
1 parent 6a53979 commit c109e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-7.x/auth-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ Example scenario:
949949
- The app shows the `SignIn` screen.
950950
- After the user signs in, you want to navigate them to the `Profile` screen.
951951

952-
To achieve this, you can set [`UNSTABLE_routeNamesChangeBehavior`](navigator.md#routenameschangebehavior) to `"lastUnhandled"`:
952+
To achieve this, you can set [`UNSTABLE_routeNamesChangeBehavior`](navigator.md#route-names-change-behavior) to `"lastUnhandled"`:
953953

954954
:::warning
955955

versioned_docs/version-7.x/native-bottom-tab-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ It only works when there is a stack navigator (e.g. [stack navigator](stack-navi
304304

305305
### Header related options
306306

307-
The navigator renders a native stack header. It supports most of the [header related options supported in `@react-navigation/native-stack`](native-stack-navigator.md#headerrelatedoptions) apart from the options related to the back button (prefixed with `headerBack`).
307+
The navigator renders a native stack header. It supports most of the [header related options supported in `@react-navigation/native-stack`](native-stack-navigator.md#header-related-options) apart from the options related to the back button (prefixed with `headerBack`).
308308

309309
### Events
310310

0 commit comments

Comments
 (0)