summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2019-03-04 14:46:32 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2019-03-04 15:09:34 -0500
commit4b11593b681966e5c9a7a70c84a19546fc2e185c (patch)
tree4fd6d8af7bdd6b532d0f603af08a1ebc599d7c9b
parent917a6cfefef62fb4f7157a6df010348960958f0b (diff)
downloadpython-markdown-4b11593b681966e5c9a7a70c84a19546fc2e185c.tar.gz
Remove references to mailing list.
Fixes #793.
-rw-r--r--README.md4
-rw-r--r--docs/index.md4
-rwxr-xr-xsetup.py5
3 files changed, 4 insertions, 9 deletions
diff --git a/README.md b/README.md
index 33b4f71..6769edf 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,8 @@ See the change log at <https://Python-Markdown.github.io/change_log>.
Support
-------
-You may ask for help and discuss various other issues on the [mailing list][]
-and report bugs on the [bug tracker][].
+You may report bugs, ask for help, and discuss various other issues on the [bug tracker][].
-[mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
[bug tracker]: http://github.com/Python-Markdown/markdown/issues
Code of Conduct
diff --git a/docs/index.md b/docs/index.md
index 8ddbb9d..d40da51 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -106,9 +106,7 @@ are summarized below:
Support
-------
-You may ask for help and discuss various other issues on the [mailing list][]
-and report bugs on the [bug tracker][].
+You may report bugs, ask for help, and discuss various other issues on the [bug tracker][].
[third party extension]: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions
-[mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
[bug tracker]: http://github.com/Python-Markdown/markdown/issues
diff --git a/setup.py b/setup.py
index 0bb9c95..55107ef 100755
--- a/setup.py
+++ b/setup.py
@@ -55,10 +55,9 @@ supported by the `Available Extensions`_.
Support
=======
-You may ask for help and discuss various other issues on the
-`mailing list`_ and report bugs on the `bug tracker`_.
+You may report bugs, ask for help, and discuss various other issues on
+the `bug tracker`_.
-.. _`mailing list`: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
.. _`bug tracker`: http://github.com/Python-Markdown/markdown/issues
'''