You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by wc...@apache.org on 2016/03/23 01:02:13 UTC

[2/6] incubator-quarks-website git commit: Fix link to source file.

Fix link to source file.

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

Branch: refs/heads/master
Commit: 4ea30d13f9c581be3d67acbd7ea71bd8305f208d
Parents: 21a1607
Author: Dan Debrunner <dd...@users.noreply.github.com>
Authored: Tue Mar 22 15:37:43 2016 -0700
Committer: Dan Debrunner <dd...@users.noreply.github.com>
Committed: Tue Mar 22 15:37:43 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/4ea30d13/site/docs/quickstart.md
----------------------------------------------------------------------
diff --git a/site/docs/quickstart.md b/site/docs/quickstart.md
index 07622c7..82a88ce 100644
--- a/site/docs/quickstart.md
+++ b/site/docs/quickstart.md
@@ -31,7 +31,7 @@ Here's an example view:
 ## Quarks Code
 
 The full source is at:
-https://github.com/quarks-edge/quarks/blob/master/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfQuickstart.java
+[IotfQuickstart.java](https://github.com/quarks-edge/quarks/blob/master/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfQuickstart.java)
 
 The first step to is to create a `IotDevice` instance that represents the connection to IBM Watson IoT Platform Qucikstart service.