Skip to content

Commit 411767e

Browse files
author
ci-bot
committed
switch URLs
1 parent cec5c40 commit 411767e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
1616
git config user.email "$COMMIT_AUTHOR_EMAIL"
1717

1818
echo "# Automatic build" > README.md
19-
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
19+
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
2020
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
2121

2222
zip -r remix-$SHA.zip .
2323
git add .
2424
git commit -m "Built website from {$SHA}."
2525

26-
git push -f git@github.com:ethereum/remix-live-alpha.git gh-pages
26+
git push -f git@github.com:remix-project-org/remix-live-alpha.git gh-pages

apps/remix-ide/ci/deploy_from_travis_remix-beta.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
1616
git config user.email "$COMMIT_AUTHOR_EMAIL"
1717

1818
echo "# Automatic build" > README.md
19-
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
19+
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
2020
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
2121

2222
zip -r remix-$SHA.zip .
2323
git add .
2424
git commit -m "Built website from {$SHA}."
2525

26-
git push -f git@github.com:ethereum/remix-live-beta.git gh-pages
26+
git push -f git@github.com:remix-project-org/remix-live-beta.git gh-pages

apps/remix-ide/ci/deploy_from_travis_remix-live.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
1616
git config user.email "$COMMIT_AUTHOR_EMAIL"
1717

1818
echo "# Automatic build" > README.md
19-
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
19+
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
2020
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
2121

2222
zip -r remix-$SHA.zip .
2323
git add .
2424
git commit -m "Built website from {$SHA}."
2525

26-
git push -f git@github.com:ethereum/remix-live.git gh-pages
26+
git push -f git@github.com:remix-project-org/remix-live.git gh-pages

apps/remix-ide/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This document describes:
3535
- git push --tags
3636
- github-changes -o ethereum -r remix-ide -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
3737
- publish a beta release in github using the changelog
38-
- drop zip file to the beta release (from https://github.com/ethereum/remix-live-alpha)
38+
- drop zip file to the beta release (from https://github.com/remix-project-org/remix-live-alpha)
3939

4040
# remix.ethereum.org update
4141

release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ or individually:
137137
- git push --tags
138138
- github-changes -o ethereum -r remix-project -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
139139
- publish a beta release in github using the changelog
140-
- drop zip file to the beta release (from https://github.com/ethereum/remix-live-alpha)
140+
- drop zip file to the beta release (from https://github.com/remix-project-org/remix-live-alpha)
141141

142142
## Remix IDE Alpha Release
143143

0 commit comments

Comments
 (0)