From 194c662a4353fb83e6c2e46212460004be439d30 Mon Sep 17 00:00:00 2001 From: Jaime <52668514+jsgalarraga@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:00:11 +0100 Subject: [PATCH] feat: update how we built link (#156) --- lib/constants/urls.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/constants/urls.dart b/lib/constants/urls.dart index 9dd38249..f455ae11 100644 --- a/lib/constants/urls.dart +++ b/lib/constants/urls.dart @@ -7,6 +7,5 @@ class Urls { static const String termsOfService = 'https://policies.google.com/terms'; - // TODO(all): replace with final url! - static const String howWeBuilt = 'https://flutter.dev'; + static const String howWeBuilt = 'https://medium.com/flutter/9c7aa2a5ad31'; }