Skip to content

Commit

Permalink
Merge pull request #328 from appfolio/updateDocs
Browse files Browse the repository at this point in the history
gt - Update APM CDN urls to https
  • Loading branch information
gthomas-appfolio authored Nov 2, 2017
2 parents 5e30ce3 + e1a0b4e commit 2c35fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ThemeLink = props => {
}

const THEMES = [
{ name: 'APM/Saffron', url: 'http://pa.cdn.appfolio.com/appfolio/assets/styles/saffron/bootstrap-saffron.min.css' },
{ name: 'APM/Saffron', url: 'https://pa.cdn.appfolio.com/appfolio/assets/styles/saffron/bootstrap-saffron.min.css' },
{ name: 'MyCase', url: 'https://s3.amazonaws.com/com.mycaseinc.dev-share/paulus/bootstrap-mycase.min.20170628.css' },
{ name: 'APM/Saffron 3 Preview', url: 'https://s3-us-west-2.amazonaws.com/appfolio-frontend-dev/styles/preview/bootstrap-saffron.min.css' },
{ name: 'Bootstrap default', url: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css' },
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link id="theme" rel="stylesheet" href="http://pa.cdn.appfolio.com/appfolio/assets/styles/saffron/bootstrap-saffron.min.css">
<link id="theme" rel="stylesheet" href="https://pa.cdn.appfolio.com/appfolio/assets/styles/saffron/bootstrap-saffron.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">

0 comments on commit 2c35fe5

Please sign in to comment.