Repository: incubator-reef
Updated Branches:
  refs/heads/master 1dd187dc3 -> 6eac41ac5


[REEF-415] Fix broken links at reef.incubator.apache.org

This addressed the issue by
  * fixing links to point to existing pages

JIRA:
  [REEF-415](https://issues.apache.org/jira/browse/REEF-415)

Pull Request:
  This closes #250


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

Branch: refs/heads/master
Commit: 6eac41ac5ca93eabe276bd7f922f08a3a1cbd602
Parents: 1dd187d
Author: Mariia Mykhailova <[email protected]>
Authored: Fri Jun 26 13:08:52 2015 -0700
Committer: Brian Cho <[email protected]>
Committed: Mon Jun 29 11:50:30 2015 +0900

----------------------------------------------------------------------
 website/src/site/markdown/faq.md   | 2 +-
 website/src/site/markdown/index.md | 4 ++--
 website/src/site/markdown/tang.md  | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/6eac41ac/website/src/site/markdown/faq.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/faq.md b/website/src/site/markdown/faq.md
index 71b24a8..2faf18c 100644
--- a/website/src/site/markdown/faq.md
+++ b/website/src/site/markdown/faq.md
@@ -58,4 +58,4 @@ ________________________________________________
 
 ###<a name="how"></a>How can I get started?
 
-Check out the [REEF Tutorial](tutorial.html) and the 
[Contributing](contributing.html) page and join the community! 
\ No newline at end of file
+Check out the [REEF 
Tutorial](https://cwiki.apache.org/confluence/display/REEF/Tutorials) and the 
[Contributing](https://cwiki.apache.org/confluence/display/REEF/Contributing) 
page and join the community!
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/6eac41ac/website/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/index.md 
b/website/src/site/markdown/index.md
index 3c5a05e..7054d34 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -42,9 +42,9 @@ The official home for the REEF (and Tang and Wake) source 
code is at the Apache
 
 or directly access its GitHub page 
[here](https://github.com/apache/incubator-reef).
 
-Detailed information about REEF and using it can be found in the 
[FAQ](faq.html) and the [Tutorial](tutorial.html).
+Detailed information about REEF and using it can be found in the 
[FAQ](faq.html) and the 
[Tutorial](https://cwiki.apache.org/confluence/display/REEF/Tutorials).
 
-If you wish to contribute, start at the [Contributing](contributing.html) 
tutorial or the [Committer Guide](committer-guide.html)!
+If you wish to contribute, start at the 
[Contributing](https://cwiki.apache.org/confluence/display/REEF/Contributing) 
tutorial or the [Committer 
Guide](https://cwiki.apache.org/confluence/display/REEF/Committer+Guide)!
 
 ###Further questions?
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/6eac41ac/website/src/site/markdown/tang.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/tang.md 
b/website/src/site/markdown/tang.md
index a43cd29..8a9ea1c 100644
--- a/website/src/site/markdown/tang.md
+++ b/website/src/site/markdown/tang.md
@@ -438,7 +438,7 @@ Running the program now produces a bit of additional output:
 
 InjectionPlan objects can be serialized to protocol buffers.  The following 
file documents their format:
 
-[https://github.com/apache/incubator-reef/blob/master/reef-tang/tang/src/main/proto/injection_plan.proto](https://github.com/apache/incubator-reef/blob/master/reef-tang/tang/src/main/proto/injection_plan.proto)
+[https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto](https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto)
 
 ###<a name="classHierarchy"></a>ClassHierarchy
 
@@ -448,8 +448,8 @@ Internally, in the example above, TypeHierarchy walks the 
class definition for T
 
 ClassHierarchy objects can be serialized to protocol buffers.  The following 
file documents their format:
 
-[https://github.com/apache/incubator-reef/blob/master/reef-tang/tang/src/main/proto/class_hierarchy.proto](https://github.com/apache/incubator-reef/blob/master/reef-tang/tang/src/main/proto/class_hierarchy.proto)
+[https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto](https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto)
 
 The java interfaces are available in this package:
 
-[https://github.com/apache/incubator-reef/tree/master/reef-tang/tang/src/main/java/org/apache/reef/tang/types](https://github.com/apache/incubator-reef/tree/master/reef-tang/tang/src/main/java/org/apache/reef/tang/types)
\ No newline at end of file
+[https://github.com/apache/incubator-reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types](https://github.com/apache/incubator-reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types)
\ No newline at end of file

Reply via email to