diff --git a/CLAUDE.md b/CLAUDE.md index 798ff8e..d4d34be 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -This is a Next.js 15 static documentation website that presents an evolving collection of patterns, anti-patterns, and obstacles for developing software with LLMs. The site is deployed to GitHub Pages at https://lexler.github.io/augmented-coding-patterns/ +This is a Next.js 15 static documentation website that presents an evolving collection of patterns, anti-patterns, and obstacles for developing software with LLMs. The site is deployed to https://ai-coding-patterns.dev/ (Cloudflare Pages) and mirrored on GitHub Pages at https://lexler.github.io/augmented-coding-patterns/ See `specs/project.md` for the overall architecture and `specs/map.md` for the full directory map. diff --git a/README.md b/README.md index 6573fcf..42d1fa4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ This repository is an evolving collection of emerging patterns and anti-patterns for developing software with LLMs. ## View Online -[lexler.github.io/augmented-coding-patterns/](https://lexler.github.io/augmented-coding-patterns//) +[ai-coding-patterns.dev](https://ai-coding-patterns.dev/) + +Also mirrored on GitHub Pages at [lexler.github.io/augmented-coding-patterns](https://lexler.github.io/augmented-coding-patterns/). ## Repository Structure diff --git a/specs/project.md b/specs/project.md index 7fed98d..44eedaa 100644 --- a/specs/project.md +++ b/specs/project.md @@ -2,7 +2,7 @@ A static documentation website that presents an evolving collection of patterns, anti-patterns, and obstacles for developing software with LLMs. -Deployed at https://lexler.github.io/augmented-coding-patterns/ +Deployed at https://ai-coding-patterns.dev/ (Cloudflare Pages) and mirrored on GitHub Pages at https://lexler.github.io/augmented-coding-patterns/ ## Purpose