From 7e8cae3913f28305ccf81a5bd3fc52f6ecedaf25 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 18 Mar 2022 12:21:29 +0100 Subject: [PATCH] docs: change spec to specification, add link to spec --- website/docs/advanced/strategy-constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/strategy-constraints.md b/website/docs/advanced/strategy-constraints.md index 46427f53cd..9c90aded1f 100644 --- a/website/docs/advanced/strategy-constraints.md +++ b/website/docs/advanced/strategy-constraints.md @@ -187,7 +187,7 @@ If you use the new constraints with old SDKs, here's how it'll affect _some_ of Please inspect the [SDK compatibility table to see which version of your preferred SDK introduced support for this feature](../sdks/index.md#strategy-constraints). -After Unleash 4.9, we updated the client spec. Going forward, any constraint that a client does not recognize, **must be evaluated as `false`** +After Unleash 4.9, we updated the [Unleash client specification](https://github.com/Unleash/client-specification). Going forward, any constraint that a client does not recognize, **must be evaluated as `false`** ## [Deprecated]: Constrain on a specific environment {#constrain-on-a-specific-environment}