diff options
-rw-r--r-- | rpcblockchainexplorer/templates/block.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpcblockchainexplorer/templates/block.html b/rpcblockchainexplorer/templates/block.html index 06cec4a..0613237 100644 --- a/rpcblockchainexplorer/templates/block.html +++ b/rpcblockchainexplorer/templates/block.html @@ -14,7 +14,7 @@ <ul> {% for txid in txids %} - <li><a href="/getrawtransaction/{{ txid }}">{{ txid }}</a></li> + <li><a href="/transaction/{{ txid }}">{{ txid }}</a></li> {% endfor %} </ul> |