Fix Account Configurator

- The code samples page was glitching out because it wasn't in a
  language subfolder. Moved to a js/ folder to fix this.
- Updated pages that linked to the old location.
- The UI as linked directly in the _code-samples folder was displaying
  as expected but the JS wasn't loading correctly on the page, so none
  of the buttons worked. For now, I changed the Broker an NFT Sale
  page to link the ZIP instead.
This commit is contained in:
mDuo13
2025-06-23 13:21:18 -07:00
parent 8bab684cb5
commit af9c7cd4a5
6 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ All of the configuration flags can be helpful for specific use cases. The follow
## Using the Account Configurator
You can download a copy of the [Account Configurator](../../../_code-samples/account-configurator/account-configurator.zip) from the `_code_samples` directory.
You can download a copy of the [Account Configurator](../../../_code-samples/account-configurator/js/account-configurator.zip) from the `_code_samples` directory.
Expand the archive and open `account_configurator.html` in a browser window.
@@ -890,4 +890,4 @@ To configure an Issuer account:
Click **Remove Signers** to remove all signers for the current account.
{% raw-partial file="/docs/_snippets/common-links.md" /%}
{% raw-partial file="/docs/_snippets/common-links.md" /%}