From 950ad1bb6c5c367e124e44116b4a4bb5c7a703ab Mon Sep 17 00:00:00 2001 From: serapath Date: Fri, 2 Mar 2018 20:47:05 +0000 Subject: [PATCH] update generated gist link --- src/app/panels/file-panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/panels/file-panel.js b/src/app/panels/file-panel.js index b112a2af35..a398882e5d 100644 --- a/src/app/panels/file-panel.js +++ b/src/app/panels/file-panel.js @@ -293,7 +293,7 @@ function filepanel (appAPI, filesProvider) { console.log(error) modalDialogCustom.alert('Failed to create gist: ' + error) } else { - var description = 'Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://ethereum.github.io/remix-ide/#version=' + queryParams.get().version + '&optimize=' + queryParams.get().optimize + '&gist=' + var description = 'Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. \n Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=' + queryParams.get().version + '&optimize=' + queryParams.get().optimize + '&gist=' console.log(packaged) minixhr({ url: 'https://api.github.com/gists',