Skip to content

Commit

Permalink
Remove preview from MintCommand explorer link (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina authored Dec 18, 2023
1 parent 87e84ae commit 974fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/BiblioTech/Commands/MintCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private bool ShouldSendEth(IGethNode gethNode, EthAddress addr)
private string FormatTransactionLink(string transaction)
{
var url = $"https://explorer.testnet.codex.storage/tx/{transaction}";
return $"- [View on block explorer]({url}){Environment.NewLine}Transaction ID - `{transaction}`";
return $"- [View on block explorer](<{url}>){Environment.NewLine}Transaction ID - `{transaction}`";
}
}
}

0 comments on commit 974fc46

Please sign in to comment.