瀏覽代碼

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.