diff --git a/src/Plugin/Block/SuperfishBlock.php b/src/Plugin/Block/SuperfishBlock.php
index e65fe5b..986f249 100644
--- a/src/Plugin/Block/SuperfishBlock.php
+++ b/src/Plugin/Block/SuperfishBlock.php
@@ -75,7 +75,7 @@ class SuperfishBlock extends SystemMenuBlock {
     $form['sf']['superfish_slide'] = array(
       '#type' => 'select',
       '#title' => $this->t('Slide-in effect'),
-      '#description' => '<em>(' . $this->t('Default') . ': ' . $this->t('Vertical') . ')</em><br />' . ((count(superfish_effects()) == 4) ? $this->t('jQuery Easing plugin is not installed.') . '<br />' . $this->t('The plugin provides a handful number of animation effects, they can be used by uploading the \'jquery.easing.js\' file to the libraries directory within the \'easing\' directory (for example: sites/all/libraries/easing/jquery.easing.js). Refresh this page after the plugin is uploaded, this will make more effects available in the above list.') . '<br />' : ''),
+      '#description' => '<em>(' . $this->t('Default') . ': ' . $this->t('Vertical') . ')</em><br />' . ((count(superfish_effects()) == 4) ? $this->t('jQuery Easing plugin is not installed.') . '<br />' . $this->t('The plugin provides a handful number of animation effects, they can be used by uploading the \'jquery.easing.js\' file to the libraries directory within the \'easing\' directory (for example: /libraries/easing/jquery.easing.js). Refresh this page after the plugin is uploaded, this will make more effects available in the above list.') . '<br />' : ''),
       '#default_value' => $this->configuration['slide'],
       '#options' => superfish_effects(),
     );
diff --git a/superfish.install b/superfish.install
index ec83f62..18e14e3 100644
--- a/superfish.install
+++ b/superfish.install
@@ -56,7 +56,7 @@ function superfish_library_check() {
       return TRUE;
     }
   }
-  elseif (file_exists('sites/all/libraries/superfish/superfish.js') || file_exists('profiles/' . drupal_get_profile() . '/libraries/superfish/superfish.js')) {
+  elseif (file_exists('/libraries/superfish/superfish.js') || file_exists('profiles/' . drupal_get_profile() . '/libraries/superfish/superfish.js')) {
     return TRUE;
   }
   return FALSE;
@@ -75,7 +75,7 @@ function superfish_library_version() {
     $directory = 'profiles/' . drupal_get_profile() . '/libraries/superfish';
   }
   else {
-    $directory = 'sites/all/libraries/superfish';
+    $directory = '/libraries/superfish';
   }
 
   // Get the library version.
diff --git a/superfish.libraries.yml b/superfish.libraries.yml
index bbcdf7c..64992e4 100644
--- a/superfish.libraries.yml
+++ b/superfish.libraries.yml
@@ -15,52 +15,52 @@ superfish:
 init:
   version: VERSION
   js:
-    ../../sites/all/libraries/superfish/superfish.js: {}
+    ../..//libraries/superfish/superfish.js: {}
   css:
     base:
-      ../../sites/all/libraries/superfish/css/superfish.css: {}
+      ../..//libraries/superfish/css/superfish.css: {}
   dependencies:
     - core/jquery
 
 superfish_hoverintent:
   version: VERSION
   js:
-    ../../sites/all/libraries/superfish/jquery.hoverIntent.minified.js: { minified: true }
+    ../..//libraries/superfish/jquery.hoverIntent.minified.js: { minified: true }
   dependencies:
     - superfish/init
 
 superfish_smallscreen:
   version: VERSION
   js:
-    ../../sites/all/libraries/superfish/sfsmallscreen.js: {}
+    ../..//libraries/superfish/sfsmallscreen.js: {}
   dependencies:
     - superfish/init
 
 superfish_touchscreen:
   version: VERSION
   js:
-    ../../sites/all/libraries/superfish/sftouchscreen.js: {}
+    ../..//libraries/superfish/sftouchscreen.js: {}
   dependencies:
     - superfish/init
 
 superfish_supersubs:
   version: VERSION
   js:
-    ../../sites/all/libraries/superfish/supersubs.js: {}
+    ../..//libraries/superfish/supersubs.js: {}
   dependencies:
     - superfish/init
 
 superfish_supposition:
   version: VERSION
   js:
-    ../../sites/all/libraries/superfish/supposition.js: {}
+    ../..//libraries/superfish/supposition.js: {}
   dependencies:
     - superfish/init
 
 superfish_easing:
   version: VERSION
   js:
-    ../../sites/all/libraries/easing/jquery.easing.js: {}
+    ../..//libraries/easing/jquery.easing.js: {}
   dependencies:
     - superfish/init
 
@@ -68,7 +68,7 @@ superfish_style_black:
   version: VERSION
   css:
     theme:
-      ../../sites/all/libraries/superfish/style/black/black.css: {}
+      ../..//libraries/superfish/style/black/black.css: {}
   dependencies:
     - superfish/init
 
@@ -76,7 +76,7 @@ superfish_style_blue:
   version: VERSION
   css:
     theme:
-      ../../sites/all/libraries/superfish/style/blue/blue.css: {}
+      ../..//libraries/superfish/style/blue/blue.css: {}
   dependencies:
     - superfish/init
 
@@ -84,7 +84,7 @@ superfish_style_coffee:
   version: VERSION
   css:
     theme:
-      ../../sites/all/libraries/superfish/style/coffee/coffee.css: {}
+      ../..//libraries/superfish/style/coffee/coffee.css: {}
   dependencies:
     - superfish/init
 
@@ -92,7 +92,7 @@ superfish_style_default:
   version: VERSION
   css:
     theme:
-      ../../sites/all/libraries/superfish/style/default/default.css: {}
+      ../..//libraries/superfish/style/default/default.css: {}
   dependencies:
     - superfish/init
 
@@ -100,6 +100,6 @@ superfish_style_white:
   version: VERSION
   css:
     theme:
-      ../../sites/all/libraries/superfish/style/white/white.css: {}
+      ../..//libraries/superfish/style/white/white.css: {}
   dependencies:
     - superfish/init
diff --git a/superfish.module b/superfish.module
index 517b7e8..97fc81a 100644
--- a/superfish.module
+++ b/superfish.module
@@ -28,7 +28,7 @@ function superfish_effects() {
     $directory = 'profiles/' . drupal_get_profile() . '/libraries/easing';
   }
   else {
-    $directory = 'sites/all/libraries/easing';
+    $directory = '/libraries/easing';
   }
 
   if (file_exists($directory . '/jquery.easing.js')) {
