Skip to content

Commit

Permalink
Fixed stream link
Browse files Browse the repository at this point in the history
  • Loading branch information
gidgreen committed Jul 13, 2017
1 parent 7fa1c15 commit 3a31ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mce/abe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ def show_tx_row_to_html_impl(abe, chain, body, asset_txid_dict, binscript, scrip
for stream in resp:
if stream.get('createtxid','').startswith(txidfragment):
streamname = stream.get('name','')
streamlink = '<a href="../../' + escape(chain.name) + '/streams/' + streamname + '">' + streamname + '</a>'
streamlink = '<a href="../../' + escape(chain.name) + '/stream/' + streamname + '">' + streamname + '</a>'
break

except Exception as e:
Expand Down

0 comments on commit 3a31ce1

Please sign in to comment.