diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 901453a..54ccf8a 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -42,7 +42,7 @@ const config: Config = {
 				redirects: [
 					{
 						from: "/get-started",
-						to: "/getting-started/configure-coderabbit",
+						to: "/getting-started/quickstart/",
 					},
 					{
 						from: "/guides/customize-coderabbit",
@@ -80,6 +80,10 @@ const config: Config = {
 						from: "/platforms/self-hosted-github",
 						to: "/platforms/github-enterprise-server",
 					},
+					{
+						from: "/configure-coderabbit",
+						to: "/getting-started/configure-coderabbit",
+					},
 				],
 			},
 		],