[Docs] Update WSL instructions + fix broken links (#1204)

Update WSL instructions
This commit is contained in:
Charles Bochet
2023-08-14 20:25:52 +02:00
committed by GitHub
parent 3f0680bde6
commit cd3a32e555
3 changed files with 5 additions and 7 deletions

View File

@ -12,8 +12,8 @@ The easiest way to quickly try the app is to signup on [app.twenty.com](https://
The signup is free.
<ThemedImage sources={{light: "../../img/light-sign-in.png", dark:"../../img/dark-sign-in.png"}} style={{width:'100%', maxWidth:'800px'}}/>
<ThemedImage sources={{light: "/img/light-sign-in.png", dark:"/img/dark-sign-in.png"}} style={{width:'100%', maxWidth:'800px'}}/>
## Developer documentation
If you are looking to install the project locally, either to try it or to contribute, check out our [developer guide](../developer/local-setup).
If you are looking to install the project locally, either to try it or to contribute, check out our [developer guide](/developer/local-setup).