From ae34486b57a3a1e29bb628eb126cf2239dc591fe Mon Sep 17 00:00:00 2001 From: Eldon Date: Mon, 22 Jan 2018 09:26:03 +0000 Subject: [PATCH] Fix some doc links --- docs/user-guide/kv-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/kv-config.md b/docs/user-guide/kv-config.md index d4aae8c97..41a6e7ef1 100644 --- a/docs/user-guide/kv-config.md +++ b/docs/user-guide/kv-config.md @@ -408,7 +408,7 @@ Here, we have a 50% balance between the `http://172.17.0.3:80` and the `http://1 ## Store configuration in Key-value store !!! note - Don't forget to [setup the connection between Træfik and Key-value store](/user-guide/kv-config/#launch-trfk). + Don't forget to [setup the connection between Træfik and Key-value store](/user-guide/kv-config/#launch-trfik). The static Træfik configuration in a key-value store can be automatically created and updated, using the [`storeconfig` subcommand](/basics/#commands). @@ -416,7 +416,7 @@ The static Træfik configuration in a key-value store can be automatically creat traefik storeconfig [flags] ... ``` This command is here only to automate the [process which upload the configuration into the Key-value store](/user-guide/kv-config/#upload-the-configuration-in-the-key-value-store). -Træfik will not start but the [static configuration](/basics/#static-trfk-configuration) will be uploaded into the Key-value store. +Træfik will not start but the [static configuration](/basics/#static-trfik-configuration) will be uploaded into the Key-value store. If you configured ACME (Let's Encrypt), your registration account and your certificates will also be uploaded.