Skip to content

Commit

Permalink
Merge pull request #3342 from ProvableHQ/chore/repo-reference
Browse files Browse the repository at this point in the history
[Chore] Update `cargo.toml` repository links
  • Loading branch information
zosorock authored Sep 10, 2024
2 parents 66c9b78 + 3c66e9e commit 09e3d2f
Show file tree
Hide file tree
Showing 25 changed files with 734 additions and 655 deletions.
2 changes: 1 addition & 1 deletion .devnet/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run_installation() {
git pull origin $BRANCH
else
# The workspace directory doesn't exist, clone the repository
git clone https://github.com/AleoHQ/snarkOS.git \$WORKSPACE
git clone https://github.com/AleoNet/snarkOS.git \$WORKSPACE
cd \$WORKSPACE
git checkout $BRANCH # Checkout the specified branch
fi
Expand Down
4 changes: 2 additions & 2 deletions .devnet/reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ run_installation() {
if [ -d "\$WORKSPACE" ]; then
# The workspace directory exists, update the existing repository
# rm -rf \$WORKSPACE
# git clone https://github.com/AleoHQ/snarkOS.git \$WORKSPACE
# git clone https://github.com/AleoNet/snarkOS.git \$WORKSPACE
cd \$WORKSPACE
git pull # If we are switching branches, this will find the new branch
git checkout $BRANCH # Checkout the specified branch
git pull origin $BRANCH
else
# The workspace directory doesn't exist, clone the repository
git clone https://github.com/AleoHQ/snarkOS.git \$WORKSPACE
git clone https://github.com/AleoNet/snarkOS.git \$WORKSPACE
cd \$WORKSPACE
git checkout $BRANCH # Checkout the specified branch
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 👉 [Please follow one of these issue templates](https://github.com/AleoHQ/snarkOS/issues/new/choose) 👈
## 👉 [Please follow one of these issue templates](https://github.com/AleoNet/snarkOS/issues/new/choose) 👈

Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
2 changes: 1 addition & 1 deletion .integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2.2.7"
authors = [ "The Aleo Team <[email protected]>" ]
description = "A integration testing suite for a decentralized operating system"
homepage = "https://aleo.org"
repository = "https://github.com/AleoHQ/snarkOS"
repository = "https://github.com/AleoNet/snarkOS"
keywords = [
"aleo",
"cryptography",
Expand Down
Loading

0 comments on commit 09e3d2f

Please sign in to comment.