Skip to content

Commit 7c3e33f

Browse files
committed
Fix asset links
1 parent 068af15 commit 7c3e33f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versioned_docs/version-6.x/devtools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To be able to use this hook, you need to:
3535

3636
- Install the `react-navigation` plugin in the Flipper app
3737

38-
![Install Flipper](/devtools/flipper-plugin-install.png)
38+
![Install Flipper](/assets/devtools/flipper-plugin-install.png)
3939

4040
**Usage:**
4141

@@ -59,9 +59,9 @@ export default function App() {
5959

6060
Now, you'll be able to use the React Navigation devtools in Flipper whenever your device is connected to Flipper.
6161

62-
![React Navigation Logs](/devtools/flipper-plugin-logs.png)
62+
![React Navigation Logs](/assets/devtools/flipper-plugin-logs.png)
6363

64-
![React Navigation Linking](/devtools/flipper-plugin-linking.png)
64+
![React Navigation Linking](/assets/devtools/flipper-plugin-linking.png)
6565

6666
### `useReduxDevToolsExtension`
6767

0 commit comments

Comments
 (0)