From a46d230308f2bafb581bdbbc0572b69934362a12 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 8 Jul 2018 03:13:20 +0900
Subject: [PATCH] oops

---
 gulpfile.ts            | 2 +-
 src/server/web/docs.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gulpfile.ts b/gulpfile.ts
index 607f77fc31..8ae0cd550d 100644
--- a/gulpfile.ts
+++ b/gulpfile.ts
@@ -21,7 +21,7 @@ import * as htmlmin from 'gulp-htmlmin';
 const uglifyes = require('uglify-es');
 
 const locales = require('./locales');
-import { fa } from './src/build/fa';
+import { fa } from './src/misc/fa';
 const client = require('./built/client/meta.json');
 import config from './src/config';
 
diff --git a/src/server/web/docs.ts b/src/server/web/docs.ts
index 745d81b195..895d58e101 100644
--- a/src/server/web/docs.ts
+++ b/src/server/web/docs.ts
@@ -14,7 +14,7 @@ import ObjectContext from 'cafy/built/types/object';
 import config from '../../config';
 import I18n from '../../misc/i18n';
 import { fa } from '../../misc/fa';
-import { licenseHtml } from '../../build/license';
+import { licenseHtml } from '../../misc/license';
 const constants = require('../../const.json');
 
 const docs = `${__dirname}/../../client/docs/`;