From 5e3439fd97ac887e9d8de84cf70feae8f4b7bec8 Mon Sep 17 00:00:00 2001 From: Fang Yi Liu Date: Thu, 17 Oct 2024 00:26:39 -0700 Subject: [PATCH] fix link to Working with Docker --- docs/contributing/dev_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/dev_environment.md b/docs/contributing/dev_environment.md index 5e4b732d..4e12ac25 100644 --- a/docs/contributing/dev_environment.md +++ b/docs/contributing/dev_environment.md @@ -162,7 +162,7 @@ upstream https://github.com/hackforla/peopledepot.git (push) 1. Browse to the web admin interface at `http://localhost:8000/admin/` and confirm the admin site is running. Use DJANGO_SUPERUSER_USERNAME and DJANGO_SUPERUSER_PASSWORD from .env.docker for credentials. -See our documentation for [Working with Docker](http://localhost:8005/contributing/tools/docker/#working-with-docker) for more useful Docker commands. +See our documentation for [Working with Docker](tools/docker.md#working-with-docker) for more useful Docker commands. ## Install pre-commit