Browse Source

Fixed broken links to Usage and LayoutTypes (#4803)

James Pearson 5 years ago
parent
commit
617c5ba5da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md View File

@@ -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.