Commit 0d774fa9 authored by ethers's avatar ethers

slash is needed to load with gist, otherwise 404

parent 1f396240
......@@ -270,7 +270,7 @@
var files = {};
var filesArr = getFiles();
var description = "Created using soleditor: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://chriseth.github.io/browser-solidity?gist=";
var description = "Created using soleditor: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://chriseth.github.io/browser-solidity/?gist=";
for(var f in filesArr) {
files[fileNameFromKey(filesArr[f])] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment