diff --git a/views_content/plugins/views/views_content_plugin_display_ctools_context.inc b/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
index 55febe1..9b35c94 100644
--- a/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
+++ b/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
@@ -261,6 +261,9 @@ class views_content_plugin_display_ctools_context extends views_plugin_display {
   }
 
   function get_path() {
+    if ($this->get_option('link_display') == 'custom_url' && $override_path = $this->get_option('link_url')) {
+      return $override_path;
+    }
     if ($this->get_option('inherit_panels_path')) {
       return $_GET['q'];
     }
