fix: accurate list of experiments in docs (#7449)

This commit is contained in:
Ben Potter 2023-05-08 09:58:07 -05:00 committed by GitHub
parent c3e60dcdfb
commit 3931a6c7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ coder server --experiments=feature1,feature2
# Alternatively, use the `CODER_EXPERIMENTS` environment variable.
```
Visit `https://<your-coder-url>/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).