This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/master by this push:
new cb3ad25 YETUS-925. Fix link to precommit overview in README.md (#79)
cb3ad25 is described below
commit cb3ad2546cf289942db1398fa4e33e75113ce986
Author: HUAN-PING SU <[email protected]>
AuthorDate: Sun Dec 8 23:14:47 2019 +0800
YETUS-925. Fix link to precommit overview in README.md (#79)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 88f3974..acb510f 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Here is a list of the major components:
Holds our documentation, which is presented via [our
website](https://yetus.apache.org/).
* [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/in-progress/precommit-architecture.md)
to get started working with 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/in-progress/precommit-architecture.html.md)
to get started working with precommit.
* [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 the intended audience. Currently builds with Maven 3.2.0+.