diff --git a/content/00.build/05.quick-start/_deploy_first/_atlas_deploy_contract.md b/content/00.build/05.quick-start/_deploy_first/_atlas_deploy_contract.md index d99607cb..1eb86b29 100644 --- a/content/00.build/05.quick-start/_deploy_first/_atlas_deploy_contract.md +++ b/content/00.build/05.quick-start/_deploy_first/_atlas_deploy_contract.md @@ -5,7 +5,7 @@ Atlas is a browser-based IDE with an integrated AI assistant that allows you to directly from your browser. Click the button below to open the project in Atlas. :u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false" -to="https://app.atlaszk.com/projects?template=https://github.com/uF4No/zksync-101-atlas&open=/contracts/ZeekSecretMessages.sol&chainId=%%zk_testnet_chain_id%%" +to="https://app.atlaszk.com/projects?template=https://github.com/zkSync-Community-Hub/zksync-quickstart-atlas&open=/contracts/ZeekSecretMessages.sol&chainId=%%zk_testnet_chain_id%%" target="_blank" label="Open smart contract in Atlas"} ### Compile and deploy the contract diff --git a/content/00.build/05.quick-start/_deploy_first/_remix_deploy_contract.md b/content/00.build/05.quick-start/_deploy_first/_remix_deploy_contract.md index 4d6aa4d1..141381b7 100644 --- a/content/00.build/05.quick-start/_deploy_first/_remix_deploy_contract.md +++ b/content/00.build/05.quick-start/_deploy_first/_remix_deploy_contract.md @@ -13,7 +13,7 @@ compatible protocols. Click the button below to open the project in Remix and see the contract in the Remix code editor. :u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false" -to="https://remix.ethereum.org/#url=https://github.com/uF4No/zksync-101-remix/blob/master/contracts/ZeekSecretMessages.sol" +to="https://remix.ethereum.org/#url=https://github.com/zkSync-Community-Hub/zksync-quickstart-remix/blob/master/contracts/ZeekSecretMessages.sol" target="_blank" label="Open smart contract in Remix"} ### Connect your wallet diff --git a/content/00.build/05.quick-start/_erc20_tutorial/_atlas_erc20_tutorial.md b/content/00.build/05.quick-start/_erc20_tutorial/_atlas_erc20_tutorial.md index 014e3c8b..1f0cfe06 100644 --- a/content/00.build/05.quick-start/_erc20_tutorial/_atlas_erc20_tutorial.md +++ b/content/00.build/05.quick-start/_erc20_tutorial/_atlas_erc20_tutorial.md @@ -49,7 +49,7 @@ Atlas is a browser-based IDE with an integrated AI assistant that allows you to directly from your browser. Click the button below to open the project in Atlas. :u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false" -to="https://app.atlaszk.com/projects?template=https://github.com/uF4No/zksync-101-atlas&open=/contracts/TestToken.sol&chainId=%%zk_testnet_chain_id%%" +to="https://app.atlaszk.com/projects?template=https://github.com/zkSync-Community-Hub/zksync-quickstart-atlas&open=/contracts/TestToken.sol&chainId=%%zk_testnet_chain_id%%" target="_blank" label="Open smart contract in Atlas"} You can see the contract in the Atlas code editor. In the right sidebar, diff --git a/content/00.build/05.quick-start/_erc20_tutorial/_remix_erc20_tutorial.md b/content/00.build/05.quick-start/_erc20_tutorial/_remix_erc20_tutorial.md index a4a970cd..eafab5af 100644 --- a/content/00.build/05.quick-start/_erc20_tutorial/_remix_erc20_tutorial.md +++ b/content/00.build/05.quick-start/_erc20_tutorial/_remix_erc20_tutorial.md @@ -55,7 +55,7 @@ compatible protocols. :display-partial{path="/_partials/_enable-remix-zksync-plugin"} To open this project in Remix, use the “Clone” option from the file explorer to import it from the following GitHub -repository:`https://github.com/uF4No/zksync-101-remix` +repository:`https://github.com/zkSync-Community-Hub/zksync-quickstart-remix` ![Clone repo in Remix](/images/remix-plugin-clone-repo.gif) diff --git a/content/00.build/05.quick-start/_paymaster_intro/_atlas_paymaster_intro.md b/content/00.build/05.quick-start/_paymaster_intro/_atlas_paymaster_intro.md index a2812d9c..7a19b38d 100644 --- a/content/00.build/05.quick-start/_paymaster_intro/_atlas_paymaster_intro.md +++ b/content/00.build/05.quick-start/_paymaster_intro/_atlas_paymaster_intro.md @@ -5,7 +5,7 @@ title: Paymaster with Atlas Click the following button to open the project in Atlas: :u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false" -to="https://app.atlaszk.com/projects?template=https://github.com/uF4No/zksync-101-atlas&open=/scripts/paymaster-transaction.ts&chainId=%%zk_testnet_chain_id%%" +to="https://app.atlaszk.com/projects?template=https://github.com/zkSync-Community-Hub/zksync-quickstart-atlas&open=/scripts/paymaster-transaction.ts&chainId=%%zk_testnet_chain_id%%" target="_blank" label="Open script in Atlas"} It’ll open the script to send a transaction via the paymaster. Let’s go through the most important parts: diff --git a/content/00.build/05.quick-start/_paymaster_intro/_remix_paymaster_intro.md b/content/00.build/05.quick-start/_paymaster_intro/_remix_paymaster_intro.md index a957fe61..cec9f9c6 100644 --- a/content/00.build/05.quick-start/_paymaster_intro/_remix_paymaster_intro.md +++ b/content/00.build/05.quick-start/_paymaster_intro/_remix_paymaster_intro.md @@ -7,7 +7,7 @@ Remix does not support `zksync-ethers` yet so you can not use it to run this scr :: To open the project in Remix, use the “Clone” option from the file explorer to import it from the following GitHub -repository:`https://github.com/uF4No/zksync-101-remix` +repository:`https://github.com/zkSync-Community-Hub/zksync-quickstart-remix` ![Clone repo in Remix](/images/remix-plugin-clone-repo.gif)