Update README badge paths
This commit is contained in:
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" />
|
<img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" />
|
||||||
</a>
|
</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" />
|
<img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -39,7 +39,7 @@ donating them](https://soutenir.framasoft.org/en/).**
|
||||||
<img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" />
|
<img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" />
|
||||||
</a>
|
</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" />
|
<img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { ActivityPubActorType } from '../../shared/models/activitypub'
|
||||||
import { FollowState } from '../../shared/models/actors'
|
import { FollowState } from '../../shared/models/actors'
|
||||||
import { VideoPrivacy } from '../../shared/models/videos'
|
import { VideoPrivacy } from '../../shared/models/videos'
|
||||||
// Do not use barrels, remain constants as independent as possible
|
// 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