You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by bu...@apache.org on 2015/12/11 18:54:21 UTC

[2/3] yetus git commit: YETUS-231. Fix dead links in README

YETUS-231. Fix dead links in README

Signed-off-by: Sean Busbey <bu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/6070d4fc
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/6070d4fc
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/6070d4fc

Branch: refs/heads/YETUS-228
Commit: 6070d4fc8221a1cab34c2c4cdd8860fb312bf27b
Parents: 9aa9a07
Author: Akihiro Suda <su...@lab.ntt.co.jp>
Authored: Fri Dec 11 15:22:55 2015 +0900
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Dec 11 09:27:42 2015 -0800

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/6070d4fc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c9d16d3..2b814c2 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,13 @@ version.
 * [Precommit](precommit/)
 Precommit provides robust tools to deal with contributions, including applying patches from a variety of project sources
 and evaluating them against project norms via a system of plugins. See the
-[precommit overview](asf-site-src/source/documentation/latest/precommit-architecture.md) to get started working with
+[precommit overview](asf-site-src/source/documentation/in-progress/precommit-architecture.md) to get started working with
 precommit. Note that even if the top level layout doesn't change, the layout of Precommit might when it adds in
 unit tests under [YETUS-15](https://issues.apache.org/jira/browse/YETUS-15).
 * [Yetus Project Pom](yetus-project/)
 Provides common configuration and dependency management for Yetus' java based component. Currently
 builds with Maven 3.2.0+.
-* [Audience Annotations](audience-annotations/)
+* [Audience Annotations](audience-annotations-component/)
 Audience Annotations allows projects to use Java Annotations to delineate public and non-public parts of their APIs.
 It also provides doclets to generate javadocs filtered by intended audience. Currently builds with Maven 3.2.0+.
 * [Shelldocs](shelldocs/)