Skip to content

Commit 3f80c59

Browse files
authored
docs: fixing 3 dead internal links (#11100)
### What? Dead links located in docs, replaced with functioning links. ### Why? It broke my [Cursor AI](https://github.com/getcursor/cursor) from crawling and indexing the docs :( ### How? Identified broken links by a free online service, https://www.deadlinkchecker.com/, and fixed all links prefixed with `https://payloadcms.com/docs` [Referenced in Discord.](https://discord.com/channels/967097582721572934/967097582721572937/1338664792717525032)
1 parent c18c58e commit 3f80c59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/admin/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The `admin` directory contains all the _pages_ related to the interface itself,
5757

5858
<Banner type="warning">
5959
**Note:**
60-
If you don't intend to use the Admin Panel, [REST API](../rest/overview), or [GraphQL API](../graphql/overview), you can opt-out by simply deleting their corresponding directories within your Next.js app. The overhead, however, is completely constrained to these routes, and will not slow down or affect Payload outside when not in use.
60+
If you don't intend to use the Admin Panel, [REST API](../rest-api/overview), or [GraphQL API](../graphql/overview), you can opt-out by simply deleting their corresponding directories within your Next.js app. The overhead, however, is completely constrained to these routes, and will not slow down or affect Payload outside when not in use.
6161
</Banner>
6262

6363
Finally, the `custom.scss` file is where you can add or override globally-oriented styles in the Admin Panel, such as modify the color palette. Customizing the look and feel through CSS alone is a powerful feature of the Admin Panel, [more on that here](./customizing-css).

docs/configuration/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If none was in either location, Payload will finally check the `dist` directory.
181181

182182
### Customizing the Config Location
183183

184-
In addition to the above automated detection, you can specify your own location for the Payload Config. This can be useful in situations where your config is not in a standard location, or you wish to switch between multiple configurations. To do this, Payload exposes an [Environment Variable](./environment-variables) to bypass all automatic config detection.
184+
In addition to the above automated detection, you can specify your own location for the Payload Config. This can be useful in situations where your config is not in a standard location, or you wish to switch between multiple configurations. To do this, Payload exposes an [Environment Variable](../configuration/environment-vars) to bypass all automatic config detection.
185185

186186
To use a custom config location, set the `PAYLOAD_CONFIG_PATH` environment variable:
187187

docs/rich-text/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Notice how even the toolbars are features? That's how extensible our lexical edi
174174

175175
## Creating your own, custom Feature
176176

177-
You can find more information about creating your own feature in our [building custom feature docs](../rich-text/building-custom-features).
177+
You can find more information about creating your own feature in our [building custom feature docs](../rich-text/custom-features).
178178

179179
## TypeScript
180180

0 commit comments

Comments
 (0)