diff --git a/src/components/footer/footer.astro b/src/components/footer/footer.astro index 8ae994373..70ce31237 100644 --- a/src/components/footer/footer.astro +++ b/src/components/footer/footer.astro @@ -30,7 +30,7 @@ const links = [ }, { title: "Support", - href: "https://github.com/axelarnetwork/support/", + href: "https://axelar.zendesk.com/", }, ], }, diff --git a/src/content/docs/dev/general-message-passing/cosmos-gmp/cosmos-2way-manual-relay.mdx b/src/content/docs/dev/general-message-passing/cosmos-gmp/cosmos-2way-manual-relay.mdx index 6fea40682..78d697c45 100644 --- a/src/content/docs/dev/general-message-passing/cosmos-gmp/cosmos-2way-manual-relay.mdx +++ b/src/content/docs/dev/general-message-passing/cosmos-gmp/cosmos-2way-manual-relay.mdx @@ -139,4 +139,4 @@ axelard tx axelarnet route-message \ - **Error Handling**: If any step fails, verify the correctness of all provided parameters and ensure network connectivity. - **Automation**: While this process is manual due to current limitations, you can script these commands to streamline the workflow. -If you require further assistance, please create an issue on our Github support repo [here](https://github.com/axelarnetwork/support). +If you require further assistance, please open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/). diff --git a/src/content/docs/dev/general-message-passing/solana/gmp-contracts.mdx b/src/content/docs/dev/general-message-passing/solana/gmp-contracts.mdx index d4c1721ae..98213dd9e 100644 --- a/src/content/docs/dev/general-message-passing/solana/gmp-contracts.mdx +++ b/src/content/docs/dev/general-message-passing/solana/gmp-contracts.mdx @@ -527,5 +527,5 @@ pub struct GasAddedEvent { ## Support -- For general questions, reach out at the [support channel](https://github.com/axelarnetwork/support/issues) on GitHub. +- For general questions, open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/). - For issues with Solana programs, open an issue on the [axelar-amplifier-solana](https://github.com/axelarnetwork/axelar-amplifier-solana/issues) repository. diff --git a/src/content/docs/dev/ibc-chain-onboarding.mdx b/src/content/docs/dev/ibc-chain-onboarding.mdx index 06ca1e1da..4e2032030 100644 --- a/src/content/docs/dev/ibc-chain-onboarding.mdx +++ b/src/content/docs/dev/ibc-chain-onboarding.mdx @@ -39,4 +39,4 @@ Please provide your chain's logo **in both PNG and SVG formats** in the connecti ## Feedback -If you have any feedback or would like to report a bug, please file an issue in theĀ [Axelar Developer Support repository](https://github.com/axelarnetwork/support/issues). The Common Prefix team is available to assist you with any questions you may have along the way. +If you have any feedback or would like to report a bug, please open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/). The Common Prefix team is available to assist you with any questions you may have along the way. diff --git a/src/content/docs/dev/send-tokens/sui/register-existing-coin-guide.mdx b/src/content/docs/dev/send-tokens/sui/register-existing-coin-guide.mdx index 3a4441e26..8a86c5c4d 100644 --- a/src/content/docs/dev/send-tokens/sui/register-existing-coin-guide.mdx +++ b/src/content/docs/dev/send-tokens/sui/register-existing-coin-guide.mdx @@ -1004,5 +1004,5 @@ You can view the completed code here at the [final checkpoint](https://github.co In this guide you have deployed a fresh new custom coin on the Sui blockchain, you have integrated that coin with Axelar's Interchain Token Service and successfully made multiple cross-chain transactions to deploy a remote token on Ethereum and even transfer your integrated token from Sui to Ethereum. Once transferred out of Sui your token will be locked with your token's Token Manager contract on Sui, it will be unlocked when the token is sent back from Ethereum to Sui. -This guide just scratches the service of the exciting possibilities that Axelar now offers the Sui ecosystem. For simpler integrations with non-custom tokens to Sui we highly encourage you to explore the Axelar [ITS portal](https://interchain.axelar.dev/), which offers a no-code solution for integrating assets to ITS. We would also love to see more advanced customized tokens, such as stablecoins integrated to ITS from Sui. For any open questions please reach out at our [support channel on Github](https://github.com/axelarnetwork/support/issues). +This guide just scratches the service of the exciting possibilities that Axelar now offers the Sui ecosystem. For simpler integrations with non-custom tokens to Sui we highly encourage you to explore the Axelar [ITS portal](https://interchain.axelar.dev/), which offers a no-code solution for integrating assets to ITS. We would also love to see more advanced customized tokens, such as stablecoins integrated to ITS from Sui. For any open questions please reach out on [Axelar Zendesk](https://axelar.zendesk.com/). diff --git a/src/content/docs/validator/amplifier/verifier-onboarding.mdx b/src/content/docs/validator/amplifier/verifier-onboarding.mdx index 66a509692..5cb854984 100644 --- a/src/content/docs/validator/amplifier/verifier-onboarding.mdx +++ b/src/content/docs/validator/amplifier/verifier-onboarding.mdx @@ -643,4 +643,4 @@ ampd --help ## Feedback -If you have any feedback or would like to report a bug, please file an issue in the [Axelar Developer Support repository](https://github.com/axelarnetwork/support/issues). +If you have any feedback or would like to report a bug, please open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/). diff --git a/src/pages/404.astro b/src/pages/404.astro index 3c08ecfba..d99dcdb18 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -25,7 +25,7 @@ import MainLayout from "@/layouts/MainLayout.astro";