Skip to content

Commit 37b332a

Browse files
committed
clean up remaining buttons across the docs
1 parent f8bcf37 commit 37b332a

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

products/mobile-sdk/src/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ To learn more about how you can integrate the Cloudflare Mobile SDK with your mo
5858
5959
[Sign up](https://mobilesdk.cloudflare.com) for the free Metrics Mode.
6060
61-
<p><Link to="https://mobilesdk.cloudflare.com" className="Button Button-is-docs-primary">Sign up</Link></p>
61+
<Button type="primary" href="https://mobilesdk.cloudflare.com">Sign up</Button>

products/randomness-beacon/src/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ type: overview
1010

1111
Explore drand: a distributed service providing public randomness in an application-agnostic, secure, and efficient way.
1212

13-
<p><Link to="/about" className="Button Button-is-docs-primary">Get started</Link></p>
13+
<p><Button type="primary" href="/about">Get started</Button></p>
1414

1515
</ContentColumn>

products/spectrum/src/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Welcome to Spectrum: security and acceleration for any TCP or UDP based applicat
1212

1313
We have a short demo you can watch below, and if you're eager to get started, [check out our guide](/getting-started).
1414

15-
<p><Link to="/getting-started" className="Button Button-is-docs-primary">Get started</Link></p>
15+
<p><Button type="primary" href="/getting-started">Get started</Button></p>
1616

1717
<StreamVideo id="14d0f82296f58f3f0386a7ce23cc97af"/>
1818

products/stream/src/content/uploading-videos/upload-via-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ https://github.com/cloudflare/cloudflare-docs-engine/issues/281
8787
</div>
8888
</figure>
8989

90-
<Link to="https://api.cloudflare.com/#stream-videos-upload-a-video-from-a-url" className="Button Button-is-primary">View detailed API reference</Link>
90+
<p><Button type="primary" href="https://api.cloudflare.com/#stream-videos-upload-a-video-from-a-url">View detailed API reference</Button></p>

products/tenant/src/content/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ To use Cloudflare’s Provisioning API capabilities requires enablement by Cloud
88

99
Once setup, one of your existing Cloudflare users will be enabled to use the provisioning capabilities outlined in these docs.
1010

11-
<p><Link to="/tutorial" className="Button Button-is-docs-primary">Take the tutorial</Link></p>
11+
<p><<Button type="primary" href="/tutorial">Take the tutorial</Button></p>

products/tenant/src/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ order: 0
77

88
With Cloudflare’s new provisioning APIs, you can provision and manage Cloudflare accounts and services for your team or your customers. A new set of APIs built into our Client v4 API library make a streamlined onboarding and setup experience.
99

10-
<p><Link to="/getting-started" className="Button Button-is-docs-primary">Get started</Link></p>
10+
<p><Button type="primary" href="/getting-started">Get started</Button></p>

products/tenant/src/content/tutorial/enabling-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Once you have added the necessary features, you or your customer can move on to
7575

7676
Learn how to modify zone settings and other servics.
7777

78-
<p><Link to="/tutorial/service-configuration" className="Button Button-is-docs-primary">Step 4: Service configuration</Link></p>
78+
<p><Button type="primary" href="/tutorial/service-configuration">Step 4: Service configuration</Button></p>

products/tenant/src/content/tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 1
66

77
Having access to Cloudflare’s provisioning capabilities allows you to more easily create and manage Cloudflare accounts. The following tutorial will get you started making API calls to provision accounts, users, and services.
88

9-
<p><Link to="/tutorial/provisioning-resources" className="Button Button-is-docs-primary">Start</Link></p>
9+
<p><Button type="primary" href="/tutorial/provisioning-resources">Start</Button></p>
1010

1111
--------------------------------
1212

products/tenant/src/content/tutorial/provisioning-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ A successful request will return the id to confirm the operation:
123123

124124
Learn how to manage how external customers access Cloudflare.
125125

126-
<p><Link to="/tutorial/user-access" className="Button Button-is-docs-primary">Step 2: User access</Link></p>
126+
<p><Button type="primary" href="/tutorial/user-access">Step 2: User access</Button></p>

products/tenant/src/content/tutorial/user-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ An example response for a successful creation:
7070

7171
Now that the customer has access to the account in the next step we will look at how to enable paid services for customers.
7272

73-
<p><Link to="/tutorial/enabling-services" className="Button Button-is-docs-primary">Step 3: Enabling services</Link></p>
73+
<p><Button type="primary" href="/tutorial/enabling-services">Step 3: Enabling services</Button></p>

products/waf/src/content/change-log/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Cloudflare is very proactive in responding to new vulnerabilities, which may nee
1313

1414
If you do notice a new or updated rule generating an increased volume of Firewall Events, you can disable or change the rule from its "Default" action. Once a rule is changed from a "Default" state, Cloudflare is not able to override this.
1515

16-
<p><Link to="/change-log/scheduled-changes" className="Button Button-is-docs-primary">View scheduled changes</Link></p>
16+
<p><Button type="primary" href="/change-log/scheduled-changes">View scheduled changes</Button></p>
1717

1818
<!-- TODO: add back RSS feed (was `/waf/change-log/index.xml` before) -->

products/waf/src/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ order: 0
1010

1111
The Cloudflare Web Application Firewall (WAF) provides both automatic protection from vulnerabilities and the flexibility to create custom WAF rules.
1212

13-
<p><Link to="/change-log" className="Button Button-is-docs-primary">View change log</Link></p>
13+
<p><Button type="primary" href="/change-log">View change log</Button></p>
1414

1515
</ContentColumn>

products/workers/src/content/learning/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The quickest way to experiment with Cloudflare Workers is in the [Playground](ht
2020

2121
Before you can start [publishing](/cli-wrangler/commands#publish) your Workers on your own domain or a free workers.dev subdomain, you’ll need to sign up for a Cloudflare Workers account.
2222

23-
<p><a href="https://dash.cloudflare.com/sign-up/workers" className="Button Button-is-docs-primary">Sign up</a></p>
23+
<p><Button type="primary" href="https://dash.cloudflare.com/sign-up/workers">Sign up</Button></p>
2424

2525
The signup process will guide you through choosing a workers.dev subdomain and verifying your email address, both of which are required to publish.
2626

products/workers/src/content/learning/playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 1
66

77
The quickest way to experiment with Cloudflare Workers is in the [Playground](https://cloudflareworkers.com/#36ebe026bf3510a2e5acace89c09829f:about:blank). It doesn’t require _any_ setup. It’s just a simple, instant way to preview and test a Workers script directly in the browser against any site.
88

9-
<a href="https://cloudflareworkers.com/#36ebe026bf3510a2e5acace89c09829f:about:blank" className="Button Button-is-docs-primary">Launch playground</a>
9+
<p><Button type="primary" href="https://cloudflareworkers.com/#36ebe026bf3510a2e5acace89c09829f:about:blank">Launch playground</Button></p>
1010

1111
--------------------------------
1212

products/workers/src/content/platform/sites/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ To deploy with Workers Sites, select from one of these __three routes__ dependin
1818

1919
If you have an existing project or static assets that you want to deploy with Workers, this quick start guide will help you add Wrangler and configure Workers Sites for your project.
2020

21-
<Link to="/platform/sites/start-from-existing" className="Button Button-is-docs-primary">Start from existing</Link>
21+
<p><Button type="primary" href="/platform/sites/start-from-existing">Start from existing</Button></p>
2222

2323
--------------------------------
2424

2525
## 2. Start from scratch
2626

2727
If you’re ready to start a brand new project, starting from scratch with Workers Sites will set up the infrastructure to deploy a simple HTML website to Workers.
2828

29-
<Link to="/platform/sites/start-from-scratch" className="Button Button-is-docs-primary">Start from scratch</Link>
29+
<p><Button type="primary" href="/platform/sites/start-from-scratch">Start from scratch</Button></p>
3030

3131
--------------------------------
3232

3333
## 3. Add static assets to an existing Workers project
3434

3535
If you already have an application deployed to Workers, this guide will show you how to use Workers Sites in your existing codebase, allowing you to deploy your entire application as a single Workers project.
3636

37-
<Link to="/platform/sites/start-from-worker" className="Button Button-is-docs-primary">Start from a worker</Link>
37+
<p><Button type="primary" href="/platform/sites/start-from-worker">Start from a worker</Button></p>

products/workers/src/content/starters/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ Other languages may require you to install additional tools beyond wrangler. See
181181

182182
Get inspiration from other sites and projects out there that were built with Cloudflare Workers.
183183

184-
<a href="https://workers.cloudflare.com/built-with" className="Button Button-is-docs-primary">Built with Workers</a>
184+
<Button type="primary" href="https://workers.cloudflare.com/built-with">Built with Workers</Button>

0 commit comments

Comments
 (0)