vuejs / babel-plugin-jsx

JSX for Vue 3
https://vue-jsx-explorer.netlify.app
MIT License
1.7k stars 143 forks source link

[Question] How to set a Symbolic Link in README.md #706

Closed showlotus closed 1 month ago

showlotus commented 3 months ago

🧐 Problem Description

image I has written the Symbolic Link like this in my README.md. image But it doesn't work. Is there any other configuration required? image

💻 Sample code

🚑 Other information

sxzz commented 1 month ago

On UNIX-like System, run

ln -s packages/babel-plugin-jsx/README.md README.md
showlotus commented 1 month ago

On UNIX-like System, run

ln -s packages/babel-plugin-jsx/README.md README.md

Thank you !