Skip to content

Commit

Permalink
Fix redirects
Browse files Browse the repository at this point in the history
- Replace `/database-access/` with `/database-access/introduction/` as a
  redirect destination, as well as `/kubernetes-access/`.
- Remove a duplicate redirect.
- Remove a redirect to an existing page.
  • Loading branch information
ptgott committed Jun 25, 2024
1 parent 068678c commit ce61dca
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@
},
{
"source": "/preview/database-access/",
"destination": "/database-access/",
"destination": "/database-access/introduction/",
"permanent": true
},
{
Expand All @@ -2342,7 +2342,7 @@
},
{
"source": "/kubernetes-ssh/",
"destination": "/kubernetes-access/",
"destination": "/kubernetes-access/introduction/",
"permanent": true
},
{
Expand Down Expand Up @@ -2442,7 +2442,7 @@
},
{
"source": "/kubernetes-access/getting-started/local/",
"destination": "/kubernetes-access/",
"destination": "/kubernetes-access/introduction/",
"permanent": true
},
{
Expand Down Expand Up @@ -2520,11 +2520,6 @@
"destination": "/access-controls/access-request-plugins/ssh-approval-jira/",
"permanent": true
},
{
"source": "/enterprise/workflow/ssh-approval-jira-cloud/",
"destination": "/access-controls/access-request-plugins/ssh-approval-jira/",
"permanent": true
},
{
"source": "/enterprise/workflow/ssh-approval-slack/",
"destination": "/access-controls/access-request-plugins/ssh-approval-slack/",
Expand Down Expand Up @@ -3315,16 +3310,6 @@
"destination": "/machine-id/deployment/gitlab/",
"permanent": true
},
{
"source": "/server-access/guides/openssh/",
"destination": "/server-access/guides/openssh/openssh/",
"permanent": true
},
{
"source": "/server-access/guides/openssh/",
"destination": "/server-access/guides/openssh/openssh/",
"permanent": true
},
{
"source": "/database-access/rbac/configuring-auto-user-provisioning/",
"destination": "/database-access/auto-user-provisioning/",
Expand Down

0 comments on commit ce61dca

Please sign in to comment.