Skip to content

Commit 0561fd7

Browse files
Apply suggestions from code review
Co-authored-by: Pedro Sousa <[email protected]>
1 parent 9d2c361 commit 0561fd7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MetaInfo, Render, Steps, Stream, Tabs, TabItem, Type } from "~/componen
99

1010
This guide helps you diagnose and resolve common issues with the Cloudflare WARP client. It covers how to troubleshoot the WARP client on desktop operating systems, including Windows, macOS, and Linux.
1111

12-
1. **Before you start**: [Prerequisites](#prerequisites), permissions, [version control](#check-your-warp-version) and WARP basics.
12+
1. **Before you start**: [Prerequisites](#prerequisites), permissions, [version control](#check-your-warp-version), and WARP basics.
1313
2. **Collect logs**: Through the [dashboard](#option-a-collect-logs-via-the-cloudflare-dashboard) (with DEX remote capture) or the [command-line interface](#option-b-collect-logs-via-the-cli) (CLI) (`warp-diag`).
1414
3. **Review logs**: [Status](#check-warp-status), [settings](#check-warp-settings), [profile ID](#profile-id), [split tunnel](#exclude-mode-with-hostsips) configuration, and other settings.
1515
4. **Fix common misconfigurations**: [Profile mismatch](#wrong-profile-id), [split tunnel issues](#wrong-split-tunnel-configuration), [managed network issues](#review-your-managed-network-settings), [user group mismatch](#check-a-users-group-membership).
@@ -90,7 +90,7 @@ Collect WARP diagnostic logs remotely from the Zero Trust dashboard by using Dig
9090

9191
:::tip[Best practice]
9292

93-
To troubleshoot effectively, Cloudflare recommends reproducing the issue and noting your timestamps immediately before collecting logs. Though recreating the issue may not be possible in all cases, reproducing the issue right before WARP diag collection or during the window that a PCAP is running will help you troubleshoot with greater visibility.
93+
To troubleshoot effectively, Cloudflare recommends reproducing the issue and noting your timestamps immediately before collecting logs. Though recreating the issue may not be possible in all cases, reproducing the issue right before WARP diag collection or during the window that a packet capture (PCAP) is running will help you troubleshoot with greater visibility.
9494

9595
Refer to [WARP log retention window](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/#log-retention-window) to learn more.
9696
:::
@@ -288,7 +288,7 @@ Allowed to Leave Org: true
288288

289289
##### LAN Access Settings
290290

291-
Refers to the [Allow users to enable local network exclusion](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/#allow-users-to-enable-local-network-exclusion) setting. When enabled, it allows users to temporarily access local devices (like printers) by excluding the detected local subnet from the WARP tunnel. This example indicates access is allowed until the next WARP reconnection, and only for subnets up to /24.
291+
Refers to the [Allow users to enable local network exclusion](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/#allow-users-to-enable-local-network-exclusion) setting. When enabled, it allows users to temporarily access local devices (like printers) by excluding the detected local subnet from the WARP tunnel. This example indicates access is allowed until the next WARP reconnection, and only for subnets up to `/24`.
292292

293293
```txt
294294
LAN Access Settings: Allowed until reconnect on a /24 subnet
@@ -325,7 +325,7 @@ If your organization has multiple device profiles defined in the Zero Trust dash
325325

326326
2. [Managed network](#review-your-managed-network-settings) issues.
327327
3. User group [mismatch](#check-a-users-group-membership).
328-
4. Lack of [precise match rules](#edit-your-device-profile-match-rules)
328+
4. Lack of [precise match rules](#edit-your-device-profile-match-rules).
329329

330330
#### Check the applied device profile
331331

@@ -385,7 +385,7 @@ To check that the user belongs to the intended group:
385385
1. Log into [Zero Trust](https://one.dash.cloudflare.com/) > go to **My Team** > **Users**.
386386
2. Select the user.
387387
3. Under **User Registry Identity**, select the user's name.
388-
4. The Get-identity endpoint lists all the groups the user belongs to.
388+
4. The **Get-identity endpoint** lists all the groups the user belongs to.
389389

390390
If the user was recently added to a group, they will need to update their group membership with Cloudflare Zero Trust. This can be accomplished by logging into the reauthenticate endpoint.
391391

src/content/docs/learning-paths/warp-overview-course/series/warp-basics-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
3838
- [Configure Device Profiles for Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/)
3939
- [Cloudflare WARP Operating Modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/)
4040
- [Split Tunneling with Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/)
41-
- [WARP troubleshooting guide](/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide/)
41+
- [WARP troubleshooting guide](/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide/)
4242

4343
</Card>
4444
</TabItem>

src/content/docs/learning-paths/warp-overview-course/series/warp-basics-2.mdx

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

3838
- [Introduction to Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/)
3939
- [Troubleshooting WARP](/cloudflare-one/connections/connect-devices/warp/troubleshooting/)
40-
- [WARP troubleshooting guide](/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide/)
40+
- [WARP troubleshooting guide](/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide/)
4141
</Card>
4242
</TabItem>
4343

0 commit comments

Comments
 (0)