Skip to content

Commit 04f664b

Browse files
committed
Fixed broken links
1 parent 298b124 commit 04f664b

File tree

22 files changed

+25
-26
lines changed

22 files changed

+25
-26
lines changed

src/content/changelogs/trace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
link: "/fundamentals/basic-tasks/trace-request/changelog/"
2+
link: "/fundamentals/security/trace-request/changelog/"
33
productName: Trace
4-
productLink: "/fundamentals/basic-tasks/trace-request/"
4+
productLink: "/fundamentals/security/trace-request/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:

src/content/docs/cloudflare-one/applications/configure-apps/self-hosted-public-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can securely publish internal tools and applications by adding Cloudflare Ac
2727
We recommend [creating an Access application](#1-add-your-application-to-access) before setting up the tunnel route. If you do not have an Access application in place, public hostname routes in Tunnel are available to anyone on the Internet.
2828
:::
2929

30-
If your application is already publicly routable, a Tunnel is not strictly required. However, you will then need to protect your origin IP using [other methods](/fundamentals/basic-tasks/protect-your-origin-server/).
30+
If your application is already publicly routable, a Tunnel is not strictly required. However, you will then need to protect your origin IP using [other methods](/fundamentals/security/protect-your-origin-server/).
3131

3232
## 3. Validate the Access token
3333

src/content/docs/dns/manage-dns-records/how-to/round-robin-dns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If all associated records were proxied, any request to Cloudflare's nameservers
3636

3737
Each client (oftentimes a browser) would decide which Cloudflare IP address to send the request to. Cloudflare would then receive that request and — if Cloudflare needed to contact your origin server — we would pick one of the three IP addresses specified in your DNS records (either `192.0.2.1`, `192.0.2.2`, or `192.0.2.3`, using the example above).
3838

39-
Beyond reducing requests to your origin server, this setup allows your application to take advantage of Cloudflare's [Zero downtime failover](/fundamentals/basic-tasks/protect-your-origin-server/#zero-downtime-failover). When a request to one IP address fails, Cloudflare automatically retries the request to other IP addresses associated with the same hostname. This behavior prevents end users from experiencing downtime.
39+
Beyond reducing requests to your origin server, this setup allows your application to take advantage of Cloudflare's [Zero downtime failover](/security/protect-your-origin-server/#zero-downtime-failover). When a request to one IP address fails, Cloudflare automatically retries the request to other IP addresses associated with the same hostname. This behavior prevents end users from experiencing downtime.
4040

4141
### Unproxied and proxied records
4242

src/content/docs/fundamentals/concepts/cloudflare-ip-addresses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To avoid blocking Cloudflare IP addresses unintentionally, review your external
3535

3636
#### Further protection
3737

38-
For further recommendations on securing your origin server, refer to our guide on [protecting your origin server](/fundamentals/basic-tasks/protect-your-origin-server/).
38+
For further recommendations on securing your origin server, refer to our guide on [protecting your origin server](/fundamentals/security/protect-your-origin-server/).
3939

4040
### Customize Cloudflare IP addresses
4141

src/content/docs/fundamentals/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ As you get started with Cloudflare, explore the following resources:
1515
* [Concepts](/fundamentals/concepts/) explain the basic ideas behind how Cloudflare works and how you can work with Cloudflare.
1616
* [How to use Cloudflare](/fundamentals/setup/) gives step-by-step instructions on how to add your domain to Cloudflare.
1717
* [Subscriptions and billing](/fundamentals/subscriptions-and-billing/) help you set up your account profile, security, billing information, and more.
18-
* [Basic tasks](/fundamentals/basic-tasks/) provide guidance on how to perform common tasks with Cloudflare, particularly those related to new domains.
1918
* [Cloudflare's API](/fundamentals/api/) provides an overview of interacting with Cloudflare in a programmatic way.
2019
* [Reference topics](/fundamentals/reference/) offer technical details about different aspects of Cloudflare (common user agents, supported network ports, etc.).
2120
* [Getting started learning path](/learning-paths/get-started/concepts/) is a guided tutorial introducing you to Cloudflare. By the end of the learning path, you will have a live domain tuned for speed and security.
@@ -26,5 +25,5 @@ As you get started with Cloudflare, explore the following resources:
2625

2726
:::note
2827

29-
For additional resources, review [How to Interact with Cloudflare](/fundamentals/basic-tasks/interact-with-cloudflare/).
28+
For additional resources, review [How to Interact with Cloudflare](/fundamentals/setup/interact-with-cloudflare/).
3029
:::

src/content/docs/fundamentals/reference/scans-penetration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Targets like `*.cloudflare.com` or other Cloudflare-owned destinations are only
1919
- **Throttling**: Scans should be throttled to a reasonable rate to prevent disruptions and ensure stable system performance.
2020
- **Scope and intent**: Scans should identify the presence of vulnerabilities without attempting to actively exploit any detected weaknesses.
2121
- **Exclusions**: It is recommended to exclude [`/cdn-cgi/` endpoints](/fundamentals/reference/cdn-cgi-endpoint/) from scans to avoid false positives or irrelevant results.
22-
- **Compliance checks**: Customers may conduct [PCI compliance scans](/fundamentals/basic-tasks/pci-scans/) or verify that [known vulnerabilities](/ssl/reference/compliance-and-vulnerabilities/#known-vulnerabilities-mitigations) have been addressed.
22+
- **Compliance checks**: Customers may conduct [PCI compliance scans](/fundamentals/security/pci-scans/) or verify that [known vulnerabilities](/ssl/reference/compliance-and-vulnerabilities/#known-vulnerabilities-mitigations) have been addressed.
2323

2424
### Penetration testing
2525

src/content/docs/fundamentals/setup/manage-domains/add-site.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ If you do not already own a domain and plan to use Cloudflare for your [authorit
3838

3939
To prevent insecure connections and visitor browser errors, [make sure you have SSL/TLS protection](/ssl/get-started/).
4040

41-
## 4. Go beyond the basics
41+
Many Cloudflare services will automatically protect and speed up your web traffic once your nameservers are updated.
4242

43-
Many Cloudflare services will automatically protect and speed up your web traffic once your nameservers are updated. To customize how we process your traffic and to get more out of Cloudflare, refer to our [basic tasks](/fundamentals/basic-tasks/).
43+
To get more out of Cloudflare, refer to the [Security](/fundamentals/security/) and [Performance](/fundamentals/performance/) tasks.

src/content/docs/learning-paths/get-started-free/onboarding/add-and-activate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you already have a domain, the easiest way to get set up with Cloudflare is t
5353
If you cannot transfer your domain or want to keep your current registrar, your setup has a few more steps:
5454

5555
1. [Add your site](/fundamentals/setup/manage-domains/add-site/).
56-
2. (*Optional*) If your domain is sensitive to downtime, you may have a [few additional steps](/fundamentals/basic-tasks/minimize-downtime/).
56+
2. (*Optional*) If your domain is sensitive to downtime, you may have a [few additional steps](/fundamentals/performance/minimize-downtime/ ).
5757
3. At your registrar (where you bought your domain name), disable DNSSEC. <br/> <Render file="dnssec-providers" product="dns" />
5858
4. (*For some*) At your origin server, [allow Cloudflare IP addresses](/fundamentals/concepts/cloudflare-ip-addresses/).
5959
5. Change your [domain nameservers](/dns/zone-setups/full-setup/setup/).

src/content/docs/reference-architecture/design-guides/extending-cloudflares-benefits-to-saas-providers-end-customers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following products are used to deliver this solution.
6060

6161
## Cloudflare for SaaS examples
6262

63-
The primary objective of using Cloudflare is to ensure that all requests to your application's custom hostname are routed through Cloudflare's security and performance services first to apply security controls and routing or load balancing of traffic. Since the origin server often needs to be publicly accessible, securing the connection between Cloudflare and the origin server is crucial. For comprehensive guidance on securing origin servers, please refer to Cloudflare's documentation: [Protect your origin server](/fundamentals/basic-tasks/protect-your-origin-server/).
63+
The primary objective of using Cloudflare is to ensure that all requests to your application's custom hostname are routed through Cloudflare's security and performance services first to apply security controls and routing or load balancing of traffic. Since the origin server often needs to be publicly accessible, securing the connection between Cloudflare and the origin server is crucial. For comprehensive guidance on securing origin servers, please refer to Cloudflare's documentation: [Protect your origin server](/fundamentals/security/protect-your-origin-server/).
6464

6565
The diagrams below begin by illustrating the simplest approach to achieving this goal, followed by more complex configurations.
6666

@@ -105,7 +105,7 @@ For enhanced security, rather than exposing your application servers directly to
105105
2. The regionalized SaaS hostname is set up as a CNAME record that directs traffic to the standard [Fallback Origin](/cloudflare-for-platforms/cloudflare-for-saas/start/getting-started/#1-create-fallback-origin) of the SaaS provider (`fallback.myappexample.com`).
106106
3. The fallback origin is a CNAME DNS record that points to a [public hostname](/cloudflare-one/connections/connect-networks/routing-to-tunnel/) exposed by Cloudflare Tunnel. This public hostname should be configured to route traffic to your application, for example, `localhost:8080`.
107107

108-
This setup is ideal for SaaS providers that do not need granular load balancing, such as [geo-based traffic steering](/load-balancing/understand-basics/traffic-steering/), across multiple origin servers. It's also well-suited for simple testing and development environments, where [protecting your origin server](/fundamentals/basic-tasks/protect-your-origin-server/) by only allowing requests through the Cloudflare Tunnel is sufficient. However, for distributed applications requiring load balancing at both global and local levels, we recommend using [Cloudflare's Load Balancer](/load-balancing/) with global and private network load balancing capabilities.
108+
This setup is ideal for SaaS providers that do not need granular load balancing, such as [geo-based traffic steering](/load-balancing/understand-basics/traffic-steering/), across multiple origin servers. It's also well-suited for simple testing and development environments, where [protecting your origin server](/fundamentals/security/protect-your-origin-server/) by only allowing requests through the Cloudflare Tunnel is sufficient. However, for distributed applications requiring load balancing at both global and local levels, we recommend using [Cloudflare's Load Balancer](/load-balancing/) with global and private network load balancing capabilities.
109109

110110
### Global Traffic Management (GTM) & Private Network Load Balancing as custom origin setup
111111

src/content/docs/rules/reference/page-rules-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Improvements in modern Rules features include:
3232

3333
- **New engine**: New Rules features are powered by the [Ruleset Engine](/ruleset-engine/), which offers versatile configuration with a robust language that supports many HTTP request and response fields.
3434
- **Improved scalability**: Thanks to the improved scalability, Cloudflare plans now have increased quotas.
35-
- **Easier troubleshooting**: Rule execution is more predictable, since each rule operates independently, simplifying troubleshooting. Additionally, [Cloudflare Trace](/fundamentals/basic-tasks/trace-request/) helps understand rule interactions.
35+
- **Easier troubleshooting**: Rule execution is more predictable, since each rule operates independently, simplifying troubleshooting. Additionally, [Cloudflare Trace](/fundamentals/security/trace-request/) helps understand rule interactions.
3636
- **Improved consistency**: New Rules features also ensure consistency, with common fields and capabilities shared across products, offering a seamless experience and predictable Terraform configurations.
3737

3838
## Key differences

0 commit comments

Comments
 (0)