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/24 00:26:57 UTC

[2/4] incubator-quarks-website git commit: Fix broken link in Hello Quarks! recipe

Fix broken link in Hello Quarks! recipe


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/d4adc0ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/d4adc0ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/d4adc0ee

Branch: refs/heads/master
Commit: d4adc0ee42ddf6e0d98eaea917d3c27fe026d35e
Parents: 94ae136
Author: Queenie Ma <qu...@gmail.com>
Authored: Tue Mar 22 18:18:05 2016 -0700
Committer: Queenie Ma <qu...@gmail.com>
Committed: Tue Mar 22 18:18:05 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/d4adc0ee/site/recipes/recipe_hello_quarks.md
----------------------------------------------------------------------
diff --git a/site/recipes/recipe_hello_quarks.md b/site/recipes/recipe_hello_quarks.md
index 983fa25..cb633c3 100644
--- a/site/recipes/recipe_hello_quarks.md
+++ b/site/recipes/recipe_hello_quarks.md
@@ -2,7 +2,7 @@
 title: Recipe 1. Hello Quarks!
 ---
 
-Quarks' pure Java implementation is a powerful feature which allows it to be run on the majority of JVM-compatible systems. It also has the added benefit of enabling the developer to develop applications entirely within the Eclipse and Intellij ecosystems. For the purposes of this recipe, it will be assumed that the developer is using Eclipse. To begin the Hello World recipe, create a new project and import the necessary libraries as outlined in the [getting started guide](quarks-getting-started). Next, write the following template application:
+Quarks' pure Java implementation is a powerful feature which allows it to be run on the majority of JVM-compatible systems. It also has the added benefit of enabling the developer to develop applications entirely within the Eclipse and Intellij ecosystems. For the purposes of this recipe, it will be assumed that the developer is using Eclipse. To begin the Hello World recipe, create a new project and import the necessary libraries as outlined in the [Getting Started Guide](../docs/quarks-getting-started). Next, write the following template application:
 
 ``` java
     public static void main(String[] args) {