diff --git a/README.md b/README.md index b37d79e554f7ba16b8bf85c4446df491fb5df267..10ed7e21a6b19ee3c7f19306048d002784913b2b 100644 --- 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> diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 745e50168c25ed1722a8098b667827a15320e3e1..759880201045ecfbbe4386a7f6824f44dc421e2e 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -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' // ---------------------------------------------------------------------------