buildpacks / docs

Web content for Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
29 stars 154 forks source link

Bug: Edit Page Redirects to Incorrect File Path #694

Open mhmohona opened 2 months ago

mhmohona commented 2 months ago

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?

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.

Ayush9026 commented 2 months ago

/assign @Ayush9026 i will solve this issue.