Repository: samza Updated Branches: refs/heads/samza-sql 7267ad37d -> 1b66a91b4
DOCS; updating wiki links to point to cwiki Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/57075c40 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/57075c40 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/57075c40 Branch: refs/heads/samza-sql Commit: 57075c402379a9ba49a44371bc88f34a295d600b Parents: c6fa8ed Author: Chris Riccomini <[email protected]> Authored: Mon Mar 2 11:16:05 2015 -0800 Committer: Chris Riccomini <[email protected]> Committed: Mon Mar 2 11:16:05 2015 -0800 ---------------------------------------------------------------------- docs/_layouts/default.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/57075c40/docs/_layouts/default.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 6f39654..13172e7 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -73,9 +73,9 @@ <li><a href="/learn/documentation/{{ navLink }}/jobs/configuration-table.html">Configuration</a></li> <li><a href="/learn/documentation/{{ navLink }}/api/javadocs/">Javadocs</a></li> <li><a href="/learn/tutorials/{{ navLink }}">Tutorials</a></li> - <li><a href="http://wiki.apache.org/samza/FAQ">FAQ</a></li> - <li><a href="http://wiki.apache.org/samza">Wiki</a></li> - <li><a href="http://wiki.apache.org/samza/PapersAndTalks">Papers & Talks</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li> + <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers & Talks</a></li> <li><a href="http://blogs.apache.org/samza">Blog</a></li> </ul> @@ -84,8 +84,8 @@ <li><a href="/community/mailing-lists.html">Mailing Lists</a></li> <li><a href="/community/irc.html">IRC</a></li> <li><a href="https://issues.apache.org/jira/browse/SAMZA">Bugs</a></li> - <li><a href="http://wiki.apache.org/samza/PoweredBy">Powered by</a></li> - <li><a href="http://wiki.apache.org/samza/Ecosystem">Ecosystem</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Powered+By">Powered by</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Ecosystem">Ecosystem</a></li> <li><a href="/community/committers.html">Committers</a></li> </ul>
