From 58e82743f8564e3d27aac6bce319ded7c121d25a Mon Sep 17 00:00:00 2001 From: Erin Date: Mon, 1 Apr 2019 10:14:03 -0500 Subject: [PATCH] Update to v2.0 readme links --- README.md | 4 ++++ docs/content/getting-started/configuration-overview.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a43ac07cb..3c83ed1d0 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ You can access the simple HTML frontend of Traefik. You can find the complete documentation at [https://docs.traefik.io](https://docs.traefik.io). A collection of contributions around Traefik can be found at [https://awesome.traefik.io](https://awesome.traefik.io). +:warning: If you're testing out v2, please ensure you are using the [v2 documentation](https://docs.traefik.io/v2.0/). + ## Support To get community support, you can: @@ -128,6 +130,8 @@ git clone https://github.com/containous/traefik ## Introductory Videos +:warning: Please be aware that these videos are for v1.X. The old configurations for Traefik v1.X are NOT compatible with Traefik v2. If you're testing out v2, please ensure you are using a [v2 configuration](https://docs.traefik.io/v2.0/). + Here is a talk given by [Emile Vauge](https://github.com/emilevauge) at GopherCon 2017. You will learn Traefik basics in less than 10 minutes. diff --git a/docs/content/getting-started/configuration-overview.md b/docs/content/getting-started/configuration-overview.md index 910b1e7e0..3624961b9 100644 --- a/docs/content/getting-started/configuration-overview.md +++ b/docs/content/getting-started/configuration-overview.md @@ -21,7 +21,7 @@ This configuration can change and is seamlessly hot-reloaded, without any reques ## The Dynamic Configuration -Traefik gets its _dynamic configuration_ from [providers](../providers/overview.md): wether an orchestrator, a service registry, or a plain old configuration file. Since this configuration is specific to your infrastructure choices, we invite you to refer to the [dedicated section of this documentation](../providers/overview.md). +Traefik gets its _dynamic configuration_ from [providers](../providers/overview.md): whether an orchestrator, a service registry, or a plain old configuration file. Since this configuration is specific to your infrastructure choices, we invite you to refer to the [dedicated section of this documentation](../providers/overview.md). !!! Note