pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
689 stars 31 forks source link

BUG: Incorrect Hyperlink in Multipose Detection with TensorFlow Example #77

Closed Haleshot closed 8 months ago

Haleshot commented 8 months ago

Describe the bug

  1. The hyperlink for the "Multipose Detection with TensorFlow" example in the documentation's "Examples" category is pointing to the wrong page, resulting in a 404 Page Not Found error.
  2. Additionally, attempting to edit any page on the documentation website using the "Edit this page" link leads to a Not Found page, making it impossible to contribute changes.

To Reproduce

  1. Navigate to the "Examples" category on the left side of the docs website.
  2. Click on the "Multipose Detection with TensorFlow" hyperlink.
  3. Observe the 404 Page Not Found error.
  4. Click on the "Edit this page" link for any sub-page on the documentation website.

Expected behavior

  1. The hyperlink for "Multipose Detection with TensorFlow" should lead to https://www.pipeless.ai/docs/docs/v1/examples/tf-pose instead of https://www.pipeless.ai/docs/docs/v1/examples/pose.

  2. The "Edit this page" link should direct to the corresponding Markdown file for editing, allowing users to contribute changes to the documentation.

Screenshots 404_Error_Page Not_Found

Desktop:

Additional context

Haleshot commented 8 months ago

Sorry, opened the issue in the wrong repository. Raised the issue in the docs repository. Closing the issue now.

miguelaeh commented 8 months ago

No worries @Haleshot , I just linked a PR fixing the edit URL.