diff --git a/features/ns_ch_web/ns_ch_web.views_default.inc b/features/ns_ch_web/ns_ch_web.views_default.inc
index 7acde39..5579da8 100644
--- a/features/ns_ch_web/ns_ch_web.views_default.inc
+++ b/features/ns_ch_web/ns_ch_web.views_default.inc
@@ -591,7 +591,7 @@ function ns_ch_web_views_default_views() {
   $handler->display->display_options['header']['area']['table'] = 'views';
   $handler->display->display_options['header']['area']['field'] = 'area';
   $handler->display->display_options['header']['area']['empty'] = FALSE;
-  $handler->display->display_options['header']['area']['content'] = '<a href="node/add/ns-ch-web-promo">Create new promo</a>';
+  $handler->display->display_options['header']['area']['content'] = '<a href="/node/add/ns-ch-web-promo">Create new promo</a>';
   $handler->display->display_options['header']['area']['format'] = 'html_editor';
   $handler->display->display_options['header']['area']['tokenize'] = 0;
   /* No results behavior: Global: Text area */
@@ -737,7 +737,7 @@ function ns_ch_web_views_default_views() {
     t('Items per page'),
     t('- All -'),
     t('Offset'),
-    t('<a href="node/add/ns-ch-web-promo">Create new promo</a>'),
+    t('<a href="/node/add/ns-ch-web-promo">Create new promo</a>'),
     t('No promos has been attached to this article'),
     t('Published'),
     t('Operations'),
