From 44df352b26252a69cb83db9816d46d9bd3df6704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 14 Dec 2018 23:07:55 +0100 Subject: [PATCH] add https://12factor.net link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162c508f3d247..8b78a9e20674c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * **Container First**: Minimal footprint Java applications optimal for running in containers * **Cloud Native**: -Embraces 12 factor architecture in environments like Kubernetes. +Embraces [12 factor architecture](https://12factor.net) in environments like Kubernetes. * **Unify imperative and reactive**: Brings under one programming model non blocking and imperative styles of development. * **Standards-based**: