Skip to content

Commit f9e060d

Browse files
committed
fix: update links from <Link> to <a> for consistency in MDX files
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 2283de7 commit f9e060d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5

src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Providers (local and remote) support:
148148
- Historical reporting
149149

150150
Explore Meshery extensibility at:
151-
<Link to="https://docs.meshery.io/extensibility">docs.meshery.io/extensibility</Link>
151+
<a href="https://docs.meshery.io/extensibility">docs.meshery.io/extensibility</a>
152152

153153
---
154154

@@ -213,9 +213,9 @@ Meshery Operator is a Kubernetes-native controller providing cluster discovery,
213213

214214
<ul>
215215
<li>
216-
<Link to="https://docs.meshery.io/concepts/architecture/meshsync">
216+
<a href="https://docs.meshery.io/concepts/architecture/meshsync">
217217
MeshSync is the heartbeat of Meshery
218-
</Link>
218+
</a>
219219
, synchronizing cluster and cloud state.
220220
</li>
221221
<li>Enables cloud-agnostic object modeling</li>
@@ -270,7 +270,7 @@ to switch deployments instantly.
270270
`mesheryctl system channel` lets you choose the release channel for each deployment, enable or disable auto-updates, or pin versions manually.
271271

272272
Review all commands at the
273-
<Link to="https://docs.meshery.io/reference/mesheryctl">mesheryctl Command Reference</Link>.
273+
<a href="https://docs.meshery.io/reference/mesheryctl">mesheryctl Command Reference</a>.
274274

275275
---
276276

@@ -282,13 +282,13 @@ Review the full list of enhancements in the
282282
Planning for v0.6.0 is complete, and the community's innovation cycle shows no sign of slowing down.
283283

284284
See the
285-
<Link to="https://github.com/layer5io/meshery/blob/master/ROADMAP.md">Meshery roadmap</Link>.
285+
<a href="https://github.com/layer5io/meshery/blob/master/ROADMAP.md">Meshery roadmap</a>.
286286

287287
---
288288

289289
<div className="intro">
290290
If these topics excite you, come say “Hi” in the community
291-
<Link to="http://slack.layer5.io"> Slack</Link> — you’ll be warmly welcomed. 😀
291+
<a href="http://slack.layer5.io"> Slack</a> — you’ll be warmly welcomed. 😀
292292
</div>
293293

294294
</BlogWrapper>

0 commit comments

Comments
 (0)