docs: fix dead links to the shared package - #1814
Conversation
shared is a sibling package of babel-plugin, not a directory inside it, so both links 404.
|
Hi @rajanpanth! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
@rajanpanth is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Two README links to the
@stylexjs/sharedpackage 404, both treatingsharedas a directory insidebabel-pluginwhen it's actually a sibling package:README.mdblob/main/packages/@stylexjs/babel-plugin/sharedtree/main/packages/@stylexjs/sharedpackages/@stylexjs/eslint-plugin/README.md.../babel-plugin/src/shared/utils/property-priorities.js.../shared/src/utils/property-priorities.jsThe root README one also used
/blob/for a directory; that's now/tree/.The eslint-plugin link matters most — it's the reference readers follow to understand the
sort-keysrule's property ordering, and right now it goes nowhere.