docs icon indicating copy to clipboard operation
docs copied to clipboard

Bug: Edit Page Redirects to Incorrect File Path

Open mhmohona opened this issue 1 year ago • 1 comments

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:

  1. Navigate to the documentation page for buildpacks at https://buildpacks.io/docs/for-app-developers/concepts/buildpack/.
  2. Click on the "Edit this page" link.
  3. 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.
  4. Navigate to the documentation page for composite buildpacks at https://buildpacks.io/docs/for-platform-operators/concepts/composite-buildpack/.
  5. Click on the "Edit this page" link.
  6. 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.

mhmohona avatar Apr 19 '24 21:04 mhmohona

/assign @Ayush9026 i will solve this issue.

Ayush9026 avatar Apr 20 '24 12:04 Ayush9026