Browse Source

Redirect docs.openzeppelin.org to docs root (#2057)

docs.openzeppelin.org was redirecting to the contracts documentation, instead of the documentation landing
Santiago Palladino 5 years ago
parent
commit
009b0fd69c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -4,7 +4,7 @@ publish = "docsite-build"
 
 
 [[redirects]]
 [[redirects]]
   from = "/"
   from = "/"
-  to = "https://docs.openzeppelin.com/contracts"
+  to = "https://docs.openzeppelin.com/"
   status = 301
   status = 301
   force = true
   force = true