From 902a0c2a0fc6b2ba92322fe027627af1f58492e6 Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Thu, 9 Jan 2025 09:13:32 -0600 Subject: [PATCH] Fix a broken link (#16) --- UPDATE_FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATE_FAQ.md b/UPDATE_FAQ.md index 9b36704..6041ec9 100644 --- a/UPDATE_FAQ.md +++ b/UPDATE_FAQ.md @@ -59,7 +59,7 @@ application codebase. ## Why isn't \[my favorite software development principle\] a factor? When selecting factors, we hold closely to the principles laid out in our -[vision](VISON.md). Twelve-factor isn't intended to be a collection of +[vision](VISION.md). Twelve-factor isn't intended to be a collection of everything you need to think about when building an application. It specifically focuses on the interfaces between the application and the platform. This means that a number of software development principles (DRY,