Skip to content

Commit 783d035

Browse files
committed
Switch repository links to ciskeleton org
1 parent 5f2e898 commit 783d035

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By purchasing, downloading, installing, or using this application, you ("License
1212

1313
This application requires a valid license for the CSK core.
1414
For full terms governing the CSK framework (`/skeleton`), see:
15-
👉 [csk-core/LICENSE.md](https://github.com/ianhubnet/csk-core/blob/main/LICENSE.md)
15+
👉 [ciskeleton/core/LICENSE.md](https://github.com/ciskeleton/core/blob/main/LICENSE.md)
1616

1717
---
1818

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🧰 CiSkeleton Application — Default (Boilerplate)
22

3-
The **default application template** for [CiSkeleton (CSK)](https://github.com/ianhubnet).
3+
The **default application template** for [CiSkeleton (CSK)](https://github.com/ciskeleton).
44

55
This repository serves as a **boilerplate** to kickstart new CSK-based projects — already configured with CSK conventions, folder structure, autoloading, and environment setup.
66

@@ -16,23 +16,23 @@ This repository serves as a **boilerplate** to kickstart new CSK-based projects
1616
* Pre-configured application structure.
1717
* CSK-compliant routing and autoloading.
1818
* Ready-to-use environment config and language support.
19-
* Integrates seamlessly with `csk-packages` and `csk-core`.
19+
* Integrates seamlessly with `packages` and `core`.
2020

2121
## 🧭 Intended Use
2222

2323
Use this as your **starting point** for any CSK-powered application:
2424

2525
```bash
26-
git clone https://github.com/ianhubnet/csk-app-default csk-app-name
27-
cd csk-app-name
26+
git clone https://github.com/ciskeleton/app-default app-name
27+
cd app-name
2828
# configure repo variables and run
2929
```
3030

3131
## 📦 Related Repositories
3232

33-
* [`csk-core`](https://github.com/ianhubnet) — Framework core *(Private)*
34-
* [`csk-packages`](https://github.com/ianhubnet/csk-packages) — Modules, plugins, themes, and languages *(Public Index)*
35-
* [`csk-lang-english`](https://github.com/ianhubnet/csk-lang-english) — English translation *(Public)*
33+
* [`core`](https://github.com/ciskeleton/core) — Framework core *(Private)*
34+
* [`packages`](https://github.com/ciskeleton/packages) — Modules, plugins, themes, and languages *(Public Index)*
35+
* [`lang-english`](https://github.com/ciskeleton/lang-english) — English translation *(Public)*
3636

3737
---
3838

project.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ technologies: [PHP, HTML, JS, CSS, MySQL]
2424
platforms: [GitHub, Self-hosted]
2525

2626
# ────────────── Project URLs ──────────────
27-
repo: https://github.com/ianhubnet/csk-app-default
27+
repo: https://github.com/ciskeleton/app-default
2828
website: https://www.ianhub.net/
2929
demo: https://demos.ianhub.net/skeleton/
3030

@@ -54,11 +54,11 @@ contributors:
5454
# ────────────── Dependencies ──────────────
5555
dependencies:
5656
- name: CiSkeleton Core
57-
url: https://github.com/ianhubnet/csk-core
57+
url: https://github.com/ciskeleton/core
5858
- name: CI Shared Assets
59-
url: https://github.com/ianhubnet/csk-common
59+
url: https://github.com/ciskeleton/common
6060
- name: Default Theme
61-
url: https://github.com/ianhubnet/csk-theme-default
61+
url: https://github.com/ciskeleton/theme-default
6262

6363
# ────────────── License ──────────────
6464
license:

0 commit comments

Comments
 (0)