From bf587edfca14605818364389a728fa52f30139c6 Mon Sep 17 00:00:00 2001 From: Rich Gilbank Date: Fri, 5 May 2017 09:52:47 -0400 Subject: [PATCH] Fixes NavigationActions docs links --- .../react-navigation/docs/guides/Navigation-Actions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-navigation/docs/guides/Navigation-Actions.md b/packages/react-navigation/docs/guides/Navigation-Actions.md index 78ec4101..13dd6da9 100644 --- a/packages/react-navigation/docs/guides/Navigation-Actions.md +++ b/packages/react-navigation/docs/guides/Navigation-Actions.md @@ -5,11 +5,11 @@ All Navigation Actions return an object that can be sent to the router using `na Note that if you want to dispatch react-navigation actions you should use the action creators provided in this library. The following actions are supported: -* [Navigate](#navigate) - Navigate to another route -* [Reset](#reset) - Replace current state with a new state -* [Back](#back) - Go back to previous state -* [Set Params](#setparams) - Set Params for given route -* [Init](#init) - Used to initialize first state if state is undefined +* [Navigate](#Navigate) - Navigate to another route +* [Reset](#Reset) - Replace current state with a new state +* [Back](#Back) - Go back to previous state +* [Set Params](#SetParams) - Set Params for given route +* [Init](#Init) - Used to initialize first state if state is undefined ### Navigate The `Navigate` action will update the current state with the result of a `Navigate` action.