From c597470019c91c2c429f6617890fc237029f59d4 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Wed, 23 Jan 2019 19:33:29 -0800 Subject: [PATCH] chore: update README with a link to the documentation (#327) Signed-off-by: Andrew Rynhard --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8da081f2a..bf8c448ea 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ - **Predictability**: Remove needless variables and reduce unknown factors from your environment using immutable infrastructure. - **Evolvability**: Simplify and increase your ability to easily accommodate future changes to your architecture. +To learn more about Talos, see the [documentation](https://talos.autonomy.io). + ## Developing Talos ```bash