Skip to content

Commit 18fb7be

Browse files
authored
rename-repository
1 parent da7917c commit 18fb7be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
</div>
1212

1313
<p align="center">
14-
<a href="https://travis-ci.org/abranhe/python-lib"><img src="https://img.shields.io/travis/abranhe/python-lib.svg?logo=travis" /></a>
15-
<a href="https://github.com/abranhe/python-lib/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/python-lib.svg" /></a>
14+
<a href="https://travis-ci.org/abranhe/allalgorithms-python"><img src="https://img.shields.io/travis/abranhe/allalgorithms-python.svg?logo=travis" /></a>
15+
<a href="https://github.com/abranhe/allalgorithms-python/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/allalgorithms-python.svg" /></a>
1616
<a href="https://github.com/allalgorithms"><img src="https://cdn.abranhe.com/projects/algorithms/badge.svg"/></a>
1717
<a href="https://pypi.org/project/allalgorithms"><img src="https://img.shields.io/pypi/v/allalgorithms.svg"/></a>
18-
<a href='https://coveralls.io/github/abranhe/python-lib?branch=master'><img src='https://coveralls.io/repos/github/abranhe/python-lib/badge.svg?branch=master' alt='Coverage Status' /></a>
18+
<a href='https://coveralls.io/github/abranhe/allalgorithms-python?branch=master'><img src='https://coveralls.io/repos/github/abranhe/allalgorithms-python/badge.svg?branch=master' alt='Coverage Status' /></a>
1919
</p>
2020

2121
<p align="center">
@@ -33,7 +33,7 @@
3333

3434
Read the detailed documentation at [python.allalgorithms.com](https://python.allalgorithms.com) or see the [`docs`](https://github.com/abranhe/python-lib/blob/master/docs) directory on Github. See [Tree](#tree).
3535

36-
**Want to contribute?** [GET STARTED HERE](https://github.com/abranhe/python-lib/tree/master/.github/contributing.md)
36+
**Want to contribute?** [GET STARTED HERE](https://github.com/abranhe/allalgorithms-python/tree/master/.github/contributing.md)
3737

3838
## Install
3939

@@ -75,7 +75,7 @@ print(binary_search(arr, 3))
7575

7676
# Related
7777

78-
- [javascript-lib](https://github.com/abranhe/javascript-lib): All ▲lgorithms Javascript library
78+
- [allalgorithms-javascript](https://github.com/abranhe/allalgorithms-javascript): All ▲lgorithms Javascript library
7979

8080
# Maintainers
8181

@@ -90,10 +90,10 @@ print(binary_search(arr, 3))
9090

9191
<!-------------------Markdown Images Links ---------------------------------->
9292
[1]: https://cdn.abranhe.com/projects/algorithms/badge.svg
93-
[2]: https://github.com/abranhe/python-lib
93+
[2]: https://github.com/abranhe/allalgorithms-python
9494
[3]: https://avatars3.githubusercontent.com/u/21347264?s=50
9595
[4]: https://github.com/abranhe
96-
[5]: https://github.com/abranhe/python-lib/blob/master/LICENSE
96+
[5]: https://github.com/abranhe/allalgorithms-python/blob/master/license
9797
<!-------------------Markdown Images Links ---------------------------------->
9898

9999
<div align="center">

0 commit comments

Comments
 (0)