Skip to content

Commit f6e9223

Browse files
authored
fixed link to mailing lists and global consistency
1 parent 3ba88f4 commit f6e9223

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
Contributing to [Apache Maven GPG Plugin](https://maven.apache.org/plugins/maven-gpg-plugin/)
1818
======================
1919

20-
[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MGPG.json)](https://issues.apache.org/jira/projects/MGPG/)
20+
[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MGPG.json)][jira]
2121
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
2222
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-gpg-plugin.svg?label=Maven%20Central)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven.plugins%22%20AND%20a%3A%22maven-gpg-plugin%22)
23-
[![Jenkins Status](https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven-gpg-plugin/job/master.svg?style=flat-square)][build]
24-
[![Jenkins tests](https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven-gpg-plugin/job/master.svg?style=flat-square)][test-results]
23+
[![Jenkins Status](https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven-gpg-plugin/job/master.svg)][build]
24+
[![Jenkins tests](https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven-gpg-plugin/job/master.svg)][test-results]
2525

2626

2727
You have found a bug or you have an idea for a cool new feature? Contributing
@@ -36,7 +36,7 @@ Getting Started
3636
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
3737
+ Make sure you have a [GitHub account](https://github.com/signup/free).
3838
+ If you're planning to implement a new feature, it makes sense to discuss your changes
39-
on the [dev list](https://maven.apache.org/mail-lists.html) first.
39+
on the [dev list][ml-list] first.
4040
This way you can make sure you're not wasting your time on something that isn't
4141
considered to be in Apache Maven's scope.
4242
+ Submit a ticket for your issue, assuming one does not already exist.
@@ -47,7 +47,7 @@ Getting Started
4747
Making and Submitting Changes
4848
--------------
4949

50-
We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
50+
We accept Pull Requests via GitHub. The [developer mailing list][ml-list] is the
5151
main channel of communication for contributors.
5252
There are some guidelines which will make applying PRs easier for us:
5353
+ Create a topic branch from where you want to base your work (this is usually the master branch).
@@ -82,15 +82,16 @@ Additional Resources
8282
--------------------
8383

8484
+ [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)
85-
+ [Apache Maven GPG JIRA project page](https://issues.apache.org/jira/projects/MGPG/)
85+
+ [Apache Maven GPG JIRA project page]
8686
+ [Contributor License Agreement][cla]
8787
+ [General GitHub documentation](https://help.github.com/)
8888
+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
8989
+ [Apache Maven Twitter Account](https://twitter.com/ASFMavenProject)
9090
+ #Maven IRC channel on freenode.org
9191

92+
[jira]: https://issues.apache.org/jira/projects/MGPG/
9293
[license]: https://www.apache.org/licenses/LICENSE-2.0
93-
[dev-ml-list]: https://maven.apache.org/mailing-lists.html
94+
[ml-list]: https://maven.apache.org/mailing-lists.html
9495
[code-style]: https://maven.apache.org/developers/conventions/code.html
9596
[cla]: https://www.apache.org/licenses/#clas
9697
[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index

0 commit comments

Comments
 (0)