fix Jira project: DOXIATOOLS
diff --git a/.asf.yaml b/.asf.yaml
index a1fa1af..f7df209 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,4 +11,9 @@
   enabled_merge_buttons:
     squash: true
     merge: false
-    rebase: true
\ No newline at end of file
+    rebase: true
+notifications:
+  commits: commits@maven.apache.org
+  issues: issues@maven.apache.org
+  pullrequests: issues@maven.apache.org
+  jira_options: link label comment
diff --git a/README.md b/README.md
index a8ad06b..1426e3c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 Contributing to [Apache Maven Doxia LinkCheck](https://maven.apache.org/doxia/doxia-tools/doxia-linkcheck/)
 ======================
 
-[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-DOXIA.json)][jira]
+[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-DOXIATOOLS.json)][jira]
 [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.doxia/doxia-linkcheck.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-linkcheck)
 [![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia-linkcheck/job/master.svg)][build]
@@ -61,7 +61,7 @@
   + Check for unnecessary whitespace with `git diff --check` before committing.
 + Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
 ```
-[DOXIA-XXX] - Subject of the JIRA Ticket
+[DOXIATOOLS-XXX] - Subject of the JIRA Ticket
  Optional supplemental description.
 ```
 + Make sure you have added the necessary tests (JUnit/IT) for your changes.
@@ -89,7 +89,7 @@
 + [Apache Maven Twitter Account](https://twitter.com/ASFMavenProject)
 + #Maven IRC channel on freenode.org
 
-[jira]: https://issues.apache.org/jira/projects/DOXIA/
+[jira]: https://issues.apache.org/jira/projects/DOXIATOOLS/
 [license]: https://www.apache.org/licenses/LICENSE-2.0
 [ml-list]: https://maven.apache.org/mailing-lists.html
 [code-style]: https://maven.apache.org/developers/conventions/code.html