You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2013/08/02 18:50:53 UTC

svn commit: r1509772 [2/2] - in /incubator/samza/site: ./ community/ contribute/ learn/documentation/0.7.0/ learn/documentation/0.7.0/api/ learn/documentation/0.7.0/comparisons/ learn/documentation/0.7.0/container/ learn/documentation/0.7.0/introductio...

Modified: incubator/samza/site/learn/documentation/0.7.0/jobs/packaging.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/jobs/packaging.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/documentation/0.7.0/jobs/packaging.html (original)
+++ incubator/samza/site/learn/documentation/0.7.0/jobs/packaging.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/documentation/0.7.0/jobs/yarn-jobs.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/jobs/yarn-jobs.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/documentation/0.7.0/jobs/yarn-jobs.html (original)
+++ incubator/samza/site/learn/documentation/0.7.0/jobs/yarn-jobs.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/documentation/0.7.0/operations/kafka.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/operations/kafka.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/documentation/0.7.0/operations/kafka.html (original)
+++ incubator/samza/site/learn/documentation/0.7.0/operations/kafka.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/documentation/0.7.0/operations/security.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/operations/security.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/documentation/0.7.0/operations/security.html (original)
+++ incubator/samza/site/learn/documentation/0.7.0/operations/security.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/documentation/0.7.0/yarn/application-master.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/yarn/application-master.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/documentation/0.7.0/yarn/application-master.html (original)
+++ incubator/samza/site/learn/documentation/0.7.0/yarn/application-master.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/documentation/0.7.0/yarn/isolation.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/documentation/0.7.0/yarn/isolation.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/documentation/0.7.0/yarn/isolation.html (original)
+++ incubator/samza/site/learn/documentation/0.7.0/yarn/isolation.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/committing.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/committing.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/committing.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/committing.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/configuring-kafka-system.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/configuring-kafka-system.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/configuring-kafka-system.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/configuring-kafka-system.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/group-by-count.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/group-by-count.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/group-by-count.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/group-by-count.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/index.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/index.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/index.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/index.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/initialize-close.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/initialize-close.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/initialize-close.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/initialize-close.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/joining-streams.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/joining-streams.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/joining-streams.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/joining-streams.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/log-walkthrough.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/log-walkthrough.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/log-walkthrough.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/log-walkthrough.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/sort-stream.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/sort-stream.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/sort-stream.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/sort-stream.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/learn/tutorials/0.7.0/windowing.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/learn/tutorials/0.7.0/windowing.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/learn/tutorials/0.7.0/windowing.html (original)
+++ incubator/samza/site/learn/tutorials/0.7.0/windowing.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>

Modified: incubator/samza/site/startup/download/index.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/startup/download/index.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/startup/download/index.html (original)
+++ incubator/samza/site/startup/download/index.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>
@@ -75,63 +71,68 @@
 
 <p>If you want to play around with Samza for the first time, go to <a href="/startup/hello-samza/0.7.0">Hello Samza</a>.</p>
 
-<h3>Maven</h3>
+<!--
+### Maven
 
-<p>All Samza JARs are published through Maven.</p>
+All Samza JARs are published through Maven.
 
-<h4>Artifacts</h4>
+#### Artifacts
 
-<p>A Samza project that runs with Kafka and YARN should depend on the following artifacts.</p>
-<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;dependency&gt;
-  &lt;groupId&gt;samsa&lt;/groupId&gt;
-  &lt;artifactId&gt;samsa-api&lt;/artifactId&gt;
-  &lt;version&gt;0.7.0&lt;/version&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;samsa&lt;/groupId&gt;
-  &lt;artifactId&gt;samsa-core_2.9.2&lt;/artifactId&gt;
-  &lt;version&gt;0.7.0&lt;/version&gt;
-  &lt;scope&gt;runtime&lt;/scope&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;samsa&lt;/groupId&gt;
-  &lt;artifactId&gt;samsa-serializers_2.9.2&lt;/artifactId&gt;
-  &lt;version&gt;0.7.0&lt;/version&gt;
-  &lt;scope&gt;runtime&lt;/scope&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;samsa&lt;/groupId&gt;
-  &lt;artifactId&gt;samsa-yarn_2.9.2&lt;/artifactId&gt;
-  &lt;version&gt;0.7.0&lt;/version&gt;
-  &lt;classifier&gt;yarn-2.0.5-alpha&lt;/classifier&gt;
-  &lt;scope&gt;runtime&lt;/scope&gt;
-&lt;/dependency&gt;
-&lt;dependency&gt;
-  &lt;groupId&gt;samsa&lt;/groupId&gt;
-  &lt;artifactId&gt;samsa-kafka_2.9.2&lt;/artifactId&gt;
-  &lt;version&gt;0.7.0&lt;/version&gt;
-  &lt;scope&gt;runtime&lt;/scope&gt;
-&lt;/dependency&gt;
-</code></pre></div>
-<h4>Repositories</h4>
+A Samza project that runs with Kafka and YARN should depend on the following artifacts.
+
+    <dependency>
+      <groupId>samsa</groupId>
+      <artifactId>samsa-api</artifactId>
+      <version>0.7.0</version>
+    </dependency>
+    <dependency>
+      <groupId>samsa</groupId>
+      <artifactId>samsa-core_2.9.2</artifactId>
+      <version>0.7.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>samsa</groupId>
+      <artifactId>samsa-serializers_2.9.2</artifactId>
+      <version>0.7.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>samsa</groupId>
+      <artifactId>samsa-yarn_2.9.2</artifactId>
+      <version>0.7.0</version>
+      <classifier>yarn-2.0.5-alpha</classifier>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>samsa</groupId>
+      <artifactId>samsa-kafka_2.9.2</artifactId>
+      <version>0.7.0</version>
+      <scope>runtime</scope>
+    </dependency>
+
+#### Repositories
+
+Samza is available in the Apache Maven repository.
+
+    <repository>
+      <id>apache-releases</id>
+      <url>https://repository.apache.org/content/groups/public</url>
+    </repository>
+
+Snapshot builds are available in the Apache Maven snapshot repository.
+
+    <repository>
+      <id>apache-snapshots</id>
+      <url>https://repository.apache.org/content/groups/snapshots</url>
+    </repository>
+-->
 
