diff options
author | Julien Lemaire <julien.lemaire@etu.unice.fr> | 2017-11-28 12:05:08 -0500 |
---|---|---|
committer | Bigard Florian <me@florianbigard.com> | 2017-11-28 18:05:08 +0100 |
commit | 8b99b0c1d9325c5df23a93606561d0cf7369d967 (patch) | |
tree | 5badf125ce5e14854c46083a6fc1e3e861ceb9f5 | |
parent | a434c465455d63a3961e778abca82150186cf171 (diff) | |
download | PeerTube-8b99b0c1d9325c5df23a93606561d0cf7369d967.tar.gz PeerTube-8b99b0c1d9325c5df23a93606561d0cf7369d967.tar.zst PeerTube-8b99b0c1d9325c5df23a93606561d0cf7369d967.zip |
Fix webpack link in client documentation (#129)
Webpack link used to lead to webpack 1 documentation.
Fixed it to reach lastest documentation instead.
-rw-r--r-- | support/doc/client/code.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/client/code.md b/support/doc/client/code.md index 89320a1b4..99298f21e 100644 --- a/support/doc/client/code.md +++ b/support/doc/client/code.md | |||
@@ -8,7 +8,7 @@ The client is a HTML/CSS/JavaScript web application (single page application -> | |||
8 | * [TypeScript](https://www.typescriptlang.org/) -> Language | 8 | * [TypeScript](https://www.typescriptlang.org/) -> Language |
9 | * [Angular](https://angular.io) -> JavaScript framework | 9 | * [Angular](https://angular.io) -> JavaScript framework |
10 | * [SASS](http://sass-lang.com/) -> CSS framework | 10 | * [SASS](http://sass-lang.com/) -> CSS framework |
11 | * [Webpack](https://webpack.github.io/docs/) -> Source builder (compile TypeScript, SASS files, bundle them...) | 11 | * [Webpack](https://webpack.js.org/) -> Source builder (compile TypeScript, SASS files, bundle them...) |
12 | * [Bootstrap](http://getbootstrap.com/) -> CSS framework | 12 | * [Bootstrap](http://getbootstrap.com/) -> CSS framework |
13 | * [WebTorrent](https://webtorrent.io/) -> JavaScript library to make P2P in the browser | 13 | * [WebTorrent](https://webtorrent.io/) -> JavaScript library to make P2P in the browser |
14 | * [VideoJS](http://videojs.com/) -> JavaScript player framework | 14 | * [VideoJS](http://videojs.com/) -> JavaScript player framework |