diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 19:01:34 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 19:06:24 -0400 |
commit | 634391bcf7a59b2be898a5f40c290f2bf7662b54 (patch) | |
tree | a82a444c59066fb6ce67926d408ac36939e10cc7 /README.md | |
parent | 418f58ab04d786cb189b1419b0de95b0fc9e9667 (diff) | |
download | markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.tar.gz markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.tar.bz2 markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.zip |
GitHub/waylan => GitHub/Python-Markdown org
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,12 +1,11 @@ [Python-Markdown][] =================== -[![Build Status](http://img.shields.io/travis/waylan/Python-Markdown.svg)](https://travis-ci.org/waylan/Python-Markdown) -[![Coverage Status](https://img.shields.io/coveralls/waylan/Python-Markdown.svg)](https://coveralls.io/r/waylan/Python-Markdown?branch=master) +[![Build Status](http://img.shields.io/travis/Python-Markdown/markdown.svg)](https://travis-ci.org/Python-Markdown/markdown) +[![Coverage Status](https://img.shields.io/coveralls/Python-Markdown/markdown.svg)](https://coveralls.io/r/Python-Markdown/markdown?branch=master) [![Latest Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown) [![Python Versions](http://img.shields.io/pypi/pyversions/Markdown.svg)](http://pypi.python.org/pypi/Markdown) [![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause) -[![Issue Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown) [![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square)][Code of Conduct] This is a Python implementation of John Gruber's [Markdown][]. @@ -36,11 +35,11 @@ Support You may ask for help and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][]. [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss -[bug tracker]: http://github.com/waylan/Python-Markdown/issues +[bug tracker]: http://github.com/Python-Markdown/markdown/issues Code of Conduct --------------- Everyone interacting in the Python-Markdown project's codebases, issue trackers, and mailing lists is expected to follow the [Code of Conduct]. -[Code of Conduct]: https://github.com/waylan/Python-Markdown/blob/master/CODE_OF_CONDUCT.md +[Code of Conduct]: https://github.com/Python-Markdown/markdown/blob/master/CODE_OF_CONDUCT.md |