Sfoglia il codice sorgente

Fixed link to layout-types.md (#4654)

Yik Kok 5 anni fa
parent
commit
0bcfbb724a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      docs/docs/Usage.md

+ 1
- 1
docs/docs/Usage.md Vedi File

@@ -37,7 +37,7 @@ Navigation.events().registerAppLaunchedListener(() => {
37 37
 });
38 38
 ```
39 39
 
40
-As specified in the [LayoutTypes](./layout-types.md) part of the documentation, we use the layout type `component` here, which renders a React component but does not allow you to navigate to others.
40
+As specified in the [LayoutTypes](docs/layout-types) part of the documentation, we use the layout type `component` here, which renders a React component but does not allow you to navigate to others.
41 41
 
42 42
 If you want to navigate, use a `stack` layout type:
43 43
 ```js