From 22a30c2009741eaf1df025c110b4a097ad3b5b54 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 20 May 2016 13:34:06 -0400 Subject: [PATCH] Changed chriseth references to ethereum --- src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index 4dbc311d36..8bef3fe37b 100644 --- a/src/app.js +++ b/src/app.js @@ -279,7 +279,7 @@ var run = function() { if (confirm("Are you sure you want to publish all your files anonymously as a public gist on github.com?")) { var files = packageFiles(); - var description = "Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://chriseth.github.io/browser-solidity/#version=" + getQueryParams().version + "&optimize="+ getQueryParams().optimize +"&gist="; + var description = "Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version=" + getQueryParams().version + "&optimize="+ getQueryParams().optimize +"&gist="; $.ajax({ url: 'https://api.github.com/gists', @@ -1029,4 +1029,4 @@ var run = function() { module.exports = { 'run': run -}; \ No newline at end of file +};