Skip to content

Commit 0cb6b45

Browse files
marciocloudflaremaheshwarip
authored andcommitted
updated links rules (#17425)
1 parent 56df39e commit 0cb6b45

File tree

1 file changed

+14
-2
lines changed
  • src/content/docs/style-guide/formatting/structure

1 file changed

+14
-2
lines changed

src/content/docs/style-guide/formatting/structure/links.mdx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
---
22
pcx_content_type: concept
33
title: Links
4-
54
---
65

76
Follow 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

1124
As 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:
4356
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and domain.
4457
2. Go to **DNS** > **Records**.
4558
```
46-

0 commit comments

Comments
 (0)