docs
docs copied to clipboard
Bug: Edit Page Redirects to Incorrect File Path
Summary
When attempting to edit the documentation pages for both buildpacks and composite buildpacks at https://buildpacks.io/docs/for-app-developers/concepts/buildpack/ and https://buildpacks.io/docs/for-platform-operators/concepts/composite-buildpack/, the links redirect to non-existent file paths, resulting in a File not found error.
What questions should this documentation answer?
Who is the target audience for this documentation?
- [x] App Developer
- [x] Buildpack Author
- [x] Operator
- [ ] Other:
Steps to Reproduce:
- Navigate to the documentation page for buildpacks at https://buildpacks.io/docs/for-app-developers/concepts/buildpack/.
- Click on the "Edit this page" link.
- Observe the redirection to https://github.com/buildpacks/docs/edit/main/content/docs/for-app-developers/concepts/buildpack.md, which leads to a "File not found" error.
- Navigate to the documentation page for composite buildpacks at https://buildpacks.io/docs/for-platform-operators/concepts/composite-buildpack/.
- Click on the "Edit this page" link.
- Observe the redirection to a non-existent file path, which leads to a "File not found" error.
Expected Behavior: The "Edit this page" link should redirect to the correct file path where the documentation for buildpacks and composite buildpacks is located.
Actual Behavior: The links redirect to non-existent file paths, causing a "File not found" error.
/assign @Ayush9026 i will solve this issue.