Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit cb57fa9

Browse files
Update layout.jsx
1 parent c9b6107 commit cb57fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Layout(props) {
4141
{props.children}
4242
</div>
4343
<script type="text/javascript" src="js/bundle.js" />
44-
{ props.bluemixAnalytics ? <script type="text/javascript" src="js/analytics.js" /> : null }
44+
{ props.bluemixAnalytics ? <script type="text/javascript" src="https://cdn.rawgit.com/watson-developer-cloud/watson-developer-cloud.github.io/master/analytics.js" ></script> : null }
4545
</body>
4646
</html>
4747
);

0 commit comments

Comments
 (0)