Skip to content

Commit ed003a9

Browse files
chore: update remaining podman-desktop GitHub URLs
Replace lingering GitHub links that still used the old containers org so docs and workflow references are consistent with current repository locations. AI-Assisted: Codex (Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d668045 commit ed003a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Execute pnpm in Red Hat RHEL VM Extension
146146
working-directory: ${{ env.REPOSITORY }}
147147
run: |
148-
# workaround for https://github.com/containers/podman-desktop-extension-bootc/issues/712
148+
# workaround for https://github.com/podman-desktop/podman-desktop-extension-bootc/issues/712
149149
version=$(npm view @podman-desktop/tests-playwright@next version)
150150
echo "Version of @podman-desktop/tests-playwright to be used: $version"
151151
jq --arg version "$version" '.devDependencies."@podman-desktop/tests-playwright" = $version' package.json > package.json_tmp && mv package.json_tmp package.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can use pnpm watch --extension-folder from the Podman Desktop directory to a
160160
Note: make sure you have the appropriate [pre-requisites](https://github.com/podman-desktop/podman-desktop/blob/main/CONTRIBUTING.md#prerequisites-prepare-your-environment) installed.
161161

162162
```
163-
git clone https://github.com/containers/podman-desktop
163+
git clone https://github.com/podman-desktop/podman-desktop
164164
git clone https://github.com/redhat-developer/podman-desktop-rhel-ext
165165
cd podman-desktop-rhel-ext
166166
pnpm install

0 commit comments

Comments
 (0)