diff --git a/README.md b/README.md index ac1ad3fbb..4c7574e8e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Pointing Traefik at your orchestrator should be the _only_ configuration step yo --- -:warning: Please be aware that the old configurations for Traefik v1.X are NOT compatible with the v2.X config as of now. If you're running v2, please ensure you are using a [v2 configuration](https://docs.traefik.io/). +:warning: Please be aware that the old configurations for Traefik v1.x are NOT compatible with the v2.x config as of now. If you're running v2, please ensure you are using a [v2 configuration](https://docs.traefik.io/). ## Overview @@ -87,10 +87,11 @@ You can access the simple HTML frontend of Traefik. ## Documentation -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). +You can find the complete documentation of Traefik v2 at [https://docs.traefik.io](https://docs.traefik.io). -:warning: If you're testing out v2, please ensure you are using the [v2 documentation](https://docs.traefik.io/). +If you are using Traefik v1, you can find the complete documentation at [https://docs.traefik.io/v1.7/](https://docs.traefik.io/v1.7/) + +A collection of contributions around Traefik can be found at [https://awesome.traefik.io](https://awesome.traefik.io). ## Support diff --git a/docs/content/getting-started/configuration-overview.md b/docs/content/getting-started/configuration-overview.md index 8a6b87a4c..581a60a03 100644 --- a/docs/content/getting-started/configuration-overview.md +++ b/docs/content/getting-started/configuration-overview.md @@ -16,8 +16,8 @@ The _dynamic configuration_ contains everything that defines how the requests ar This configuration can change and is seamlessly hot-reloaded, without any request interruption or connection loss. !!! warning "Incompatible Configuration" - Please be aware that the old configurations for Traefik v1.X are NOT compatible with the v2.X config as of now. - If you're testing out v2, please ensure you are using a v2 configuration. + Please be aware that the old configurations for Traefik v1.x are NOT compatible with the v2.x config as of now. + If you are running v2, please ensure you are using a v2 configuration. ## The Dynamic Configuration