We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8549e51 commit 7ef0816Copy full SHA for 7ef0816
src/sections/Cloud-Cost-Control/info.js
@@ -108,11 +108,15 @@ const SolutionsDetails = () => {
108
<div className="tools">
109
<p>LAYER5 PRODUCTS AND TOOLS DEPLOYED</p>
110
<div className="logos">
111
- <a href="https://layer5.io/cloud-native-management/meshery">
+ <a href="https://github.com/meshery/meshery">
112
<img src={mesheryLogo} />
113
</a>
114
- <img src={serviceMeshLogo} />
115
- <img src={meshsyncLogo} />
+ <a href="https://github.com/service-mesh-patterns/service-mesh-patterns">
+ <img src={serviceMeshLogo} />
116
+ </a>
117
+ <a href="https://github.com/meshery/meshsync">
118
+ <img src={meshsyncLogo} />
119
120
</div>
121
122
0 commit comments