Skip to content

Commit 36b71d9

Browse files
committed
Make badges clickable with links to respective projects
1 parent 78034a8 commit 36b71d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Testizer Email Funnels
22

33
[![CI](https://github.com/AmaLS367/TestizerFunnelEngine/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/AmaLS367/TestizerFunnelEngine/actions/workflows/ci.yml)
4-
![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)
5-
![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
4+
[![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/)
5+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66
[![Ruff](https://img.shields.io/badge/linting-ruff-3f8cff?logo=ruff&logoColor=white)](https://github.com/astral-sh/ruff)
7-
![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)
7+
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
88

99
**Languages:** **English** | [Русский](README.ru.md)
1010

README.ru.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Testizer Email Funnels
22

33
[![CI](https://github.com/AmaLS367/TestizerFunnelEngine/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/AmaLS367/TestizerFunnelEngine/actions/workflows/ci.yml)
4-
![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)
5-
![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
4+
[![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/)
5+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66
[![Ruff](https://img.shields.io/badge/linting-ruff-3f8cff?logo=ruff&logoColor=white)](https://github.com/astral-sh/ruff)
7-
![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)
7+
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
88

99
**Языки:** [English](README.md) | **Русский**
1010

0 commit comments

Comments
 (0)