From dcc700d2c86f1e1c9d740860acc1277830ce955f Mon Sep 17 00:00:00 2001
From: Chocobozzz <florian.bigard@gmail.com>
Date: Sat, 5 Dec 2015 10:17:14 +0100
Subject: [PATCH] Add link for the badge dependencies

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 52cd4fe59..1e1b1db56 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # PeerTube
 
 [![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube)
-![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)
+[![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube)
 
 Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent).