diff --git a/website/docs/backends/config.html.md b/website/docs/backends/config.html.md
index 4c7f0ea2d..6eddd3ffd 100644
--- a/website/docs/backends/config.html.md
+++ b/website/docs/backends/config.html.md
@@ -26,7 +26,7 @@ terraform {
You specify the backend type as a key to the `backend` stanza. Within the
stanza are backend-specific configuration keys. The list of supported backends
-and their configuration is in the sidebar to the left.
+and their configuration details can be found [here](/docs/backends/types/index.html).
Only one backend may be specified and the configuration **may not contain
interpolations**. Terraform will validate this.