From 166f1da8e06fe82970416e452ec832bd44c22a28 Mon Sep 17 00:00:00 2001 From: mansaj Date: Mon, 15 May 2023 14:46:03 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Vincent --- docs/adr/0005-feature-flags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adr/0005-feature-flags.md b/docs/adr/0005-feature-flags.md index 54b79e1fd..85e6cb9f7 100644 --- a/docs/adr/0005-feature-flags.md +++ b/docs/adr/0005-feature-flags.md @@ -82,8 +82,8 @@ Tagging refers to the ability to attach arbitrary key:value pairs to a feature f ## Considered Options * Environment Variables -* Unleashed Open Source Feature Flag (self host) -* Unleased (managed cloud) +* [Unleash](https://www.getunleash.io/) Open Source Feature Flag (self host) +* Unleash (managed cloud) ## Decision Outcome