mirror of https://github.com/Chocobozzz/PeerTube
Update README badge paths
parent
48cf691d5e
commit
c27c3a27a3
|
@ -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>
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue