Skip to content

Commit c526f85

Browse files
committed
update links
1 parent 8cea57e commit c526f85

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
/src/content/docs/cloudflare-one/identity/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
6161
/src/content/docs/cloudflare-one/policies/access/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
6262
/src/content/docs/cloudflare-one/team-and-resources/devices/ @ranbel @cloudflare/pcx-technical-writing
63-
/src/content/docs/cloudflare-one/connections/connect-networks/ @nikitacano @ranbel @cloudflare/pcx-technical-writing
63+
/src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/ @nikitacano @ranbel @cloudflare/pcx-technical-writing
6464
/src/content/docs/cloudflare-one/applications/casb/ @maxvp @cloudflare/pcx-technical-writing
6565
/src/content/docs/cloudflare-one/policies/gateway/ @maxvp @cloudflare/pcx-technical-writing
6666
/src/content/docs/cloudflare-one/policies/browser-isolation/ @maxvp @ranbel @cloudflare/pcx-technical-writing

src/content/notifications/index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ entries:
508508
audience: Customers who want to be warned about changes in health status for their Cloudflare Tunnels.
509509
availability: All Cloudflare Zero Trust plans.
510510
associatedProducts: Tunnel
511-
nextSteps: Monitor tunnel health over time and consider deploying [`cloudflared` replicas or load balancers](/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-availability/).
511+
nextSteps: Monitor tunnel health over time and consider deploying [`cloudflared` replicas or load balancers](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/).
512512
otherFilters: None.
513513
additional_information: |-
514-
Refer to [Tunnel status](/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/common-errors/#tunnel-status) to review the list of possible tunnel statuses (`Active`, `Inactive`, `Down` and `Degraded`).
514+
Refer to [Tunnel status](/cloudflare-one/networks/connectors/cloudflare-tunnel/troubleshoot-tunnels/common-errors/#tunnel-status) to review the list of possible tunnel statuses (`Active`, `Inactive`, `Down` and `Degraded`).
515515
516516
- name: Device connectivity anomaly
517517
audience: Zero Trust customers who want to be notified when Cloudflare detects a spike or drop in the number of devices connected to the WARP client.

src/content/products/cloudflare-tunnel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Cloudflare Tunnel
33
product:
44
title: Cloudflare Tunnel
55
group: Cloudflare One
6-
url: /cloudflare-one/connections/connect-networks/
6+
url: /cloudflare-one/networks/connectors/cloudflare-tunnel/
77

88
meta:
99
description: Securely connect resources to Cloudflare without a publicly routable IP address

src/content/warp-releases/linux/ga/2024.9.346.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ releaseNotes: |
22
This release contains minor fixes and minor improvements.
33
44
**Notable updates**
5-
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
5+
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/networks/connectors/cloudflare-tunnel/use-cases/ssh/ssh-infrastructure-access/) solution.
66
- Added the ability to customize PCAP options in the `warp-cli`.
77
- Added a list of installed applications in `warp-diag`.
88
- Added a `tunnel reset mtu` subcommand to the `warp-cli`.

src/content/warp-releases/macos/ga/2024.9.346.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ releaseNotes: |
44
All customers running macOS Ventura 13.0 and above (including macOS Sequoia) are advised to upgrade to this release. This release fixes an incompatibility with the firewall that may sometimes result in the firewall becoming disabled.
55
66
**Changes and improvements:**
7-
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
7+
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/networks/connectors/cloudflare-tunnel/use-cases/ssh/ssh-infrastructure-access/) solution.
88
- Added a `tunnel reset mtu` subcommand to the `warp-cli`.
99
- Added the ability for `warp-cli` to use the team name provided in the MDM file for initial registration.
1010
- Added a JSON output option to the `warp-cli`.

src/content/warp-releases/windows/ga/2024.9.346.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ releaseNotes: |
22
This release contains minor fixes and improvements.
33
44
**Changes and improvements:**
5-
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) solution.
5+
- Added `target list` to the `warp-cli` to enhance the user experience with the [Access for Infrastructure SSH](/cloudflare-one/networks/connectors/cloudflare-tunnel/use-cases/ssh/ssh-infrastructure-access/) solution.
66
- Added [pre-login](/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/windows-prelogin/) configuration details to the `warp-diag` output.
77
- Added a `tunnel reset mtu` subcommand to the `warp-cli`.
88
- Added a JSON output option to the `warp-cli`.

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const topCards = [
9191
title: "Zero Trust",
9292
links: [
9393
{ text: "Access", href: "/cloudflare-one/policies/access/" },
94-
{ text: "Tunnel", href: "/cloudflare-one/connections/connect-networks/" },
94+
{ text: "Tunnel", href: "/cloudflare-one/networks/connectors/cloudflare-tunnel/" },
9595
{ text: "Gateway", href: "/cloudflare-one/policies/gateway/" },
9696
{
9797
text: "Browser Isolation",
@@ -160,7 +160,7 @@ const featuredSections = [
160160
text: "Cloudflare Tunnel provides you with a secure way to connect your resources to Cloudflare without a publicly routable IP address.",
161161
cta: {
162162
title: "Set up a tunnel",
163-
href: "/cloudflare-one/connections/connect-networks/",
163+
href: "/cloudflare-one/networks/connectors/cloudflare-tunnel/",
164164
},
165165
},
166166
],

0 commit comments

Comments
 (0)