+
+ Open the {(
+
+ Elastic website
+
+ )} in a new tab.
+
+
+);
diff --git a/ui_framework/doc_site/src/views/link/link_example.js b/ui_framework/doc_site/src/views/link/link_example.js
index b18364ba0f737..5fdf691a5235f 100644
--- a/ui_framework/doc_site/src/views/link/link_example.js
+++ b/ui_framework/doc_site/src/views/link/link_example.js
@@ -1,5 +1,7 @@
import React from 'react';
+import { renderToHtml } from '../../services';
+
import {
GuideDemo,
GuidePage,
@@ -7,20 +9,25 @@ import {
GuideSectionTypes,
} from '../../components';
-const linkHtml = require('./link.html');
+import Link from './link';
+const linkSource = require('!!raw!./link');
+const linkHtml = renderToHtml(Link);
export default props => (