From 009b0fd69c3c3018c6c42bbcde9911e70f5da56b Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Thu, 16 Jan 2020 11:20:45 -0300 Subject: [PATCH] Redirect docs.openzeppelin.org to docs root (#2057) docs.openzeppelin.org was redirecting to the contracts documentation, instead of the documentation landing --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6faeaca72..61a875653 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "docsite-build" [[redirects]] from = "/" - to = "https://docs.openzeppelin.com/contracts" + to = "https://docs.openzeppelin.com/" status = 301 force = true