Quellcode durchsuchen

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

docs.openzeppelin.org was redirecting to the contracts documentation, instead of the documentation landing
Santiago Palladino vor 5 Jahren
Ursprung
Commit
009b0fd69c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      netlify.toml

+ 1 - 1
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