소스 검색

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

Yik Kok 6 년 전
부모
커밋
0bcfbb724a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/docs/Usage.md

+ 1
- 1
docs/docs/Usage.md 파일 보기

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
 If you want to navigate, use a `stack` layout type:
42
 If you want to navigate, use a `stack` layout type:
43
 ```js
43
 ```js