Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions src/content/docs/style-guide/formatting/structure/links.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
---
pcx_content_type: concept
title: Links

---

Follow these guidelines for link text.

## Create links

Use the path to the product when creating a link.

- **Do**:
- `This is a link for Magic WAN's [Get started](/magic-wan/get-started/)`
- **Don't:**
- `This is a link for Magic WAN's [Get started](https://developers.cloudflare.com/magic-wan/get-started/)`

**Also not supported:**

- Relative links: ``A link to [`DurableObjectNamespace::get`](./namespace)``
- Using the file extension in links: `This is a link for Magic WAN's [Get started](/magic-wan/get-started.mdx/)`

## Standard text

As much as possible, use text that follows one of these patterns:
Expand Down Expand Up @@ -43,4 +56,3 @@ When directing users to the Cloudflare dashboard, use the following convention:
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account and domain.
2. Go to **DNS** > **Records**.
```

Loading