|
7 | 7 | - dashName |
8 | 8 | --- |
9 | 9 |
|
10 | | -import { APIRequest, Aside, AnchorHeading, CURL, Markdown, Render, TabItem, Tabs } from "~/components"; |
| 10 | +import { APIRequest, Aside, AnchorHeading, CURL, DashButton, Markdown, Render, TabItem, Tabs } from "~/components"; |
11 | 11 |
|
12 | 12 | { props.magicWord === "breakout" && ( |
13 | 13 | <> |
@@ -108,11 +108,11 @@ You need to configure {props.featureName} applications for each of your existing |
108 | 108 | <> |
109 | 109 | <Markdown |
110 | 110 | text={` |
111 | | - 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. |
112 | | - 2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**. |
113 | | - `} |
| 111 | + 1. In the Cloudflare dashboard, go to **Connector on-ramps**. |
| 112 | + `} |
114 | 113 | inline={false} |
115 | 114 | /> |
| 115 | + <DashButton url="/?to=/:account/magic-wan/mconn-onramp" /> |
116 | 116 | </> |
117 | 117 | ) |
118 | 118 | } |
@@ -230,11 +230,11 @@ The traffic for the application you chose ${props.whatHappensApp}. |
230 | 230 | <> |
231 | 231 | <Markdown |
232 | 232 | text={` |
233 | | - 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. |
234 | | - 2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**. |
235 | | - `} |
| 233 | + 1. In the Cloudflare dashboard, go to **Connector on-ramps**. |
| 234 | + `} |
236 | 235 | inline={false} |
237 | 236 | /> |
| 237 | + <DashButton url="/?to=/:account/magic-wan/mconn-onramp" /> |
238 | 238 | </> |
239 | 239 | ) |
240 | 240 | } |
@@ -329,9 +329,14 @@ To pin applications to a WAN port: |
329 | 329 | <> |
330 | 330 | <Markdown |
331 | 331 | text={` |
332 | | - 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. |
333 | | - 2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**. |
334 | | - 3. Select your Connector > **Edit**. |
| 332 | + 1. In the Cloudflare dashboard, go to **Connector on-ramps**. |
| 333 | + `} |
| 334 | + inline={false} |
| 335 | + /> |
| 336 | + <DashButton url="/?to=/:account/magic-wan/mconn-onramp" /> |
| 337 | + <Markdown |
| 338 | + text={` |
| 339 | + 2. Select your Connector > **Edit**. |
335 | 340 | `} |
336 | 341 | inline={false} |
337 | 342 | /> |
|
0 commit comments