You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/12/14 19:24:13 UTC

[23/50] [abbrv] incubator-edgent git commit: fix iotp sample links in edgent_overview.html

fix iotp sample links in edgent_overview.html

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

Branch: refs/heads/master
Commit: e51b3bd513471d57516f78706e3c5bf428735b39
Parents: f7fb054
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Mon Nov 14 16:50:10 2016 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Mon Nov 14 16:50:10 2016 -0500

----------------------------------------------------------------------
 edgent_overview.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/e51b3bd5/edgent_overview.html
----------------------------------------------------------------------
diff --git a/edgent_overview.html b/edgent_overview.html
index 215ec19..777ca17 100644
--- a/edgent_overview.html
+++ b/edgent_overview.html
@@ -156,10 +156,10 @@ Summary of samples:
       and create a stream of tuples from the file contents.</TD>
   <TD>Use of the <a href="{@docRoot}/org/apache/edgent/connectors/file/package-summary.html">
       File stream connector</a></TD></TR>
-<TR class="altColor"><TD><a href="{@docRoot}/org/apache/edgent/samples/connectors/iotf/package-summary.html">
+<TR class="altColor"><TD><a href="{@docRoot}/org/apache/edgent/samples/connectors/iotp/package-summary.html">
       IotfSensors, IotfQuickstart</a></TD>
   <TD>Sends simulated sensor readings to an IBM Watson IoT Platform instance as device events.</TD>
-  <TD>Use of the <a href="{@docRoot}/org/apache/edgent/connectors/iotf/package-summary.html">
+  <TD>Use of the <a href="{@docRoot}/org/apache/edgent/connectors/iotp/package-summary.html">
       IBM Watson IoT Platform connector</a> to send device events and receive device commands.</TD></TR>
 <TR class="altColor"><TD><a href="{@docRoot}/org/apache/edgent/samples/connectors/jdbc/package-summary.html">
       JDBC</a></TD>