From 343887de5c0661c7f7aa2284531afccd70f47762 Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Fri, 13 Aug 2021 11:36:54 +0200 Subject: [PATCH] fix: update link to unique architecture --- websitev2/docs/user_guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websitev2/docs/user_guide/index.md b/websitev2/docs/user_guide/index.md index a409e54169..9d1b19453a 100644 --- a/websitev2/docs/user_guide/index.md +++ b/websitev2/docs/user_guide/index.md @@ -9,7 +9,7 @@ Welcome to the Unleash documentation. Our goal with our documentation is to guid One of the most important aspects of the architecture to understand is that feature toggles _are evaluated in a client SDKs_ which runs as part of your application. This makes toggle evaluations super-fast (_we talk nano-seconds_), scalable and resilient against network disturbances. In order to achieve this Unleash compromises a small update-delay when you change your toggle configurations until it is fully propagated to your application (in terms of seconds and is configurable). -If you want more details you cam read about [our unique architecture](https://www.unleash-hosted.com/articles/our-unique-architecture). +If you want more details you cam read about [our unique architecture](https://www.getunleash.io/blog/our-unique-architecture). ### Unleash Server {#unleash-server}