From c27c3a27a3c032a56f22ddf528393c35646a49cd Mon Sep 17 00:00:00 2001
From: Chocobozzz
Date: Tue, 16 Jan 2018 09:18:19 +0100
Subject: [PATCH] Update README badge paths
---
README.md | 4 ++--
server/initializers/constants.ts | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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/).**
-
+
@@ -39,7 +39,7 @@ donating them](https://soutenir.framasoft.org/en/).**
-
+
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'
// ---------------------------------------------------------------------------
--
2.25.1