From 7871a4182841be1a0c14d39ba71baabee93c82d0 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 May 2023 14:48:00 +0000 Subject: [PATCH] fix: accurate list of experiments in docs --- docs/contributing/feature-stages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/feature-stages.md b/docs/contributing/feature-stages.md index f02901570816a..6ccb4e6edccb1 100644 --- a/docs/contributing/feature-stages.md +++ b/docs/contributing/feature-stages.md @@ -22,4 +22,4 @@ coder server --experiments=feature1,feature2 # Alternatively, use the `CODER_EXPERIMENTS` environment variable. ``` -Visit `https:///api/v2/experiments` to see which experimental features are available for your deployment. +For a list of all experiments, refer to the [codersdk reference](https://pkg.go.dev/github.com/coder/coder/codersdk#Experiment).