Skip to content

Commit

Permalink
[Update Modal] change siteUrl to HTTPS (elastic#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan authored and Rashid Khan committed May 7, 2018
1 parent e73978c commit 96b5332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/update_modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fetch from 'axios';
import pkg from '../../../package.json';
import { UpdateModal as Component } from './update_modal';

const siteUrl = 'http://canvas.elastic.co';
const siteUrl = 'https://canvas.elastic.co';

export const UpdateModal = compose(
withState('filename', 'setFilename', null),
Expand Down

0 comments on commit 96b5332

Please sign in to comment.