Skip to content

Commit 459885f

Browse files
committed
feat: change url
1 parent 4bbaacd commit 459885f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/logo.png

40.1 KB
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://pypi.org/project/discord-components"><img src="https://gitlab.com/uploads/-/system/project/avatar/27557052/logo.png?width=64" alt="discord-components logo" height="128" style="border-radius: 50%"></a>
2+
<a href="https://pypi.org/project/discord-components"><img src="https://raw.githubusercontent.com/kiki7000/discord.py-components/master/.github/logo.png" alt="discord-components logo" height="128" style="border-radius: 50%"></a>
33
<h1>discord-components</h1>
44
</div>
55
<div align="center">
@@ -43,7 +43,7 @@ pip install --upgrade discord-components
4343
## Example
4444

4545
You can see many examples
46-
[here](https://gitlab.com/discord.py-components/discord.py-components/-/tree/master/examples).
46+
[here](https://github.com/kiki7000/discord.py-components/tree/master/examples).
4747

4848
## License
4949

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
license="MIT License",
4444
long_description=README,
4545
long_description_content_type="text/markdown",
46-
url="https://gitlab.com/discord.py-components/discord.py-components",
46+
url="https://github.com/kiki7000/discord.py-components",
4747
packages=["discord_components", "discord_components.ext"],
4848
python_requires=">=3.6",
4949
classifiers=[

0 commit comments

Comments
 (0)