Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-12 14:04:28 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-12 14:04:28 +0300
commitae8978a5b5773ef709b842480f8bd534049191c2 (patch)
treeafae1a296ecec83ff9ba9d23c530e7c310f8b9a7 /layouts/analytics.html
parent522e2fb6360626070fdc85266965ac71744e6ebd (diff)
Use full URLs for external assets
Nanoc is picky and the internal links will now fail if they start with //.
Diffstat (limited to 'layouts/analytics.html')
-rw-r--r--layouts/analytics.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/analytics.html b/layouts/analytics.html
index d4e4b974..0e49e3c4 100644
--- a/layouts/analytics.html
+++ b/layouts/analytics.html
@@ -26,7 +26,7 @@ src="https://www.facebook.com/tr?id=1689559637958103&ev=PageView&noscript=1"
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
- s.src = '//munchkin.marketo.net/munchkin.js';
+ s.src = 'https://munchkin.marketo.net/munchkin.js';
s.onreadystatechange = function() {
if (this.readyState == 'complete' || this.readyState == 'loaded') {
initMunchkin();
@@ -38,7 +38,7 @@ src="https://www.facebook.com/tr?id=1689559637958103&ev=PageView&noscript=1"
</script>
<!-- Bizible -->
-<script type="text/javascript" src="//cdn.bizible.com/scripts/bizible.js" async=""></script>
+<script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script>
<!-- Global site tag (gtag.js) - Google Ads: 923339191 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-923339191"></script>