Skip to content

Commit

Permalink
Fix for broken links (#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Solexplorer authored and thelostone-mc committed Dec 2, 2019
1 parent 416bac2 commit 7735dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/templates/gas_faucet_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>{% trans "Rinkeby Testnet" %}</h1>
<a href="https://faucet.rinkeby.io/" target="_blank" rel="noopener noreferrer">https://faucet.rinkeby.io/</a>
</li>
<li>
<a href="http://rinkeby-faucet.com//" target="_blank" rel="noopener noreferrer">http://rinkeby-faucet.com/</a>
<a href="http://rinkeby-faucet.com/" target="_blank" rel="noopener noreferrer">http://rinkeby-faucet.com/</a>
</li>
</ul>

Expand Down

0 comments on commit 7735dd1

Please sign in to comment.