1
0
Fork 0

Fix webpack link in client documentation (#129)

Webpack link used to lead to webpack 1 documentation.
Fixed it to reach lastest documentation instead.
This commit is contained in:
Julien Lemaire 2017-11-28 12:05:08 -05:00 committed by Bigard Florian
parent a434c46545
commit 8b99b0c1d9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The client is a HTML/CSS/JavaScript web application (single page application ->
* [TypeScript](https://www.typescriptlang.org/) -> Language
* [Angular](https://angular.io) -> JavaScript framework
* [SASS](http://sass-lang.com/) -> CSS framework
* [Webpack](https://webpack.github.io/docs/) -> Source builder (compile TypeScript, SASS files, bundle them...)
* [Webpack](https://webpack.js.org/) -> Source builder (compile TypeScript, SASS files, bundle them...)
* [Bootstrap](http://getbootstrap.com/) -> CSS framework
* [WebTorrent](https://webtorrent.io/) -> JavaScript library to make P2P in the browser
* [VideoJS](http://videojs.com/) -> JavaScript player framework