diff --git a/docs/experiments-plus/experimentation/best-practices.md b/docs/experiments-plus/experimentation/best-practices.md deleted file mode 100644 index 5ddd571c9..000000000 --- a/docs/experiments-plus/experimentation/best-practices.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Best Practices -sidebar_label: Best Practices -slug: /experiments-plus/experimentation/best-practices ---- - -For a good overview on Experiment Design, Monitoring and Readout, see [this article](https://statsig.com/blog/product-experimentation-best-practices). diff --git a/docusaurus.config.ts b/docusaurus.config.ts index dcb362b10..83bd0519e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -320,6 +320,10 @@ const config: Config = { to: "/experiments-plus/stop-assignments", from: "/experiments-plus/pause-assignment", }, + { + to: "https://statsig.com/blog/product-experimentation-best-practices", + from: "/experiments-plus/experimentation/best-practices/", + }, ], }, ],