Skip to content

Commit 45ce4b4

Browse files
authored
Fixes to README.rst
1 parent ac33f97 commit 45ce4b4

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
TurboGears 2 DevTools
33
===================================
44

5-
[![Build Status](https://img.shields.io/travis/TurboGears/tg2devtools.svg)](https://travis-ci.org/TurboGears/tg2devtools)
6-
[![PyPI version](https://img.shields.io/pypi/v/tg.devtools.svg)](https://pypi.org/project/tg.devtools)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.txt)
5+
.. image:: https://github.com/TurboGears/tg2devtools/actions/workflows/run-tests.yml/badge.svg
6+
:target: https://github.com/TurboGears/tg2devtools/actions/workflows/run-tests.yml
7+
8+
.. image:: https://img.shields.io/pypi/v/tg.devtools.svg
9+
:target: https://pypi.python.org/pypi/tg.devtools
10+
11+
.. image:: https://img.shields.io/pypi/pyversions/tg.devtools.svg
12+
:target: https://pypi.python.org/pypi/tg.devtools
13+
14+
.. image:: https://img.shields.io/pypi/l/tg.devtools.svg
15+
:target: https://pypi.python.org/pypi/tg.devtools
816

917
TurboGears 2 DevTools is a command-line toolkit that streamlines the development of TurboGears2 applications.
1018
Built on top of Gearbox, it helps you quickly scaffold new full-stack projects, generate extensions,
@@ -70,7 +78,7 @@ Resources
7078
---------
7179
- **TurboGears Website**: `http://www.turbogears.org`
7280
- **Documentation**: `https://turbogears.readthedocs.io`
73-
- **Community & Support**: Join our mailing list or Gitter chatroom.
81+
- **Community & Support**: Join our `Mailing List <http://groups.google.com/group/turbogears>`_ or `Gitter Chatroom <https://gitter.im/turbogears/Lobby>`_ chatroom.
7482

7583
Contributing
7684
------------

0 commit comments

Comments
 (0)