Commit a8718707 authored by chriseth's avatar chriseth

Merge pull request #87 from ethers/patch-1

slash is needed to load with gist, otherwise 404
parents 1f396240 0d774fa9
......@@ -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