Skip to content

Commit 4951a6d

Browse files
kelsetvonovak
authored andcommitted
Revert "fix broken link to the Navigation Actions guide (react-navigation#2809)" (react-navigation#2812)
This reverts commit 34ede7c.
1 parent 34ede7c commit 4951a6d

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.md) 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) for a full list of supported actions.
2626

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

0 commit comments

Comments
 (0)