Skip to content

Commit

Permalink
Fix broken link to Screen API page in docs/usage.md (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bayne authored and guyca committed May 28, 2018
1 parent 04e5217 commit e8dbe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Expand Up @@ -62,7 +62,7 @@ export function registerScreens() {

#### Step 3 - That's it

If you want to do a navigation action like push a new screen over an existing one, take a look at the [Screen API](#screen-api). It would look something like this:
If you want to do a navigation action like push a new screen over an existing one, take a look at the [Screen API](./screen-api.md). It would look something like this:

```js
// this would go inside the Component implementation of one of your screens, like FirstTabScreen.js
Expand Down

0 comments on commit e8dbe0d

Please sign in to comment.