ソースを参照

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.