Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from ethereum/yann300-patch-2
Browse files Browse the repository at this point in the history
Move to remix-project
  • Loading branch information
yann300 authored Aug 13, 2020
2 parents d3efd1b + 257910a commit 8343a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function createWindow () {
e.preventDefault();
shell.openExternal(url);
})
win.loadURL('package://github.com/ethereum/remix-ide')
win.loadURL('package://github.com/ethereum/remix-project')
}

app.on('ready', () => {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"name": "remix-ide",
"description": "Remix - Ethereum IDE",
"main": "main.js",
Expand Down

0 comments on commit 8343a82

Please sign in to comment.