Skip to content

Commit 16c4522

Browse files
committed
fix logo link
1 parent 95a1a32 commit 16c4522

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
[![github action status](https://github.com/hexlet-components/python-pairs/workflows/Python%20CI/badge.svg)](https://github.com/hexlet-components/python-pairs/actions)
21
# python-pairs
32

3+
[![github action status](https://github.com/hexlet-components/python-pairs/workflows/Python%20CI/badge.svg)](https://github.com/hexlet-components/python-pairs/actions)
4+
45
A SICP'ish Functional Pairs implemented in Python.
56

67
## Install
@@ -24,6 +25,6 @@ pip install hexlet-pairs
2425
>>> print(pairs.to_string(p))
2526
(42, 'foo')
2627

27-
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/hexletguides.github.io/master/images/hexlet_logo128.png)](https://ru.hexlet.io/pages/about)
28+
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://ru.hexlet.io/pages/about)
2829

2930
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet (in Russian)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=python-pairs).

0 commit comments

Comments
 (0)