소스 검색

Fixed broken links to Usage and LayoutTypes (#4803)

James Pearson 5 년 전
부모
커밋
617c5ba5da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/docs/Installing.md

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

@@ -365,4 +365,4 @@ import App from "./App";
365 365
 +});
366 366
 ```
367 367
 
368
-⚠️ we use the layout type `component` here, which renders a React component but does not allow you to navigate to others. See [Usage](./Usage.md) and [LayoutTypes](./layout-types.md) for more options.
368
+⚠️ we use the layout type `component` here, which renders a React component but does not allow you to navigate to others. See [Usage](docs/Usage.md) and [LayoutTypes](docs/layout-types.md) for more options.