Update README badge paths
authorChocobozzz <me@florianbigard.com>
Tue, 16 Jan 2018 08:18:19 +0000 (09:18 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 16 Jan 2018 08:18:19 +0000 (09:18 +0100)
README.md
server/initializers/constants.ts

index b37d79e554f7ba16b8bf85c4446df491fb5df267..10ed7e21a6b19ee3c7f19306048d002784913b2b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ donating them](https://soutenir.framasoft.org/en/).**
     <img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" />
   </a>
 
-  <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client#info=dev">
+  <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client&type=dev">
     <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" />
   </a>
 </p>
@@ -39,7 +39,7 @@ donating them](https://soutenir.framasoft.org/en/).**
     <img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" />
   </a>
 
-  <a href="https://david-dm.org/Chocobozzz/PeerTube#info=dev">
+  <a href="https://david-dm.org/Chocobozzz/PeerTube?type=dev">
     <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
   </a>
 
index 745e50168c25ed1722a8098b667827a15320e3e1..759880201045ecfbbe4386a7f6824f44dc421e2e 100644 (file)
@@ -5,7 +5,7 @@ import { ActivityPubActorType } from '../../shared/models/activitypub'
 import { FollowState } from '../../shared/models/actors'
 import { VideoPrivacy } from '../../shared/models/videos'
 // Do not use barrels, remain constants as independent as possible
-import { buildPath, isTestInstance, root, sanitizeHost, sanitizeUrl } from '../helpers/core-utils'
+import { buildPath, isTestInstance, sanitizeHost, sanitizeUrl } from '../helpers/core-utils'
 
 // ---------------------------------------------------------------------------