From 0e8ec83120695e0b6da688364e2659e3c0359b7b Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 26 May 2016 09:51:03 -0400 Subject: [PATCH] Included a link to 12factor.net Not every one is aware of the 12factor.net so included the link. --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index 3cf6c186b..de69b7553 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -22,7 +22,7 @@ For Helm, there are three important concepts: 3. A _release_ is a running instance of a _chart_, combined with a specific _config_. -Following the formula made famous by the 12 Factor App, _chart + config +Following the formula made famous by the [12 Factor App](http://12factor.net/), _chart + config = release_. ## Components