Skip to content

Commit f43545e

Browse files
committed
Update README.md
1 parent 5956efb commit f43545e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# πŸš€ CiSkeleton Common Assets
22

3-
This repository contains the **shared back-end and front-end assets** for [CiSkeleton (CSK)](https://github.com/ianhubnet), including:
3+
This repository contains the **shared back-end and front-end assets** for [CiSkeleton (CSK)](https://github.com/ciskeleton), including:
44

55
- 🟦 **JavaScript helpers** (`admin.js`, `main.js`, etc.)
66
- 🎨 **CSS files** and variables
@@ -14,7 +14,7 @@ This repository contains the **shared back-end and front-end assets** for [CiSke
1414
This repository is typically included as a **submodule** in each new project's `content` directory:
1515

1616
```bash
17-
git submodule add git@github.com:ianhubnet/csk-common.git content/common
17+
git submodule add git@github.com:ciskeleton/common.git content/common
1818
```
1919

2020
---
@@ -32,18 +32,18 @@ Please open issues or pull requests for any enhancements.
3232

3333
## πŸ“¦ Related Repositories
3434

35-
- [csk-core](https://github.com/ianhubnet) β€” Framework core *(Private)*
36-
- [csk-app-default](https://github.com/ianhubnet/csk-app-default) β€” Default application template *(Public)*
37-
- [csk-projects](https://github.com/ianhubnet/csk-projects) β€” Monorepo for all official CSK projects *(Public index)*
38-
- [csk-packages](https://github.com/ianhubnet/csk-packages) β€” Central monorepo for CSK packages *(Public index)*
39-
- [csk-lang-english](https://github.com/ianhubnet/csk-lang-english) β€” Default English language pack *(Public)*
40-
- [csk-theme-classic](https://github.com/ianhubnet/csk-theme-classic) β€” Default frontend theme *(Public)*
35+
- [core](https://github.com/ciskeleton/core) β€” Framework core *(Private)*
36+
- [app-default](https://github.com/ciskeleton/app-default) β€” Default application template *(Public)*
37+
- [projects](https://github.com/ciskeleton/projects) β€” Monorepo for all official CSK projects *(Public index)*
38+
- [packages](https://github.com/ciskeleton/packages) β€” Central monorepo for CSK packages *(Public index)*
39+
- [lang-english](https://github.com/ciskeleton/lang-english) β€” Default English language pack *(Public)*
40+
- [theme-classic](https://github.com/ciskeleton/theme-classic) β€” Default frontend theme *(Public)*
4141

4242
---
4343

4444
## πŸ“– About CiSkeleton (CSK)
4545

46-
[CiSkeleton (CSK)](https://github.com/ianhubnet/) is a modern, modular foundation built on **CodeIgniter 3**. It offers:
46+
[CiSkeleton (CSK)](https://github.com/ciskeleton) is a modern, modular foundation built on **CodeIgniter 3**. It offers:
4747

4848
- Modular architecture for scalable projects
4949
- Multilingual support

0 commit comments

Comments
Β (0)