From 4da8ae2d37dad7aba7c3db52870d3cb2712ed360 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Oct 2019 21:52:27 +0200 Subject: [PATCH] Fixes GitHub source links on integration pages (#10575) --- source/_includes/asides/component_navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index a48faf7253d..1aca318163f 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -10,7 +10,7 @@ {%- assign file_parts = page.url | split: '/' | last | split: '.' -%} {%- assign imp_name = file_parts | first -%} - {%- assign imp_url = imp_name | prepend: '/integrations/' | append: '/' -%} + {%- assign imp_url = imp_name | prepend: '/components/' | append: '/' -%}