Browse Source

Remove defer tag for Wizard embed script

Francisco Giordano 4 years ago
parent
commit
1c1ebd765d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/modules/ROOT/pages/wizard.adoc

+ 1 - 1
docs/modules/ROOT/pages/wizard.adoc

@@ -7,7 +7,7 @@ contract and learn about the components offered in OpenZeppelin Contracts.
 TIP: Place the resulting contract in your `contracts` directory in order to compile it with a tool like Hardhat or Truffle. Consider reading our guide on xref:learn::developing-smart-contracts.adoc[Developing Smart Contracts] for more guidance!
 
 ++++
-<script async defer src="https://openzeppelin-contracts-wizard.netlify.app/build/embed.js"></script>
+<script async src="https://wizard.openzeppelin.com/build/embed.js"></script>
 
 <oz-wizard style="display: block; min-height: 40rem;"></oz-wizard>
 ++++