Skip to content

Commit 7ef0816

Browse files
committed
Fix: Update
Signed-off-by: Varad Gupta <[email protected]>
1 parent 8549e51 commit 7ef0816

File tree

1 file changed

+7
-3
lines changed
  • src/sections/Cloud-Cost-Control

1 file changed

+7
-3
lines changed

src/sections/Cloud-Cost-Control/info.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,15 @@ const SolutionsDetails = () => {
108108
<div className="tools">
109109
<p>LAYER5 PRODUCTS AND TOOLS DEPLOYED</p>
110110
<div className="logos">
111-
<a href="https://layer5.io/cloud-native-management/meshery">
111+
<a href="https://github.com/meshery/meshery">
112112
<img src={mesheryLogo} />
113113
</a>
114-
<img src={serviceMeshLogo} />
115-
<img src={meshsyncLogo} />
114+
<a href="https://github.com/service-mesh-patterns/service-mesh-patterns">
115+
<img src={serviceMeshLogo} />
116+
</a>
117+
<a href="https://github.com/meshery/meshsync">
118+
<img src={meshsyncLogo} />
119+
</a>
116120
</div>
117121
</div>
118122

0 commit comments

Comments
 (0)