Skip to content

[Meshery Integrations] Fix double slash in Meshery integrations URL#7208

Merged
saurabhraghuvanshii merged 3 commits intolayer5io:masterfrom
Emu55:remove-double-slash
Dec 4, 2025
Merged

[Meshery Integrations] Fix double slash in Meshery integrations URL#7208
saurabhraghuvanshii merged 3 commits intolayer5io:masterfrom
Emu55:remove-double-slash

Conversation

@Emu55
Copy link
Copy Markdown
Contributor

@Emu55 Emu55 commented Dec 4, 2025

Description

This PR fixes #7202

[Meshery Integrations] Fix double slash in URL
Previously, the “See All” button in
'src/sections/Meshery/Meshery-integrations/index.js'
passed:

$url="/cloud-native-management/meshery/integrations/"

When combined with the Button component’s URL handling, this produced:
https://layer5.io//cloud-native-management/meshery/integrations/

This PR removes the leading slash:

$url="cloud-native-management/meshery/integrations/"

so the final URL becomes:
https://layer5.io/cloud-native-management/meshery/integrations/

Notes for Reviewers

  • This is a minimal change that resolves a production URL formatting bug.

  • Local dev environment could not be fully run due to Linux inotify watcher limits, but CI will validate build.

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Emu55 <emi.rash05@gmail.com>
@l5io
Copy link
Copy Markdown
Member

l5io commented Dec 4, 2025

🚀 Preview for commit b893005 at: https://69314279bace7ae3cf492077--layer5.netlify.app

@saurabhraghuvanshii saurabhraghuvanshii merged commit d704f4a into layer5io:master Dec 4, 2025
4 checks passed
@saurabhraghuvanshii
Copy link
Copy Markdown
Member

Thanks @Emu55 lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove double double forward slash

3 participants