Skip to content

Commit e32e5fa

Browse files
committed
docs: rename github repo address
1 parent 307e9b5 commit e32e5fa

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

CONTRIBUTING.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Types of Contributions
1313
Report Bugs
1414
~~~~~~~~~~~
1515

16-
Report bugs at https://github.com/magicalapi/python-library/issues
16+
Report bugs at https://github.com/magicalapi/magicalapi-python/issues
1717

1818
If you are reporting a bug, please include:
1919

@@ -44,7 +44,7 @@ Submit Feedback
4444
~~~~~~~~~~~~~~~
4545

4646
The best way to send feedback is to file an issue at
47-
https://github.com/magicalapi/python-library/issues.
47+
https://github.com/magicalapi/magicalapi-python/issues.
4848

4949
If you are proposing a new feature:
5050

@@ -56,25 +56,25 @@ If you are proposing a new feature:
5656
Get Started!
5757
------------
5858

59-
Ready to contribute? Here's how to set up `python-library` for local
59+
Ready to contribute? Here's how to set up `magicalapi-python` for local
6060
development. Please note this documentation assumes you already have
6161
`poetry` and `Git` installed and ready to go.
6262

63-
| 1. Fork the `python-library` repo on GitHub.
63+
| 1. Fork the `magicalapi-python` repo on GitHub.
6464
6565
| 2. Clone your fork locally:
6666
6767
.. code-block:: bash
6868
6969
cd <directory_in_which_repo_should_be_created>
70-
git clone git@github.com:YOUR_NAME/python-library.git
70+
git clone git@github.com:YOUR_NAME/magicalapi-python.git
7171
7272
7373
| 3. Now we need to install the environment. Navigate into the directory
7474
7575
.. code-block:: bash
7676
77-
cd python-library
77+
cd magicalapi-python
7878
7979
.. If you are using ``pyenv``, select a version to use locally. (See installed versions with ``pyenv versions``)
8080

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<br />
1818
<div align="center">
19-
<a href="https://github.com/magicalapi/python-library">
19+
<a href="https://github.com/magicalapi/magicalapi-python">
2020
<img src="images/logo.png" alt="Logo" width="80" height="80">
2121
</a>
2222

@@ -25,14 +25,14 @@
2525
<p align="center">
2626
An Async and Type Annotated Python Client to Easy Access <a href="https://magicalapi.com">MagicalAPI.com</a> Service.
2727
<br />
28-
<!-- <a href="https://github.com/magicalapi/python-library"><strong>Explore the docs »</strong></a> -->
28+
<!-- <a href="https://github.com/magicalapi/magicalapi-python"><strong>Explore the docs »</strong></a> -->
2929
<!-- <br /> -->
3030
<!-- <br /> -->
31-
<a href="https://github.com/magicalapi/python-library">View Demo</a>
31+
<a href="https://github.com/magicalapi/magicalapi-python">View Demo</a>
3232
·
33-
<a href="https://github.com/magicalapi/python-library/issues">Report Bug</a>
33+
<a href="https://github.com/magicalapi/magicalapi-python/issues">Report Bug</a>
3434
·
35-
<a href="https://github.com/magicalapi/python-library/issues">Request Feature</a>
35+
<a href="https://github.com/magicalapi/magicalapi-python/issues">Request Feature</a>
3636
</p>
3737
</div>
3838

@@ -81,7 +81,7 @@ MagicalAPI is your AI edge in **content** and **careers**, Your ultimate tool fo
8181

8282
This is a Python client that provides easy access to the [MagicalAPI.com][website-url] services, fully type annotated, and asynchronous.
8383

84-
<!-- `magicalapi`, `python-library`, `MagicalAPI`, `MagicalAPI Python Client` -->
84+
<!-- `magicalapi`, `magicalapi-python`, `MagicalAPI`, `MagicalAPI Python Client` -->
8585

8686
<p align="right">(<a href="#readme-top">back to top</a>)</p>
8787

@@ -214,16 +214,16 @@ Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more informati
214214
<!-- MARKDOWN LINKS & IMAGES -->
215215

216216

217-
[contributors-shield]: https://img.shields.io/github/contributors/magicalapi/python-library.svg?style=for-the-badge
218-
[contributors-url]: https://github.com/magicalapi/python-library/graphs/contributors
219-
[forks-shield]: https://img.shields.io/github/forks/magicalapi/python-library.svg?style=for-the-badge
220-
[forks-url]: https://github.com/magicalapi/python-library/network/members
221-
[stars-shield]: https://img.shields.io/github/stars/magicalapi/python-library.svg?style=for-the-badge
222-
[stars-url]: https://github.com/magicalapi/python-library/stargazers
223-
[issues-shield]: https://img.shields.io/github/issues/magicalapi/python-library.svg?style=for-the-badge
224-
[issues-url]: https://github.com/magicalapi/python-library/issues
225-
[license-shield]: https://img.shields.io/github/license/magicalapi/python-library.svg?style=for-the-badge
226-
[license-url]: https://github.com/magicalapi/python-library/blob/master/LICENSE
217+
[contributors-shield]: https://img.shields.io/github/contributors/magicalapi/magicalapi-python.svg?style=for-the-badge
218+
[contributors-url]: https://github.com/magicalapi/magicalapi-python/graphs/contributors
219+
[forks-shield]: https://img.shields.io/github/forks/magicalapi/magicalapi-python.svg?style=for-the-badge
220+
[forks-url]: https://github.com/magicalapi/magicalapi-python/network/members
221+
[stars-shield]: https://img.shields.io/github/stars/magicalapi/magicalapi-python.svg?style=for-the-badge
222+
[stars-url]: https://github.com/magicalapi/magicalapi-python/stargazers
223+
[issues-shield]: https://img.shields.io/github/issues/magicalapi/magicalapi-python.svg?style=for-the-badge
224+
[issues-url]: https://github.com/magicalapi/magicalapi-python/issues
225+
[license-shield]: https://img.shields.io/github/license/magicalapi/magicalapi-python.svg?style=for-the-badge
226+
[license-url]: https://github.com/magicalapi/magicalapi-python/blob/master/LICENSE
227227

228228
<!-- [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 -->
229229

@@ -233,7 +233,7 @@ Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more informati
233233

234234
[Pydantic.badge]: https://img.shields.io/badge/pydantic-black?style=for-the-badge&logo=pydantic&logoColor=red
235235
[Httpx.badge]: https://img.shields.io/badge/Httpx-gray?style=for-the-badge
236-
[tests-shield]: https://github.com/magicalapi/python-library/actions/workflows/tests.yml/badge.svg
236+
[tests-shield]: https://github.com/magicalapi/magicalapi-python/actions/workflows/tests.yml/badge.svg
237237
[pypi-version-shields]: https://img.shields.io/pypi/v/magicalapi
238238
[pypi-python-versions-shields]: https://img.shields.io/pypi/pyversions/magicalapi
239239
[website-url]: https://magicalapi.com

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "a python client to access and work with MagicalAPI.com API servic
55
authors = ["Amir Aref <amiraref808@gmail.com>"]
66
readme = "README.md"
77
license = "MIT"
8-
repository = "https://github.com/magicalapi/python-library"
9-
homepage = "https://github.com/magicalapi/python-library"
8+
repository = "https://github.com/magicalapi/magicalapi-python"
9+
homepage = "https://github.com/magicalapi/magicalapi-python"
1010
classifiers = [
1111
"Development Status :: 4 - Beta",
1212
"Typing :: Typed",

0 commit comments

Comments
 (0)