Skip to content

Commit

Permalink
Modify github repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang-Simon authored and TrustHenry committed Oct 17, 2022
1 parent 5c915c5 commit 67d134e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "src/vendors/staking-deposit-cli"]
path = src/vendors/staking-deposit-cli
url = https://github.com/zeroone-boa/agora-deposit-cli.git
url = https://github.com/bosagora/agora-deposit-cli.git
branch = agora
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pip3 install pyinstaller

sudo npm install -g yarn

git clone --recursive https://github.com/zeroone-boa/agora-key-gen
git clone --recursive https://github.com/bosagora/agora-key-gen
cd agora-key-gen

yarn install
Expand Down Expand Up @@ -57,7 +57,7 @@ pip3 install pyinstaller

sudo corepack enable

git clone --recursive https://github.com/zeroone-boa/agora-key-gen
git clone --recursive https://github.com/bosagora/agora-key-gen
cd agora-key-gen

yarn install
Expand All @@ -84,7 +84,7 @@ set PATH=%APPDATA%\python\Python310\Scripts;%PATH%

npm install -g yarn

git clone --recursive https://github.com/zeroone-boa/agora-key-gen
git clone --recursive https://github.com/bosagora/agora-key-gen
cd agora-key-gen

yarn install
Expand Down Expand Up @@ -114,7 +114,7 @@ brew install node
pip3 install pyinstaller
npm install -g yarn

git clone --recursive https://github.com/zeroone-boa/agora-key-gen
git clone --recursive https://github.com/bosagora/agora-key-gen
cd agora-key-gen

yarn install
Expand Down
2 changes: 1 addition & 1 deletion src/react/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Home: FC<HomeProps> = (props): ReactElement => {
<SubHeader>Your key generator for staking on Agora</SubHeader>

<Links>
<InfoLabel>Github:</InfoLabel> https://github.com/zeroone-boa/agora-key-gen
<InfoLabel>Github:</InfoLabel> https://github.com/bosagora/agora-key-gen
<br />
<InfoLabel>Support:</InfoLabel> https://t.me/bosagora_eng
</Links>
Expand Down

0 comments on commit 67d134e

Please sign in to comment.