Skip to content

Commit 7e4f7af

Browse files
authored
docs: fix links in admin faq (#16711)
fixes broken links in admin overview FAQ section - `[/customizing-location]` (wrong) - `[/admin-panel-location]`(right)
1 parent 99d4930 commit 7e4f7af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/admin/overview.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The `admin` directory contains all the _pages_ related to the interface itself,
6161
<Banner type="success">
6262
**Tip:** The `(payload)` folder location is flexible. You can move it to match
6363
your application's structure by updating the `routes` and `admin.importMap`
64-
configuration. See [Customizing Admin Panel Location](./customizing-location)
64+
configuration. See [Customizing Admin Panel Location](./admin-panel-location)
6565
for step-by-step instructions.
6666
</Banner>
6767

@@ -115,7 +115,7 @@ The following options are available:
115115
| `suppressHydrationWarning` | If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root `<html>` tag. Defaults to `false`. |
116116
| `theme` | Restrict the Admin Panel theme to use only one of your choice. Default is `all`. |
117117
| `timezones` | Configure the timezone settings for the admin panel. [More details](#timezones) |
118-
| `toast` | Customize the handling of toast messages within the Admin Panel. [More details](#toasts) |
118+
| `toast` | Customize the handling of toast messages within the Admin Panel. [More details](#toast) |
119119
| `user` | The `slug` of the Collection that you want to allow to login to the Admin Panel. [More details](#the-admin-user-collection). |
120120

121121
<Banner type="success">
@@ -246,7 +246,7 @@ app
246246
<Banner type="info">
247247
**Advanced Routing:** For complex scenarios like nesting the admin panel at
248248
custom paths (e.g., `/admin/content`) or organizing multiple admin dashboards,
249-
see [Customizing Admin Panel Location](./customizing-location).
249+
see [Customizing Admin Panel Location](./admin-panel-location).
250250
</Banner>
251251

252252
### Admin-level Routes
@@ -424,15 +424,15 @@ The following options are available for the `admin.toast` configuration:
424424

425425
### Can I move the Payload admin panel to a custom location?
426426

427-
Yes! Payload is flexible about where the admin panel lives. You can move it to custom routes like `/dashboard`, `/cms`, or nested paths like `/admin/content`. See [Customizing Admin Panel Location](./customizing-location) for step-by-step instructions.
427+
Yes! Payload is flexible about where the admin panel lives. You can move it to custom routes like `/dashboard`, `/cms`, or nested paths like `/admin/content`. See [Customizing Admin Panel Location](./admin-panel-location) for step-by-step instructions.
428428

429429
### Which auto-generated files can I safely modify?
430430

431-
Most files in the `(payload)` folder are only created once and can be safely modified. Only the `importMap.js` file is regenerated automatically. See [Understanding Auto-Generated Files](./customizing-location#understanding-auto-generated-files) for a complete reference table.
431+
Most files in the `(payload)` folder are only created once and can be safely modified. Only the `importMap.js` file is regenerated automatically. See [Understanding Auto-Generated Files](./admin-panel-location#understanding-auto-generated-files) for a complete reference table.
432432

433433
### Why does layout.tsx say "DO NOT MODIFY" if I need to edit it?
434434

435-
This warning is misleading. The `layout.tsx` file was generated during initial project setup but is never regenerated by Payload. It is safe to modify, especially when customizing your folder structure. See [About the "DO NOT MODIFY" Warning](./customizing-location#about-the-do-not-modify-warning) for details.
435+
This warning is misleading. The `layout.tsx` file was generated during initial project setup but is never regenerated by Payload. It is safe to modify, especially when customizing your folder structure. See [About the "DO NOT MODIFY" Warning](./admin-panel-location#about-the-do-not-modify-warning) for details.
436436

437437
### What happens if I edit the import map file directly?
438438

0 commit comments

Comments
 (0)