From dbbb0b9467fbfa72a70a442ff759f94c2fa20106 Mon Sep 17 00:00:00 2001 From: danstotts-ops Date: Wed, 5 Aug 2026 14:14:31 -0600 Subject: [PATCH] Fix external 404 links in docs --- flash/apps/deploy-apps.mdx | 2 +- flash/cli/build.mdx | 2 +- tutorials/introduction/containers.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: