Website: fix broken links on customers page. (#41964)
Changes: - Fixed broken `@click` links on the /customers page
This commit is contained in:
Vendored
+4
-4
@@ -288,7 +288,7 @@
|
||||
<p>An identity platform improves Linux visibility.</p>
|
||||
<a href="/case-study/identity-platform">Read their story</a>
|
||||
</div>
|
||||
<div purpose="article-card" @click="goto('/case-study/identity-security-company">
|
||||
<div purpose="article-card" @click="goto('/case-study/identity-security-company')">
|
||||
<p><strong>Online gaming platform</strong></p>
|
||||
<p>Identity security company unifies macOS and Windows device management.</p>
|
||||
<a href="/case-study/identity-security-company">Read their story</a>
|
||||
@@ -313,12 +313,12 @@
|
||||
<p>Journalism nonprofit manages Mac and Linux devices with GitOps.</p>
|
||||
<a href="/case-study/journalism-nonprofit">Read their story</a>
|
||||
</div>
|
||||
<div purpose="article-card" @click="goto('/case-study/medical-research-institution)">
|
||||
<div purpose="article-card" @click="goto('/case-study/medical-research-institution')">
|
||||
<p><strong>Online gaming platform</strong></p>
|
||||
<p>A medical research institution brings Linux devices into compliance.</p>
|
||||
<a href="/case-study/medical-research-institution">Read their story</a>
|
||||
</div>
|
||||
<div purpose="article-card" @click="goto('/case-study/national-research-organization)">
|
||||
<div purpose="article-card" @click="goto('/case-study/national-research-organization')">
|
||||
<p><strong>Online gaming platform</strong></p>
|
||||
<p>A research organization uses Fleet to automate Linux patching and improve device visibility.</p>
|
||||
<a href="/case-study/national-research-organization">Read their story</a>
|
||||
@@ -328,7 +328,7 @@
|
||||
<p>Large gaming company enhances server observability with Fleet.</p>
|
||||
<a href="/case-study/online-gaming-platform">Read their story</a>
|
||||
</div>
|
||||
<div purpose="article-card" @click="goto('/case-study/online-marketplace)">
|
||||
<div purpose="article-card" @click="goto('/case-study/online-marketplace')">
|
||||
<p><strong>Online gaming platform</strong></p>
|
||||
<p>An online marketplace replaces complex device tools.</p>
|
||||
<a href="/case-study/online-marketplace">Read their story</a>
|
||||
|
||||
Reference in New Issue
Block a user