From: Chocobozzz Date: Tue, 16 Jan 2018 08:18:19 +0000 (+0100) Subject: Update README badge paths X-Git-Tag: v0.0.12-alpha~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c27c3a27a3c032a56f22ddf528393c35646a49cd;p=oweals%2Fpeertube.git Update README badge paths --- diff --git a/README.md b/README.md index b37d79e55..10ed7e21a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ donating them](https://soutenir.framasoft.org/en/).** Dependency Status - + devDependency Status

@@ -39,7 +39,7 @@ donating them](https://soutenir.framasoft.org/en/).** Dependencies Status - + devDependency Status diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 745e50168..759880201 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' // ---------------------------------------------------------------------------