diff --git a/src/WPDesk/Notice/views/admin-head-js-gutenberg.php b/src/WPDesk/Notice/views/admin-head-js-gutenberg.php
index aceb3dba68520a81331a7db723d0a22de003db23..baf57dc3dac8668de6bcb041578be2d27713cf89 100644
--- a/src/WPDesk/Notice/views/admin-head-js-gutenberg.php
+++ b/src/WPDesk/Notice/views/admin-head-js-gutenberg.php
@@ -4,5 +4,5 @@ if ( ! defined( 'ABSPATH' ) ) {
 } // Exit if accessed directly
 ?>
 <script type="text/javascript">
-    <?php include dirname(__FILE__, 4) . '/assets/js/gutenberg.js'; ?>
+    <?php include dirname(__FILE__, 5) . '/assets/js/gutenberg.js'; ?>
 </script>
diff --git a/src/WPDesk/Notice/views/admin-head-js.php b/src/WPDesk/Notice/views/admin-head-js.php
index 95c17c683472ee84d42cede215601b04bf840996..0f716274ae1c25e678bae9bdf4fcabe11cf7b284 100644
--- a/src/WPDesk/Notice/views/admin-head-js.php
+++ b/src/WPDesk/Notice/views/admin-head-js.php
@@ -4,5 +4,5 @@ if ( ! defined( 'ABSPATH' ) ) {
 } // Exit if accessed directly
 ?>
 <script type="text/javascript">
-    <?php include dirname(__FILE__, 4) . '/assets/js/notice.min.js'; ?>
+    <?php include dirname(__FILE__, 5) . '/assets/js/notice.min.js'; ?>
 </script>