Преглед изворни кода

Fix broken link to Screen API page in docs/usage.md (#3233)

John Bayne пре 7 година
родитељ
комит
e8dbe0d24b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      docs/usage.md

+ 1
- 1
docs/usage.md Прегледај датотеку

62
 
62
 
63
 #### Step 3 - That's it
63
 #### Step 3 - That's it
64
 
64
 
65
-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:
65
+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:
66
 
66
 
67
 ```js
67
 ```js
68
 // this would go inside the Component implementation of one of your screens, like FirstTabScreen.js
68
 // this would go inside the Component implementation of one of your screens, like FirstTabScreen.js