Skip to content

Commit 885db85

Browse files
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)
1 parent 73097b7 commit 885db85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ make serve-docs
153153
Preview the documentation by running in another terminal:
154154

155155
```bash
156-
open http://localhost:8000/documentation/
156+
open http://localhost:8000/containerization/documentation/
157157
```
158158

159159
## Contributing

0 commit comments

Comments
 (0)