From 166d23707276df9618fb7d1bab764f17af84ecfc Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 13 Nov 2015 12:29:48 -0500 Subject: [PATCH] Switch blog and docs to https --- static/directives/header-bar.html | 6 ++++-- static/directives/repo-view/repo-panel-info.html | 2 +- templates/base.html | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/static/directives/header-bar.html b/static/directives/header-bar.html index ddab29e3f..ebcb33c52 100644 --- a/static/directives/header-bar.html +++ b/static/directives/header-bar.html @@ -24,14 +24,16 @@
  • Tour
  • Tutorial
  • Pricing
  • -
  • Docs
  • +
  • Docs
  • +
  • Blog
  • diff --git a/static/directives/repo-view/repo-panel-info.html b/static/directives/repo-view/repo-panel-info.html index 7faf2b417..be8286968 100644 --- a/static/directives/repo-view/repo-panel-info.html +++ b/static/directives/repo-view/repo-panel-info.html @@ -77,7 +77,7 @@ Automated Security Scanning (Preview) -
    Continually scanning this repository for 17K+ known vulnerabilities. Read more about this feature.
    +
    Continually scanning this repository for 17K+ known vulnerabilities. Read more about this feature.
    Configure Vulnerability Alerts
    diff --git a/templates/base.html b/templates/base.html index 47eaa66ea..1eca42bde 100644 --- a/templates/base.html +++ b/templates/base.html @@ -107,7 +107,6 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug