mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
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:
@@ -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" /%}
|
||||
|
||||
Reference in New Issue
Block a user