Skip to content

Commit b209f18

Browse files
committed
updated README
1 parent 0dd498b commit b209f18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<a href="#" target="blank"><img src="https://eadwincode.github.io/ellar/img/EllarLogoB.png" width="200" alt="Ellar Logo" /></a>
2+
<a href="#" target="blank"><img src="https://python-ellar.github.io/ellar/img/EllarLogoB.png" width="200" alt="Ellar Logo" /></a>
33
</p>
44

55
<p align="center"> Ellar CLI Tool for Scaffolding Ellar Projects and Modules and also running Ellar Commands</p>
66

7-
![Test](https://github.com/eadwinCode/ellar-cli/actions/workflows/test_full.yml/badge.svg)
8-
![Coverage](https://img.shields.io/codecov/c/github/eadwinCode/ellar-cli)
7+
![Test](https://github.com/python-ellar/ellar-cli/actions/workflows/test_full.yml/badge.svg)
8+
![Coverage](https://img.shields.io/codecov/c/github/python-ellar/ellar-cli)
99
[![PyPI version](https://badge.fury.io/py/ellar-cli.svg)](https://badge.fury.io/py/ellar-cli)
1010
[![PyPI version](https://img.shields.io/pypi/v/ellar-cli.svg)](https://pypi.python.org/pypi/ellar-cli)
1111
[![PyPI version](https://img.shields.io/pypi/pyversions/ellar-cli.svg)](https://pypi.python.org/pypi/ellar-cli)
@@ -15,7 +15,7 @@ Ellar CLI is an abstracted tool for the Ellar web framework that helps in the st
1515
framework, module project scaffold, running the project local server using UVICORN, and running custom commands registered in the application module or any Ellar module.
1616

1717
## Installation
18-
if you have [ellar](https://github.com/eadwinCode/ellar) install ready
18+
if you have [ellar](https://github.com/python-ellar/ellar) install ready
1919
```
2020
pip install ellar-cli
2121
```
@@ -47,4 +47,4 @@ Commands:
4747
4848
```
4949

50-
Full Documentation: [Here](https://eadwincode.github.io/ellar/commands)
50+
Full Documentation: [Here](https://python-ellar.github.io/ellar/cli/introduction/)

0 commit comments

Comments
 (0)