Skip to content

Commit 91bfa2e

Browse files
committed
fixed link to mailing lists
1 parent b58ff3c commit 91bfa2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
Contributing to Apache Deploy Plugin
17+
Contributing to [Apache Maven Deploy Plugin](https://maven.apache.org/plugins/maven-deploy-plugin/)
1818
======================
1919

2020
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
@@ -35,7 +35,7 @@ Getting Started
3535
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
3636
+ Make sure you have a [GitHub account](https://github.com/signup/free).
3737
+ If you're planning to implement a new feature, it makes sense to discuss your changes
38-
on the [dev list](https://maven.apache.org/mail-lists.html) first.
38+
on the [dev list][ml-list]] first.
3939
This way you can make sure you're not wasting your time on something that isn't
4040
considered to be in Apache Maven's scope.
4141
+ Submit a ticket for your issue, assuming one does not already exist.
@@ -46,7 +46,7 @@ Getting Started
4646
Making and Submitting Changes
4747
--------------
4848

49-
We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
49+
We accept Pull Requests via GitHub. The [developer mailing list][ml-list] is the
5050
main channel of communication for contributors.
5151
There are some guidelines which will make applying PRs easier for us:
5252
+ Create a topic branch from where you want to base your work (this is usually the master branch).
@@ -89,7 +89,7 @@ Additional Resources
8989
+ #Maven IRC channel on freenode.org
9090

9191
[license]: https://www.apache.org/licenses/LICENSE-2.0
92-
[dev-ml-list]: https://maven.apache.org/mailing-lists.html
92+
[ml-list]: https://maven.apache.org/mailing-lists.html
9393
[code-style]: https://maven.apache.org/developers/conventions/code.html
9494
[cla]: https://www.apache.org/licenses/#clas
9595
[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index

0 commit comments

Comments
 (0)