mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
fix(docs): add trailing slash to /user-docs/databases redirect target
The databases index page generates at /user-docs/databases/ (with trailing slash) since it's a directory index page. Update all redirect targets and links to use the trailing-slash form so Docusaurus's redirect validator accepts them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ const sidebars = {
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Database Drivers',
|
||||
href: '/user-docs/databases',
|
||||
href: '/user-docs/databases/',
|
||||
description: 'See User Docs for database connection guides',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user