medusajs / medusa

The world's most flexible commerce platform.
https://medusajs.com
MIT License
25.92k stars 2.6k forks source link

Docs(Code Issue): typo of example URL #9225

Closed amaster507 closed 1 month ago

amaster507 commented 1 month ago

What Medusa version and documentation are you using?

v2

Preliminary Checks

Issue Summary

Url: https://docs.medusajs.com/v2/customization/extend-models/query-linked-records#test-it-out

http://localhost:9000/admin/product/prod_123/brand should be http://localhost:9000/admin/products/prod_123/brand Notice product vs products

Might be good to add note to replace prod_123 with your actual product id that was returned from the previous steps.

How can this issue be resolved?

  1. Fix typo
  2. Possibly add note to replace prod_123 with actual product id.

Are you interested in working on this issue?

shahednasser commented 1 month ago

Nice catch! ~please open a PR to fix it~ Ended up fixing it as part of PR #9236