-
-
Notifications
You must be signed in to change notification settings - Fork 364
m2d #1494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m2d #1494
Conversation
fix: Remove local file links from tsconfig paths docs
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merge pull request #1494 from vitejs/main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes hard-coded local file:// protocol links that reference the author's local machine and replaces them with proper markdown code formatting. This improves documentation portability and readability.
- Removes non-functional file:// URLs pointing to local file paths
- Converts filename references to standard markdown code formatting using backticks
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| guide/features.md | Converted tsconfig.json file:// link to inline code formatting |
| config/shared-options.md | Converted tsconfig.json file:// link to inline code formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.