Skip to content

Commit 8d760f9

Browse files
committed
docs: fix canonical for quickstart and add redirect
1 parent ef706c0 commit 8d760f9

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

docs/oel/keto/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Ory Keto Quickstart
55
---
66

77
<head>
8-
<link rel="canonical" href="/docs/network/keto/quickstart" />
8+
<link rel="canonical" href="/docs/oel/keto/quickstart" />
99
</head>
1010

1111
```mdx-code-block

docs/oel/keto/quickstarts/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Ory Keto Quickstart
55
---
66

77
<head>
8-
<link rel="canonical" href="/docs/network/keto/quickstart" />
8+
<link rel="canonical" href="/docs/oel/keto/quickstart" />
99
</head>
1010

1111
```mdx-code-block

docs/oss/keto/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Ory Keto Quickstart
55
---
66

77
<head>
8-
<link rel="canonical" href="/docs/network/keto/quickstart" />
8+
<link rel="canonical" href="/docs/oel/keto/quickstart" />
99
</head>
1010

1111
```mdx-code-block

docs/oss/keto/quickstarts/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Ory Keto Quickstart
55
---
66

77
<head>
8-
<link rel="canonical" href="/docs/network/keto/quickstart" />
8+
<link rel="canonical" href="/docs/oel/keto/quickstart" />
99
</head>
1010

1111
```mdx-code-block

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,11 @@
19061906
"source": "/docs/network/keto/quickstart",
19071907
"destination": "/docs/network/keto/overview",
19081908
"permanent": true
1909+
},
1910+
{
1911+
"source": "/docs/network/keto/quickstart/quickstart",
1912+
"destination": "/docs/network/keto/overview",
1913+
"permanent": true
19091914
}
19101915
],
19111916
"headers": [

0 commit comments

Comments
 (0)