Skip to content

Commit 944ec5d

Browse files
committed
Align README and remote with canonical repo C-Learning-Library
Made-with: Cursor
1 parent 687ccf3 commit 944ec5d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Learn C from *hello world* to *structs*
2020
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
2121
![Language](https://img.shields.io/badge/Language-C-orange)
2222
![Beginner Friendly](https://img.shields.io/badge/Level-Beginner-yellow)
23-
[![CI and Pages](https://github.com/chama-x/c-practice-2/actions/workflows/pages.yml/badge.svg)](https://github.com/chama-x/c-practice-2/actions/workflows/pages.yml)
23+
[![CI and Pages](https://github.com/chama-x/C-Learning-Library/actions/workflows/pages.yml/badge.svg)](https://github.com/chama-x/C-Learning-Library/actions/workflows/pages.yml)
2424

2525
</div>
2626

@@ -31,8 +31,8 @@ Learn C from *hello world* to *structs*
3131
Run these in Terminal or Command Prompt one by one!
3232

3333
```bash
34-
git clone https://github.com/chama-x/c-practice-2.git
35-
cd c-practice-2
34+
git clone https://github.com/chama-x/C-Learning-Library.git
35+
cd C-Learning-Library
3636
chmod +x setup.sh && ./setup.sh # checks gcc, make & optional tools
3737
make run-all # runs every example in order
3838
```
@@ -57,7 +57,7 @@ make run TOPIC=01_hello_world/hello_world
5757

5858
Run the same examples in the browser (edit, **Run**, optional live JSCPP + baked `gcc` output):
5959

60-
**[C Playground (GitHub Pages)](https://chama-x.github.io/c-practice-2/playground.html)** · [site root (redirect)](https://chama-x.github.io/c-practice-2/)
60+
**[C Playground (GitHub Pages)](https://chama-x.github.io/C-Learning-Library/playground.html)** · [site root (redirect)](https://chama-x.github.io/C-Learning-Library/)
6161

6262
**One-time setup (repo owner):** [Settings → Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow)**Build and deployment** → Source: **GitHub Actions**.
6363

@@ -69,7 +69,7 @@ Run the same examples in the browser (edit, **Run**, optional live JSCPP + baked
6969
| `scripts/verify_playground_manifest.py` | Each `MANIFEST` path exists on disk and matches `BAKED` keys in `playground.html` |
7070
| `playground.html` size | File is present and non-trivial (catch truncated uploads) |
7171

72-
*Fork? Replace `chama-x/c-practice-2` in URLs with your `user/repo`.*
72+
*Fork? Replace `chama-x/C-Learning-Library` in URLs with your `user/repo`.*
7373

7474
---
7575

0 commit comments

Comments
 (0)