Skip to content

Commit 34ede7c

Browse files
octaviancorladekelset
authored andcommitted
fix broken link to the Navigation Actions guide (react-navigation#2809)
1 parent 176a26b commit 34ede7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/Screen-Navigation-Prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Call this to link to another screen in your app. Takes the following arguments:
2222

2323
- `routeName` - A destination routeName that has been registered somewhere in the app's router
2424
- `params` - Params to merge into the destination route
25-
- `action` - (advanced) The sub-action to run in the child router, if the screen is a navigator. See [Actions Doc](navigation-actions) for a full list of supported actions.
25+
- `action` - (advanced) The sub-action to run in the child router, if the screen is a navigator. See [Actions Doc](Navigation-Actions.md) for a full list of supported actions.
2626

2727
```js
2828
class HomeScreen extends React.Component {

0 commit comments

Comments
 (0)