diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 183bf7d..fe14a7f 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -13,7 +13,7 @@ const Footer = () => { telegram - + github diff --git a/src/components/MsgportInterface.tsx b/src/components/MsgportInterface.tsx index 648e1fd..49caddc 100644 --- a/src/components/MsgportInterface.tsx +++ b/src/components/MsgportInterface.tsx @@ -64,7 +64,7 @@ const MsgportInterface = () => { ))} diff --git a/src/data/Resources.json b/src/data/Resources.json index 8e09207..3ee2d77 100644 --- a/src/data/Resources.json +++ b/src/data/Resources.json @@ -3,7 +3,7 @@ "logo" : "/images/MsgportGitHub.png" , "title" : "Msgport GitHub" , "desc" : "An open-source repo providing interfaces and tools for blockchain interoperability and communication." , - "link" : "https://github.com/msgport" + "link" : "https://github.com/ringecosystem/msgport" } , { "logo" : "/images/MessagesExplorer.png" , @@ -15,7 +15,7 @@ "logo" : "/images/TechnicalDocs.png" , "title" : "Technical Docs" , "desc" : "Start building your Cross-Chain DApp with Msgport." , - "link" : "https://docs.msgport.xyz/" + "link" : "https://msgport.ringdao.com/docs/" } , { "logo" : "/images/DeveloperAssistance.png" , diff --git a/src/data/code.tsx b/src/data/code.tsx index 1717e52..021ec64 100644 --- a/src/data/code.tsx +++ b/src/data/code.tsx @@ -53,7 +53,7 @@ export const menu: { // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; - import "https://github.com/msgport/msgport/blob/main/src/user/Application.sol"; + import "https://github.com/ringecosystem/msgport/blob/main/src/user/Application.sol"; contract ExampleReceiverDapp is Application { event DappMessageRecv(uint256 fromChainId, address fromDapp, address localPort, bytes message); @@ -148,7 +148,7 @@ export const menu: { // SPDX-License-Identifier: MIT pragma solidity ^0.8.17; - import "https://github.com/msgport/msgport/blob/main/src/interfaces/IMessagePort.sol"; + import "https://github.com/ringecosystem/msgport/blob/main/src/interfaces/IMessagePort.sol"; contract ExampleSenderDapp { event DappMessageSent(address localPort, bytes message);