You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/11/30 07:25:30 UTC

[incubator-mxnet] branch master updated: Use https for Jquery file (#8855)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 89c4db7  Use https for Jquery file (#8855)
89c4db7 is described below

commit 89c4db771f7563cb075b3ee3152b97f7e2afe729
Author: Yao Wang <ke...@gmail.com>
AuthorDate: Wed Nov 29 23:25:27 2017 -0800

    Use https for Jquery file (#8855)
    
    * Use https for Jquery file
    
    * Update layout.html
---
 docs/_static/mxnet-theme/layout.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/_static/mxnet-theme/layout.html b/docs/_static/mxnet-theme/layout.html
index fc4022b..08e305c 100644
--- a/docs/_static/mxnet-theme/layout.html
+++ b/docs/_static/mxnet-theme/layout.html
@@ -56,7 +56,7 @@
       };
     </script>
 
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
+    <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
     {% for name in ['underscore.js', 'searchtools_custom.js', 'doctools.js', 'selectlang.js'] %}
     <script type="text/javascript" src="{{ pathto('_static/' + name, 1) }}"></script>
     {% endfor %}
@@ -152,7 +152,6 @@
     <div class='content-block'>
     {%- include "navbar.html" %}
     
-
     {% if pagename != 'index' %}
     <script type="text/javascript">
         $('body').css('background', 'white');

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].