From afe817679974cec47f5bea1699cee3fe58cd5ada Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Jan 2018 18:55:45 +0100 Subject: Some markdown fixes --- support/doc/development/client/code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/doc/development/client') diff --git a/support/doc/development/client/code.md b/support/doc/development/client/code.md index 749783c29..f84c7b998 100644 --- a/support/doc/development/client/code.md +++ b/support/doc/development/client/code.md @@ -17,7 +17,7 @@ The client is a HTML/CSS/JavaScript web application (single page application -> ## Files The client files are in the `client` directory. The Webpack 2 configurations files are in `client/config` and the source files in `client/src`. -The client modules description are in the [client/package.json](https://github.com/Chocobozzz/PeerTube/blob/master/client/package.json). There are many modules that are used to compile the web application in development or production mode. +The client modules description are in the [client/package.json](/client/package.json). There are many modules that are used to compile the web application in development or production mode. Here is the description of the useful `client` files directory: tslint.json -> TypeScript linter rules @@ -60,7 +60,7 @@ If you are not familiar with Angular I recommend you to read the [quickstart gui ## Components tree -![Components tree](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/client/components-tree.png) +![Components tree](/support/doc/client/development/components-tree.png) ## Newcomers -- cgit v1.2.3