Skip to content

Commit 8b5ab87

Browse files
committed
Replaced links to learning paths
1 parent 8a0ca44 commit 8b5ab87

File tree

8 files changed

+6
-16
lines changed

8 files changed

+6
-16
lines changed

src/content/docs/browser-rendering/rest-api/links-endpoint.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
4343
"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/",
4444
"https://developers.cloudflare.com/registrar/",
4545
"https://developers.cloudflare.com/1.1.1.1/setup/",
46-
"https://developers.cloudflare.com/learning-paths/get-started/concepts/",
4746
"https://developers.cloudflare.com/workers/",
4847
"https://developers.cloudflare.com/pages/",
4948
"https://developers.cloudflare.com/r2/",
@@ -154,7 +153,6 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
154153
"https://developers.cloudflare.com/support/troubleshooting/http-status-codes/",
155154
"https://developers.cloudflare.com/registrar/",
156155
"https://developers.cloudflare.com/1.1.1.1/setup/",
157-
"https://developers.cloudflare.com/learning-paths/get-started/concepts/",
158156
"https://developers.cloudflare.com/workers/",
159157
"https://developers.cloudflare.com/pages/",
160158
"https://developers.cloudflare.com/r2/",

src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/proxy-traffic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { TabItem, Tabs } from "~/components";
1212

1313
When you set up [incoming zone transfers](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup/) on a secondary zone, you cannot enable the proxy on any transferred DNS records by default.
1414

15-
With Secondary DNS override, you can use Cloudflare as your secondary DNS provider but still get the [performance and security benefits](/learning-paths/get-started/concepts/how-cloudflare-works/#benefits) of Cloudflare's proxy. Additionally it lets you override any A and AAAA records on your zone apex with a CNAME record.
15+
With Secondary DNS override, you can use Cloudflare as your secondary DNS provider but still get the [performance and security benefits](/fundamentals/concepts/how-cloudflare-works/#cloudflare-as-a-reverse-proxy) of Cloudflare's proxy. Additionally it lets you override any A and AAAA records on your zone apex with a CNAME record.
1616

1717
:::note
1818

src/content/docs/fundamentals/performance/test-speed.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you use these third-party tools, you should do the following to test website
3535
4. Run a speed test[^1].
3636
5. Run a second speed test to get your baseline performance with Cloudflare.
3737

38-
[^1]: The results of your first speed test with Cloudflare will likely contain uncached results, which will provide inaccurate results.<br/><br/>One of the key ways Cloudflare speeds up your site is through [caching](/learning-paths/get-started/concepts/how-cloudflare-works/#performance), which will appear in the results of the second test.
38+
[^1]: The results of your first speed test with Cloudflare will likely contain uncached results, which will provide inaccurate results.<br/><br/>One of the key ways Cloudflare speeds up your site is through [caching](/cache/), which will appear in the results of the second test.
3939

4040
### Improve speed
4141

src/content/docs/learning-paths/workers/concepts/cloudflare-intro.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ Cloudflare's product offering is composed of [SASE and SSE services](https://www
1212

1313
Cloudflare's products offer something to developers, private and public organizations, businesses, governments, and individual consumers.
1414

15-
:::note
16-
17-
18-
For more information about what Cloudflare is and a step-by-step guide on how to get started, refer to [Get started with Cloudflare](/learning-paths/get-started/concepts/).
19-
20-
21-
:::
22-
2315
## Cloudflare Developer Platform
2416

2517
The [Cloudflare Developer Platform](https://www.cloudflare.com/developer-platform/products/) includes [Cloudflare Workers](/workers/), which allows you to deploy serverless code instantly across the globe. You will learn more about [the Developer Platform in this module](/learning-paths/workers/devplat/).

src/content/docs/learning-paths/workers/get-started/first-worker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Render, PackageManagers } from "~/components";
1111

1212
You can deploy your first Worker via the Cloudflare dashboard or programmatically using your terminal.
1313

14-
You must have a Cloudflare account to create a Worker. To get started with Cloudflare and create an account, refer to [Get started with Cloudflare](/learning-paths/get-started/concepts/).
14+
You must have a Cloudflare account to create a Worker. To get started with Cloudflare, refer to [Create account](/fundamentals/setup/account/create-account/).
1515

1616
### Via the Cloudflare dashboard
1717

src/content/docs/spectrum/about/ftp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To use Spectrum TCP to proxy and protect FTPS, specifically ProFTPD, the followi
7373
On the ProFTPD server side use the following example configuration:
7474
7575
* `MasqueradeAddress`: `www.example.com`
76-
* `AllowForeignAddress`: You can use the option `on` to allow all IPs, but it is recommended to only allow [Cloudflare IP](https://developers.cloudflare.com/learning-paths/get-started/add-domain-to-cf/allow-cloudflare-ips/).
76+
* `AllowForeignAddress`: You can use the option `on` to allow all IPs, but it is recommended to only allow [Cloudflare IP](/fundamentals/concepts/cloudflare-ip-addresses/#allow-cloudflare-ip-addresses).
7777
* `PassivePorts`: `50000-50500`
7878
7979
For more details, refer to the [ProFTPD documentation](http://www.proftpd.org/docs/modules/mod_core.html).

src/content/docs/workers/get-started/dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Follow this guide to create a Workers application using [the Cloudflare dashboar
1616

1717
## Prerequisites
1818

19-
[Create a Cloudflare account](/learning-paths/get-started/account-setup/create-account/), if you have not already.
19+
[Create a Cloudflare account](/fundamentals/setup/account/create-account/), if you have not already.
2020

2121
## Setup
2222

src/content/partials/web3/cloudflare-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
Once your gateway becomes [active](/web3/reference/gateway-status/), you can customize the Cloudflare settings associated with your hostname.
77

8-
Since your traffic is automatically proxied through Cloudflare, you customize your website settings to take advantage of various [security, performance, and reliability](/learning-paths/get-started/concepts/how-cloudflare-works/#benefits) benefits.
8+
Since your traffic is automatically proxied through Cloudflare, you customize your website settings to take advantage of various [security, performance, and reliability](/fundamentals/concepts/how-cloudflare-works/#cloudflare-as-a-reverse-proxy) benefits.

0 commit comments

Comments
 (0)