File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
src/content/docs/style-guide/formatting/structure Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11---
22pcx_content_type : concept
33title : Links
4-
54---
65
76Follow these guidelines for link text.
87
8+ ## Create links
9+
10+ Use the path to the product when creating a link.
11+
12+ - ** Do** :
13+ - ` This is a link for Magic WAN's [Get started](/magic-wan/get-started/) `
14+ - ** Don't:**
15+ - ` This is a link for Magic WAN's [Get started](https://developers.cloudflare.com/magic-wan/get-started/) `
16+
17+ ** Also not supported:**
18+
19+ - Relative links: `` A link to [`DurableObjectNamespace::get`](./namespace) ``
20+ - Using the file extension in links: ` This is a link for Magic WAN's [Get started](/magic-wan/get-started.mdx/) `
21+
922## Standard text
1023
1124As much as possible, use text that follows one of these patterns:
@@ -43,4 +56,3 @@ When directing users to the Cloudflare dashboard, use the following convention:
43561. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and domain.
44572. Go to **DNS** > **Records**.
4558```
46-
You can’t perform that action at this time.
0 commit comments