Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flash/apps/deploy-apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ uv run flash deploy --exclude scipy,pandas

<Tip>

Check the [worker-flash repository](https://github.com/runpod-workers/worker-flash) for current base images and pre-installed packages.
Check the [Flash repository](https://github.com/runpod/flash) for current base images and pre-installed packages.

</Tip>

Expand Down
2 changes: 1 addition & 1 deletion flash/cli/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ flash build --exclude scipy,pandas

<Tip>

Check the [worker-flash repository](https://github.com/runpod-workers/worker-flash) for current base images and pre-installed packages.
Check the [Flash repository](https://github.com/runpod/flash) for current base images and pre-installed packages.

</Tip>

Expand Down
2 changes: 1 addition & 1 deletion tutorials/introduction/containers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This tutorial series guides you through container fundamentals in a hands-on way

Ready to get hands-on with Docker? Start with [creating your first Dockerfile](/tutorials/introduction/containers/create-dockerfiles).

For more in-depth container concepts, see Docker's [container concepts documentation](https://docs.docker.com/guides/docker-concepts/).
For more in-depth container concepts, see Docker's [container concepts documentation](https://docs.docker.com/get-started/).

When you're ready to deploy containers on Runpod:

Expand Down
Loading