You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by qu...@apache.org on 2017/02/02 00:26:49 UTC

incubator-edgent-website git commit: [EDGENT-371] Use HTTPS to load D3.js for streaming concepts page

Repository: incubator-edgent-website
Updated Branches:
  refs/heads/master bfa4d7c81 -> cc76301d2


[EDGENT-371] Use HTTPS to load D3.js for streaming concepts page


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/cc76301d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/cc76301d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/cc76301d

Branch: refs/heads/master
Commit: cc76301d221b2579bbc1891662c2780a25bc187c
Parents: bfa4d7c
Author: Queenie Ma <qu...@gmail.com>
Authored: Thu Jan 26 16:56:13 2017 -0800
Committer: Queenie Ma <qu...@gmail.com>
Committed: Thu Jan 26 16:56:13 2017 -0800

----------------------------------------------------------------------
 site/docs/streaming-concepts.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/cc76301d/site/docs/streaming-concepts.md
----------------------------------------------------------------------
diff --git a/site/docs/streaming-concepts.md b/site/docs/streaming-concepts.md
index ad80eaf..a8e281d 100644
--- a/site/docs/streaming-concepts.md
+++ b/site/docs/streaming-concepts.md
@@ -20,7 +20,7 @@ An Edgent application is most useful when processing some sort of data. This pag
         font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     }
 </style>
-<script src="http://d3js.org/d3.v3.min.js"></script>
+<script src="https://d3js.org/d3.v3.min.js"></script>
 <script>
     var filterSvgContainer = d3.select("#filter-demo").append("svg")
         .attr("width", 550)