Skip to content

Commit

Permalink
Fix some http:// urls to https://
Browse files Browse the repository at this point in the history
This should fix mixed content errors when loaing the Sphinx extension over
https.
  • Loading branch information
asmeurer committed Aug 24, 2018
1 parent 40d1d80 commit 9a0c769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sympy-live/css/live-sphinx.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");

#shell {
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion sympy-live/javascript/live-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ SymPy.Shell = Class.$extend({
submit: null,
tabWidth: 4,
basePath: null,
defaultBasePath: 'http://live.sympy.org',
defaultBasePath: 'https://live.sympy.org',
autocompleter: null,

__init__: function(config) {
Expand Down

0 comments on commit 9a0c769

Please sign in to comment.