Updated documentation link in README (#161)

## 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)
This commit is contained in:
Luis David Garcia
2025-06-27 15:14:33 -04:00
committed by GitHub
parent 73097b795c
commit 885db858a5
+1 -1
View File
@@ -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