Skip to content

Commit 93f54b2

Browse files
added missing dash route (#26447)
1 parent c81c4b3 commit 93f54b2

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/content/partials/networking-services/mconn/configure-connectors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ You cannot enable high availability for an existing { props.magicWord === "virtu
360360
<p>To add a { props.magicWord === "virtual" ? props.productNameVirtual : props.productName }:</p>
361361
<ol>
362362
<li>Log in to the <a href="https://dash.cloudflare.com/">Cloudflare dashboard</a> and select your account.</li>
363-
<li>Go to <strong>Magic WAN</strong> &gt; <strong>Connector on-ramps (beta)</strong>.</li>
363+
<li>Go to <strong>Networking</strong> &gt; <strong>Magic WAN</strong> &gt; <strong>Connector on-ramps (beta)</strong>.</li>
364364
<li>Select <strong>Add</strong>.</li>
365365
</ol>
366366
</>

src/content/partials/networking-services/mconn/maintenance/add-remove-connectors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To add a new Magic WAN Connector you first need to remove the one associated wit
2222
<Markdown
2323
text={`
2424
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
25-
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
25+
2. Go to **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
2626
`}
2727
inline={false}
2828
/>

src/content/partials/networking-services/mconn/maintenance/edit-basic-info.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In **Basic information**, you can change the name and description of your Magic
2222
<Markdown
2323
text={`
2424
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
25-
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
25+
2. Go to **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
2626
`}
2727
inline={false}
2828
/>

src/content/partials/networking-services/mconn/maintenance/edit-network-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Markdown } from "~/components";
2020
<Markdown
2121
text={`
2222
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
23-
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
23+
2. Go to **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
2424
`}
2525
inline={false}
2626
/>

src/content/partials/networking-services/mconn/maintenance/edit-sites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Markdown } from "~/components";
2121
<Markdown
2222
text={`
2323
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
24-
2. Go to **Magic WAN** > **Network overview (beta)**.
24+
2. Go to **Networking** > **Magic WAN** > **Network overview (beta)**.
2525
3. Find the site you want to make changes on > select the three dots next to it > **Edit**.
2626
`}
2727
inline={false}

src/content/partials/networking-services/mconn/maintenance/edit-traffic-steering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can only add or remove applications to Breakout traffic and Prioritized traf
2222
<Markdown
2323
text={`
2424
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
25-
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
25+
2. Go to **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
2626
`}
2727
inline={false}
2828
/>

src/content/partials/networking-services/mconn/network-options/dhcp/dhcp-relay.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To configure DHCP relay:
5353
<Markdown
5454
text={`
5555
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
56-
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
56+
2. Go to **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
5757
`}
5858
inline={false}
5959
/>

src/content/partials/networking-services/mconn/network-options/dhcp/dhcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When you use a static IP address, Magic WAN Connector can also act as a DHCP ser
2424
<Markdown
2525
text={`
2626
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
27-
2. Go to **Magic WAN** > **Connector on-ramps (beta)**.
27+
2. Go to **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
2828
`}
2929
inline={false}
3030
/>

src/content/partials/networking-services/mconn/network-options/network-segmentation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Follow the steps below to create a new LAN policy to segment your network. Only
6363
<Markdown
6464
text={`
6565
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
66-
2. Select **Magic WAN** > **Connector on-ramps (beta)**.
66+
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
6767
`}
6868
inline={false}
6969
/>
@@ -220,7 +220,7 @@ The new policy will ensure that traffic between the specified LANs flows locally
220220
<Markdown
221221
text={`
222222
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
223-
2. Select **Magic WAN** > **Connector on-ramps (beta)**.
223+
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
224224
`}
225225
inline={false}
226226
/>
@@ -334,7 +334,7 @@ Example:
334334
<Markdown
335335
text={`
336336
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
337-
2. Select **Magic WAN** > **Connector on-ramps (beta)**.
337+
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
338338
`}
339339
inline={false}
340340
/>

0 commit comments

Comments
 (0)