Skip to content

Commit 7246b06

Browse files
wphillipmooreclaude
andcommitted
fix(docs): update stale wphillipmoore references
Update docstring URLs and docs-setup clone URL to point to the mq-rest-admin-project organization. Update PyPI trusted publisher references for the new org. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1416b60 commit 7246b06

3 files changed

Lines changed: 134 additions & 134 deletions

File tree

docs/site/docs/development/release-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ trusted publishing on PyPI:
124124
1. Go to <https://pypi.org/manage/account/publishing/>.
125125
2. Add a pending publisher:
126126
- **Project name**: `pymqrest`
127-
- **Owner**: `wphillipmoore`
128-
- **Repository**: `pymqrest`
127+
- **Owner**: `mq-rest-admin-project`
128+
- **Repository**: `mq-rest-admin-python`
129129
- **Workflow name**: `publish.yml`
130130
- **Environment**: (leave blank)
131131
3. The first publish will claim the package name.

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)