Skip to content

Commit 782db00

Browse files
fix(docs): update stale wphillipmoore reference in docs-setup (#299)
* 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 <noreply@anthropic.com> * chore: trigger CI with updated PR body --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e1a9a6c commit 782db00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dev/docs-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
if [ ! -d "$COMMON_REPO" ]; then
2727
echo "Error: Common repo not found at $COMMON_REPO"
28-
echo "Clone it with: git clone https://github.com/wphillipmoore/mq-rest-admin-common.git $COMMON_REPO"
28+
echo "Clone it with: git clone https://github.com/mq-rest-admin-project/mq-rest-admin-common.git $COMMON_REPO"
2929
exit 1
3030
fi
3131

0 commit comments

Comments
 (0)