From 983b9416298603c678f48d28467457e46bcaf934 Mon Sep 17 00:00:00 2001 From: Ibrahim AshShohail Date: Tue, 27 Aug 2019 22:40:20 +0300 Subject: [PATCH] Fix asset paths (#486) --- docs/guides/custom-activation-strategy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/custom-activation-strategy.md b/docs/guides/custom-activation-strategy.md index 7ecb7a8369..9f99515817 100644 --- a/docs/guides/custom-activation-strategy.md +++ b/docs/guides/custom-activation-strategy.md @@ -13,7 +13,7 @@ In this example we want to define an activation strategy offers a scheduled rele First we need to "define" our new strategy. To add a new "Strategy", open the Strategies tab from the sidebar. -![timestamp_create_strategy](assets/timestamp_create_strategy.png) +![timestamp_create_strategy](../assets/timestamp_create_strategy.png) We name our strategy `TimeStamp` and add one required parameter of type string, which we call `enableAfter`. @@ -21,7 +21,7 @@ We name our strategy `TimeStamp` and add one required parameter of type string, After we have created the strategy definition, we can now decide to use that activation strategy for our feature toggle. -![timestamp_use_strategy](assets/timestamp_use_strategy.png) +![timestamp_use_strategy](../assets/timestamp_use_strategy.png) In the example we want to use our custom strategy for the feature toggle named `demo.TimeStampRollout`.