diff --git a/flash/apps/deploy-apps.mdx b/flash/apps/deploy-apps.mdx
index 97f1e4316..9f4a40574 100644
--- a/flash/apps/deploy-apps.mdx
+++ b/flash/apps/deploy-apps.mdx
@@ -224,7 +224,7 @@ uv run flash deploy --exclude scipy,pandas
-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.
diff --git a/flash/cli/build.mdx b/flash/cli/build.mdx
index 53b368844..4b4f2d693 100644
--- a/flash/cli/build.mdx
+++ b/flash/cli/build.mdx
@@ -144,7 +144,7 @@ flash build --exclude scipy,pandas
-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.
diff --git a/tutorials/introduction/containers.mdx b/tutorials/introduction/containers.mdx
index 86a0269db..0270741c3 100644
--- a/tutorials/introduction/containers.mdx
+++ b/tutorials/introduction/containers.mdx
@@ -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: