Skip to content

Commit 49550e1

Browse files
chore: update username references after GitHub rename
1 parent a492512 commit 49550e1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://github.com/pro-grammer-SD/EfficientManim"><img src="https://img.shields.io/badge/Python-3.10+-3776ab?style=for-the-badge&logo=python&logoColor=white" alt="Python"/></a>
8+
<a href="https://github.com/programmersd/EfficientManim"><img src="https://img.shields.io/badge/Python-3.10+-3776ab?style=for-the-badge&logo=python&logoColor=white" alt="Python"/></a>
99
<a href="https://ideacred.com/submissions" target="_blank" rel="noopener noreferrer">
10-
<img src="https://ideacred.com/api/badge/pro-grammer-SD/EfficientManim?style=for-the-badge"
10+
<img src="https://ideacred.com/api/badge/programmersd/EfficientManim?style=for-the-badge"
1111
alt="IdeaCred"></a>
1212
<a href="https://www.manim.community/"><img src="https://img.shields.io/badge/Manim-Community-4caf50?style=for-the-badge" alt="Manim"/></a>
13-
<a href="https://github.com/pro-grammer-SD/EfficientManim/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-f59e0b?style=for-the-badge" alt="MIT License"/></a>
13+
<a href="https://github.com/programmersd/EfficientManim/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-f59e0b?style=for-the-badge" alt="MIT License"/></a>
1414
<a href="https://www.reddit.com/r/manim/comments/1qck0ji/i_built_a_nodebased_manim_ide_with_ai_assistance/"><img src="https://img.shields.io/badge/Reddit-Discussion-ff4500?style=for-the-badge&logo=reddit&logoColor=white" alt="Reddit"/></a>
1515
</p>
1616

@@ -175,7 +175,7 @@ All shortcuts are fully editable via **Help → Edit Keybindings…**
175175
## 📦 Installation
176176

177177
```bash
178-
git clone https://github.com/pro-grammer-SD/EfficientManim.git
178+
git clone https://github.com/programmersd/EfficientManim.git
179179
cd EfficientManim
180180
pip install -r requirements.txt
181181
python main.py
@@ -223,4 +223,4 @@ Discuss the project on Reddit: [r/manim — I built a node-based Manim IDE with
223223

224224
---
225225

226-
<p align="center">Made with ❤️💚💙 by Soumalya · <a href="https://github.com/pro-grammer-SD">@pro-grammer-SD</a></p>
226+
<p align="center">Made with ❤️💚💙 by Soumalya · <a href="https://github.com/programmersd">@programmersd</a></p>

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
### 1. Clone the repository
1717

1818
```bash
19-
git clone https://github.com/pro-grammer-SD/EfficientManim.git
19+
git clone https://github.com/programmersd/EfficientManim.git
2020
cd EfficientManim
2121
```
2222

ui/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ def show_about(self):
778778
" • Code snippet library\n"
779779
" • Manim class browser\n"
780780
" • One-click export\n\n"
781-
"© 2026 - Soumalya Das (@pro-grammer-SD)",
781+
"© 2026 - Soumalya Das (@programmersd)",
782782
)
783783

784784
def _open_manim_docs(self):

0 commit comments

Comments
 (0)