Skip to content

Commit 8cc5673

Browse files
ethanpalmclaude
andcommitted
Update Redirects and broken links page
- Improve language clarity and conciseness - Remove unnecessary words like 'Simply' and 'will' - Use present tense for more direct communication - Fix preposition usage for better grammar - Streamline explanations for better readability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c3585bf commit 8cc5673

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

settings/broken-links.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ description: "Tools to help prevent invalid links"
44
icon: 'link-2'
55
---
66

7-
When you change the path of a file in your docs folder, it will also change the path of the URL to that page. This may happen when restructuring your docs or changing the sidebar title.
7+
When you change the path of a file in your docs folder, it also changes the URL path to that page. This may happen when restructuring your docs or changing the sidebar title.
88

99
## Broken Links
1010

11-
Catch broken links with our CLI. Simply [install the CLI](/installation) and run the command:
11+
Catch broken links with our CLI. [Install the CLI](/installation) and run the command:
1212

1313
```bash
1414
mint broken-links
1515
```
1616

17-
The CLI will identify any relative links in your docs that don't exist.
17+
The CLI identifies any relative links in your docs that don't exist.
1818

1919
## Redirects
2020

21-
Set up 301 redirects by adding the `redirects` field into your `docs.json` file.
21+
Set up 301 redirects by adding the `redirects` field to your `docs.json` file.
2222

2323
```json
2424
"redirects": [
@@ -29,9 +29,9 @@ Set up 301 redirects by adding the `redirects` field into your `docs.json` file.
2929
]
3030
```
3131

32-
This will permanently redirect `/source/path` to `/destination/path` so that you don't lose any previous SEO for the original page.
32+
This permanently redirects `/source/path` to `/destination/path` so that you don't lose any previous SEO for the original page.
3333

34-
To match a wildcard path, use `*` after a parameter. In this example, `/beta/:slug*` will match `/beta/introduction` and redirects it to `/v2/introduction`.
34+
To match a wildcard path, use `*` after a parameter. In this example, `/beta/:slug*` matches `/beta/introduction` and redirects it to `/v2/introduction`.
3535

3636
```json
3737
"redirects": [

0 commit comments

Comments
 (0)