mirror of https://github.com/Chocobozzz/PeerTube
Fix webpack link in client documentation (#129)
Webpack link used to lead to webpack 1 documentation. Fixed it to reach lastest documentation instead.pull/143/head
parent
a434c46545
commit
8b99b0c1d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue