From 42e7d9223e45f3a9af767bfc3846b402a716ff29 Mon Sep 17 00:00:00 2001 From: Lada Kesseler Date: Wed, 9 Sep 2026 17:43:30 +0200 Subject: [PATCH] Document the ai-coding-patterns.dev domain as the primary site address --- CLAUDE.md | 2 +- README.md | 4 +++- specs/project.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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