Skip to content

Commit 6976575

Browse files
authored
Merge pull request #6370 from remix-project-org/build
switch URLs
2 parents 0313618 + ca1e9b2 commit 6976575

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Documentation Status](https://readthedocs.org/projects/remix-ide/badge/?version=latest)](https://remix-ide.readthedocs.io/en/latest/index.html)
1111
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&logo=github)](https://github.com/ethereum/remix-project/blob/master/CONTRIBUTING.md)
1212
[![GitHub contributors](https://img.shields.io/github/contributors/ethereum/remix-project?style=flat&logo=github)](https://github.com/ethereum/remix-project/graphs/contributors)
13-
[![Awesome Remix](https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists)](https://github.com/ethereum/awesome-remix)
13+
[![Awesome Remix](https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists)](https://github.com/remix-project-org/awesome-remix)
1414
[![GitHub](https://img.shields.io/github/license/ethereum/remix-project)](https://github.com/ethereum/remix-project/blob/master/LICENSE)
1515
[![Discord](https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord)](https://discord.gg/KhDtC8mGqx)
1616
[![X Follow](https://img.shields.io/twitter/follow/ethereumremix?style=flat&logo=x&color=green)](https://x.com/ethereumremix)
@@ -264,7 +264,7 @@ parameters:
264264

265265
- Official website: https://remix-project.org
266266
- Official documentation: https://remix-ide.readthedocs.io/en/latest/
267-
- Curated list of Remix resources: https://github.com/ethereum/awesome-remix
267+
- Curated list of Remix resources: https://github.com/remix-project-org/awesome-remix
268268
- Medium: https://medium.com/remix-ide
269269
- X: https://x.com/ethereumremix
270270
- Join Discord: https://discord.gg/KhDtC8mGqx

apps/remix-ide-e2e/src/githttpbackend/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mkdir -p git
77
cd git
88
git config --global user.name "ci-bot"
99
git config --global user.email "[email protected]"
10-
git clone --bare https://github.com/ethereum/awesome-remix bare.git
11-
git clone --bare https://github.com/ethereum/awesome-remix bare2.git
10+
git clone --bare https://github.com/remix-project-org/awesome-remix bare.git
11+
git clone --bare https://github.com/remix-project-org/awesome-remix bare2.git

apps/remix-ide-e2e/src/tests/dgit_github.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ module.exports = {
8787
locateStrategy: 'xpath'
8888
})
8989
.waitForElementVisible({
90-
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-ethereum/awesome-remix-master"]',
90+
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-remix-project-org/awesome-remix-master"]',
9191
locateStrategy: 'xpath'
9292
})
9393
.click({
94-
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-ethereum/awesome-remix-master"]',
94+
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-remix-project-org/awesome-remix-master"]',
9595
locateStrategy: 'xpath'
9696
})
9797
},
@@ -357,7 +357,7 @@ module.exports = {
357357
.waitForElementVisible('*[data-id="clone-panel"]')
358358
.click('*[data-id="clone-panel"]')
359359
.waitForElementVisible('*[data-id="clone-url"]')
360-
.setValue('*[data-id="clone-url"]', 'https://github.com/ethereum/awesome-remix')
360+
.setValue('*[data-id="clone-url"]', 'https://github.com/remix-project-org/awesome-remix')
361361
.waitForElementVisible('*[data-id="clone-branch"]')
362362
.setValue('*[data-id="clone-branch"]', 'master')
363363
.waitForElementVisible('*[data-id="clone-btn"]')

apps/remix-ide-e2e/src/tests/workspace_git.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
.waitForElementVisible('[data-id="topbarModalModalDialogModalBody-react"]')
8989
.click('[data-id="topbarModalModalDialogModalBody-react"]')
9090
.waitForElementVisible('[data-id="modalDialogCustomPromptTextClone"]')
91-
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/ethereum/awesome-remix')
91+
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/remix-project-org/awesome-remix')
9292
.click('[data-id="topbarModal-modal-footer-ok-react"]')
9393
.waitForElementPresent('.fa-spinner')
9494
.pause(5000)
@@ -114,7 +114,7 @@ module.exports = {
114114
.waitForElementVisible('[data-id="topbarModalModalDialogModalBody-react"]')
115115
.click('[data-id="topbarModalModalDialogModalBody-react"]')
116116
.waitForElementVisible('[data-id="modalDialogCustomPromptTextClone"]')
117-
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/ethereum/awesome-remix')
117+
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/remix-project-org/awesome-remix')
118118
.click('[data-id="topbarModal-modal-footer-ok-react"]')
119119
.pause(5000)
120120
.waitForElementContainsText('[data-id="workspacesSelect"]', 'awesome-remix1')
@@ -125,7 +125,7 @@ module.exports = {
125125
.waitForElementVisible('[data-id="topbarModalModalDialogModalBody-react"]')
126126
.click('[data-id="topbarModalModalDialogModalBody-react"]')
127127
.waitForElementVisible('[data-id="modalDialogCustomPromptTextClone"]')
128-
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/ethereum/awesome-remix')
128+
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/remix-project-org/awesome-remix')
129129
.click('[data-id="topbarModal-modal-footer-ok-react"]')
130130
.pause(5000)
131131
.waitForElementContainsText('[data-id="workspacesSelect"]', 'awesome-remix2')
@@ -136,7 +136,7 @@ module.exports = {
136136
.waitForElementVisible('[data-id="topbarModalModalDialogModalBody-react"]')
137137
.click('[data-id="topbarModalModalDialogModalBody-react"]')
138138
.waitForElementVisible('[data-id="modalDialogCustomPromptTextClone"]')
139-
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/ethereum/awesome-remix')
139+
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/remix-project-org/awesome-remix')
140140
.click('[data-id="topbarModal-modal-footer-ok-react"]')
141141
.pause(5000)
142142
.waitForElementContainsText('[data-id="workspacesSelect"]', 'awesome-remix3')

apps/remixdesktop/test/tests/app/git.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
.waitForElementVisible('[data-id="fileSystemModalDialogModalBody-react"]')
1717
.click('[data-id="fileSystemModalDialogModalBody-react"]')
1818
.waitForElementVisible('[data-id="modalDialogCustomPromptTextClone"]')
19-
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/ethereum/awesome-remix')
19+
.setValue('[data-id="modalDialogCustomPromptTextClone"]', 'https://github.com/remix-project-org/awesome-remix')
2020
.click('[data-id="fileSystem-modal-footer-ok-react"]')
2121
.pause(3000)
2222
.windowHandles(function (result) {

apps/remixdesktop/test/tests/app/github.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ const tests = {
9898
locateStrategy: 'xpath'
9999
})
100100
.waitForElementVisible({
101-
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-ethereum/awesome-remix-master"]',
101+
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-remix-project-org/awesome-remix-master"]',
102102
locateStrategy: 'xpath'
103103
})
104104
.click({
105-
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-ethereum/awesome-remix-master"]',
105+
selector: '//*[@data-id="clone-panel-content"]//*[@data-id="clonebtn-remix-project-org/awesome-remix-master"]',
106106
locateStrategy: 'xpath'
107107
})
108108
.pause(5000)

apps/remixdesktop/test/tests/app/xterm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const tests = {
4848
browser
4949
.perform(function () {
5050
const actions = this.actions({async: true})
51-
return actions.sendKeys('git clone https://github.com/ethereum/awesome-remix').sendKeys(this.Keys.ENTER)
51+
return actions.sendKeys('git clone https://github.com/remix-project-org/awesome-remix').sendKeys(this.Keys.ENTER)
5252
})
5353
.waitForElementVisible('*[data-id="treeViewLitreeViewItemawesome-remix"]', 10000)
5454
.click('*[data-id="treeViewLitreeViewItemawesome-remix"]')

apps/remixdesktop/test/tests/app/xtermwin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const tests = {
5151
browser
5252
.perform(function () {
5353
const actions = this.actions({ async: true })
54-
return actions.sendKeys('git clone https://github.com/ethereum/awesome-remix').sendKeys(this.Keys.ENTER)
54+
return actions.sendKeys('git clone https://github.com/remix-project-org/awesome-remix').sendKeys(this.Keys.ENTER)
5555
})
5656
.waitForElementVisible('*[data-id="treeViewLitreeViewItemawesome-remix"]', 10000)
5757
.click('*[data-id="treeViewLitreeViewItemawesome-remix"]')

team-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document link to other specialized best practices (like coding best practic
1010

1111
Related links:
1212
- Public Website: https://remix-project.org
13-
- Awesome Remix: https://github.com/ethereum/awesome-remix
13+
- Awesome Remix: https://github.com/remix-project-org/awesome-remix
1414
- Remix basic FAQ: https://hackmd.io/KVooMJhWRImCGq6zkDgW9A
1515
- Remix live: https://remix.ethereum.org
1616
- Remix alpha live: https://remix-alpha.ethereum.org

0 commit comments

Comments
 (0)