From 885db858a584822cc21af17fe5d2348114ce97aa Mon Sep 17 00:00:00 2001 From: Luis David Garcia <87344382+luisdavidgarcia@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:14:33 -0700 Subject: [PATCH] Updated documentation link in README (#161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description of Change - I updated the documentation link in the README: [Documentation Tab](https://github.com/apple/containerization?tab=readme-ov-file#documentation) - The original link (`open http://localhost:8000/documentation/`) was returning a **404 error**, as shown in the screenshot below. - I fixed the issue by updating the link to: `open http://127.0.0.1:8000/containerization/documentation/`, which works correctly. ## Screenshot of the 404 Error and the Fix Here’s the screenshot showing the error and the fix: ![404 Error Shown and 200 Fix](https://github.com/user-attachments/assets/4198d381-80de-4bca-a9f4-5455eee887f6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb5214c..206fe055 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ make serve-docs Preview the documentation by running in another terminal: ```bash -open http://localhost:8000/documentation/ +open http://localhost:8000/containerization/documentation/ ``` ## Contributing