-<p>Samza is available in the Apache Maven repository.</p>
-<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;repository&gt;
-  &lt;id&gt;apache-releases&lt;/id&gt;
-  &lt;url&gt;https://repository.apache.org/content/groups/public&lt;/url&gt;
-&lt;/repository&gt;
-</code></pre></div>
-<p>Snapshot builds are available in the Apache Maven snapshot repository.</p>
-<div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;repository&gt;
-  &lt;id&gt;apache-snapshots&lt;/id&gt;
-  &lt;url&gt;https://repository.apache.org/content/groups/snapshots&lt;/url&gt;
-&lt;/repository&gt;
-</code></pre></div>
 <h3>Checking out and Building</h3>
 
 <p>If you&#39;re interested in working on Samza, or building the JARs from scratch, then you&#39;ll need to checkout and build the code. Samza does not have a binary release at this time. To check out and build Samza, run these commands.</p>
-<div class="highlight"><pre><code class="text language-text" data-lang="text">git clone git@github.com:linkedin/samsa.git
-cd samza
+<div class="highlight"><pre><code class="text language-text" data-lang="text">git clone https://git-wip-us.apache.org/repos/asf/incubator-samza.git
+cd incubator-samza
 ./gradlew clean build
 </code></pre></div>
 <p>See the README.md file for details on building.</p>

Modified: incubator/samza/site/startup/hello-samza/0.7.0/index.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/startup/hello-samza/0.7.0/index.html?rev=1509772&r1=1509771&r2=1509772&view=diff
==============================================================================
--- incubator/samza/site/startup/hello-samza/0.7.0/index.html (original)
+++ incubator/samza/site/startup/hello-samza/0.7.0/index.html Fri Aug  2 16:50:52 2013
@@ -16,8 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download top-icon"></i></a>
-            <!-- TODO update link when apache gives us a real repo -->
-            <a href="http://github.com/linkedin/samsa" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank"><i class="icon-code top-icon" style="font-weight: bold;"></i></a>
             <a href="https://twitter.com/samzastream" target="_blank"><i class="icon-twitter top-icon"></i></a>
           </div>
         </div>
@@ -37,16 +36,14 @@
               <a href="/learn/documentation/0.7.0">Documentation</a><br/>
               <a href="/learn/tutorials/0.7.0">Tutorials</a><br/>
               FAQ<br/>
-              <!-- TODO add links to apache when we get them -->
-              Wiki<br/>
+              <a href="http://wiki.apache.org/samza">Wiki</a><br/>
               Papers &amp; Talks<br/>
             </div>
             <div class="menu-title"><i class="icon-comments"></i> Community</div>
             <div class="menu-category">
               <a href="/community/mailing-lists.html">Mailing Lists</a><br/>
               <a href="/community/irc.html">IRC</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Bugs<br/>
+              <a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a><br/>
               Powered by<br/>
               Ecosystem<br/>
               <a href="/community/committers.html">Committers</a>
@@ -57,10 +54,9 @@
               <a href="/contribute/coding-guide.html">Coding Guide</a><br/>
               <a href="/contribute/projects.html">Projects</a><br/>
               <a href="/contribute/seps.html">SEPs</a><br/>
-              <!-- TODO update link when apache gives us a real repo -->
-              <a href="http://github.com/linkedin/samsa" target="_blank">Code</a><br/>
-              <!-- TODO add links to apache when we get them -->
-              Unit Tests<br/>
+              <a href="https://git-wip-us.apache.org/repos/asf/incubator-samza.git" target="_blank">Code</a><br/>
+              <a href="https://reviews.apache.org/groups/samza">Review Board</a><br/>
+              <a href="https://builds.apache.org/">Unit Tests</a><br/>
               <a href="/contribute/disclaimer.html">Disclaimer</a>
             </div>
           </div>