Fix: Convert Upstream Issue and LFX URLs into clickable hyperlinks#7563
Fix: Convert Upstream Issue and LFX URLs into clickable hyperlinks#7563piyush2693 wants to merge 6 commits intolayer5io:masterfrom
Conversation
15b6a2a to
459c5ce
Compare
|
🚀 Preview for commit 459c5ce at: https://69c52052c6c34a2de6796543--layer5.netlify.app |
|
Hi @l5io |
| - Mentor(s): <Link to="/community/members/lee-calcote">Lee Calcote</Link> | ||
| - Upstream Issue (URL): https://github.com/meshery/meshery/issues/6447 | ||
| - LFX URL: https://mentorship.lfx.linuxfoundation.org/project/bb8ddf84-31d7-4a89-9e4b-e6aa9601c0db | ||
| - Upstream Issue (URL): [ttps://github.com/meshery/meshery/issues/6447](https://github.com/meshery/meshery/issues/6447) |
def5ed4 to
6484229
Compare
Signed-off-by: Piyush <pk9995114@gmail.com>
Signed-off-by: Piyush <pk9995114@gmail.com>
Signed-off-by: Piyush <pk9995114@gmail.com>
6484229 to
2d8997b
Compare
|
🚀 Preview for commit 2d8997b at: https://69c54af579e1f448e2b0af64--layer5.netlify.app |
|
hi @Bhumikagarggg , |
|
Please edit description. |
|
Hi @Bhumikagarggg, I've updated the PR description with more detailed information. Please review when convenient. |
|
🚀 Preview for commit b411045 at: https://69c59d072e08d3046bd84097--layer5.netlify.app |
Signed-off-by: Piyush <150925139+piyush2693@users.noreply.github.com>
|
🚀 Preview for commit 036a684 at: https://69c734bca1cd03650f40200d--layer5.netlify.app |
Removed @babel/runtime dependency from package.json. Signed-off-by: Piyush <150925139+piyush2693@users.noreply.github.com>
|
🚀 Preview for commit 90797e0 at: https://69c7a3b9e922d94c7112bb96--layer5.netlify.app |
Bhumikagarggg
left a comment
There was a problem hiding this comment.
Package.json still there
package.json
Outdated
| "prepare": "husky || true" | ||
| }, | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.29.2", |
There was a problem hiding this comment.
remove package-lock.json also
| @@ -116,7 +117,7 @@ | |||
| "@eslint/js": "^9.39.2", | |||
| "cross-env": "^10.0.0", | |||
| "env-cmd": "^10.1.0", | |||
| "eslint": "^9.39.1", | |||
| "eslint": "^7.32.0", | |||
| "eslint-mdx": "^3.6.2", | |||
There was a problem hiding this comment.
@piyush2693 Please revert this—it’s not related to this PR.


Description
This PR fixes the issue where Upstream Issue and LFX URLs were displayed as plain text instead of clickable hyperlinks across LFX mentorship sections.
Fixes: #7554
Changes
Result
Notes