diff --git a/README.md b/README.md index 3f49e2c..db65488 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ jae-image-skill/ ```bash SKILLS_DIR="${SKILLS_DIR:-$HOME/.agent-zero/skills}" mkdir -p "$SKILLS_DIR" -git clone https://github.com/JaeSwift/JAE-IMAGE-SKILL.git "$SKILLS_DIR/jae-image-skill" +git clone https://git.jaeswift.xyz/jae/JAE-IMAGE-SKILL.git "$SKILLS_DIR/jae-image-skill" cd "$SKILLS_DIR/jae-image-skill" node scripts/setup.js --check || node scripts/setup.js ``` diff --git a/package.json b/package.json index 933db10..d93732b 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/JaeSwift/JAE-IMAGE-SKILL.git" + "url": "https://git.jaeswift.xyz/jae/JAE-IMAGE-SKILL.git" }, "homepage": "https://jaeswift.xyz/skills/JAE-image-skill/", "bugs": { - "url": "https://github.com/JaeSwift/JAE-IMAGE-SKILL/issues" + "url": "https://git.jaeswift.xyz/jae/JAE-IMAGE-SKILL/issues" } } diff --git a/public/Jae-Image-Skill.MD b/public/Jae-Image-Skill.MD index c261051..66d28a8 100644 --- a/public/Jae-Image-Skill.MD +++ b/public/Jae-Image-Skill.MD @@ -10,7 +10,7 @@ This markdown file is designed for AI agents to read and execute. Install the JA - Purpose: recommend and customise curated image-generation prompts with sample images for any text-to-image model. - Canonical install document: `https://jaeswift.xyz/skills/JAE-image-skill/Jae-Image-Skill.MD` - Canonical reference base: `https://jaeswift.xyz/skills/JAE-image-skill/references` -- Preferred Git repo: `https://github.com/JaeSwift/JAE-IMAGE-SKILL.git` +- Preferred Git repo: `https://git.jaeswift.xyz/jae/JAE-IMAGE-SKILL.git` ## Compatibility @@ -69,7 +69,7 @@ if [ -d "$SKILL_DIR/.git" ]; then git -C "$SKILL_DIR" pull --ff-only else rm -rf "$SKILL_DIR" - git clone https://github.com/JaeSwift/JAE-IMAGE-SKILL.git "$SKILL_DIR" + git clone https://git.jaeswift.xyz/jae/JAE-IMAGE-SKILL.git "$SKILL_DIR" fi cd "$SKILL_DIR" @@ -78,7 +78,7 @@ node scripts/setup.js --check || node scripts/setup.js ### Step 3 — fallback install without Git -If GitHub access fails, download the static bundle from JaeSwift hosting: +If Git access fails, download the static bundle from JaeSwift hosting: ```bash set -euo pipefail