diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2020-07-15 16:21:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 16:21:49 -0700 |
commit | ad6ebb4eb95f129bad14a48f2d216aa1aaa0c129 (patch) | |
tree | 7aa57b5dbe6240aaccd16ad34692aaf0cb1a8afe /.github | |
parent | 0ec30326dd8f72afecdaca15ed6c94be88aa0b24 (diff) | |
download | numpy-ad6ebb4eb95f129bad14a48f2d216aa1aaa0c129.tar.gz |
DOC: fix mailing list link
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e9f7217d5..da5990956 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -33,5 +33,8 @@ the tests without interfering with system packages) are described in ### A note on feature enhancements/API changes If you are interested in adding a new feature to NumPy, consider -submitting your feature proposal to the `mailing_list`_, which is -the preferred forum for discussing new features and API changes. +submitting your feature proposal to the [mailing list][mail], +which is the preferred forum for discussing new features and +API changes. + +[mail]: https://mail.python.org/mailman/listinfo/numpy-discussion |