Explorar el Código

Fixed broken links to Usage and LayoutTypes (#4803)

James Pearson hace 5 años
padre
commit
617c5ba5da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md Ver fichero

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