From 739f911cd07ed5d3669847cf8761ff9e4e06e457 Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Thu, 14 May 2026 17:23:03 -0400 Subject: [PATCH 1/2] fix(docs): update stale wphillipmoore reference in docs-setup Update clone URL in docs-setup.sh to point to the mq-rest-admin-project organization. Co-Authored-By: Claude Opus 4.6 --- scripts/dev/docs-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/docs-setup.sh b/scripts/dev/docs-setup.sh index d0cbf7f..be623b2 100755 --- a/scripts/dev/docs-setup.sh +++ b/scripts/dev/docs-setup.sh @@ -25,7 +25,7 @@ fi if [ ! -d "$COMMON_REPO" ]; then echo "Error: Common repo not found at $COMMON_REPO" - echo "Clone it with: git clone https://github.com/wphillipmoore/mq-rest-admin-common.git $COMMON_REPO" + echo "Clone it with: git clone https://github.com/mq-rest-admin-project/mq-rest-admin-common.git $COMMON_REPO" exit 1 fi From 00faf1ac479f6c7003d17aaf04cc0ba7678799cd Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Thu, 14 May 2026 17:29:23 -0400 Subject: [PATCH 2/2] chore: trigger CI with updated PR body