From 75605e5e4127aa4af63438990c8aab6deec7b580 Mon Sep 17 00:00:00 2001 From: Justin Parker Date: Sat, 1 Aug 2026 12:56:52 -0700 Subject: [PATCH] update URLs --- README.md | 18 +++--------------- docs/index.html | 12 ++++++------ install.js | 2 +- version.json | 4 ++-- 4 files changed, 12 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 31b149d..7f4ea13 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,8 @@ The install script requires **Node.js** (v14 or later). If you don't have Node.j Run the interactive installer directly using `npx` with your preferred GitHub authentication method: -**If you use SSH keys:** ```bash -npx git+ssh://git@github.com/jparkerweb/plan2code.git -``` - -**If you use HTTPS authentication:** -```bash -npx git+https://github.com/jparkerweb/plan2code.git +npx git+https://code.jparkerweb.com/jparkerweb/plan2code.git ``` This downloads the installer to a temporary location, runs it, installs the workflow files to your machine, and cleans up automatically. The installed workflows remain on your system and work independently. To update or reinstall, simply run the command again. @@ -93,14 +87,8 @@ This downloads the installer to a temporary location, runs it, installs the work Run the interactive installer directly using `npx` with your preferred GitHub authentication method: -**If you use SSH keys:** ```bash -npx git+ssh://git@github.com/jparkerweb/plan2code.git -``` - -**If you use HTTPS authentication:** -```bash -npx git+https://github.com/jparkerweb/plan2code.git +npx git+https://code.jparkerweb.com/jparkerweb/plan2code.git ``` This downloads the installer to a temporary location, runs it, installs the workflow files to your machine, and cleans up automatically. The installed workflows remain on your system and work independently. To update or reinstall, simply run the command again. @@ -109,7 +97,7 @@ This downloads the installer to a temporary location, runs it, installs the work ```bash # Clone the repository -git clone https://github.com/jparkerweb/plan2code.git +git clone https://code.jparkerweb.com/jparkerweb/plan2code.git cd plan2code # Run the interactive installer diff --git a/docs/index.html b/docs/index.html index e747022..b28ab42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -905,7 +905,7 @@

CODE

The AI workflow that puts planning first

- + Get the Code @@ -1083,14 +1083,14 @@

Install the workflow

Run the install script to copy the Plan2Code prompts to your AI assistant workflow directories. Works with Claude Code, Cursor, GitHub Copilot, Windsurf, and more.

# Clone the repository
-git clone https://github.com/jparkerweb/plan2code.git
+git clone https://code.jparkerweb.com/jparkerweb/plan2code.git
 
 # Navigate to the directory
 cd plan2code
 
 # Run the interactive installer
 node install.js
-

Get the Code →

+

Get the Code →

Plan2Code global installation terminal interface showing platform selection menu
@@ -1124,8 +1124,8 @@
-

START
PLANNING
NOW

- GET THE CODE +

START
PLANNING
NOW

+ GET THE CODE

Transform your AI development workflow today

@@ -1199,7 +1199,7 @@ document.querySelector('.cta-text').setAttribute('tabindex', '0'); document.querySelector('.cta-text').addEventListener('keypress', (e) => { if (e.key === 'Enter') { - window.open('https://github.com/jparkerweb/plan2code', '_blank'); + window.open('https://code.jparkerweb.com/jparkerweb/plan2code', '_blank'); } }); }); diff --git a/install.js b/install.js index ccff5f5..e922ae5 100644 --- a/install.js +++ b/install.js @@ -1299,7 +1299,7 @@ async function install(targets = null) { if (totalErrors === 0) { console.log(`${COLORS.GREEN} ╭───╮${COLORS.RESET} ${COLORS.BRIGHT}All done! Happy coding!${COLORS.RESET}`); console.log(`${COLORS.GREEN} │ ${COLORS.CYAN}★${COLORS.GREEN} │${COLORS.RESET} ${COLORS.BRIGHT}If this is your first time using Plan2Code, read the docs here:${COLORS.RESET}`); - console.log(`${COLORS.GREEN} │ ${COLORS.BRIGHT}◡${COLORS.GREEN} │${COLORS.RESET} ${COLORS.BRIGHT}https://github.com/jparkerweb/plan2code${COLORS.RESET}`); + console.log(`${COLORS.GREEN} │ ${COLORS.BRIGHT}◡${COLORS.GREEN} │${COLORS.RESET} ${COLORS.BRIGHT}https://code.jparkerweb.com/jparkerweb/plan2code${COLORS.RESET}`); console.log(`${COLORS.GREEN} ╰───╯${COLORS.RESET}`); } diff --git a/version.json b/version.json index badd64a..d181290 100644 --- a/version.json +++ b/version.json @@ -14,9 +14,9 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/jparkerweb/plan2code" + "url": "https://code.jparkerweb.com/jparkerweb/plan2code" }, - "homepage": "https://plan2code.jparkerweb.com", + "homepage": "https://code.jparkerweb.com/jparkerweb/plan2code", "releaseDate": "2026-07-31", "mode": "utility" }