swarm/api: get rid of swarm-gateways.net urls

This commit is contained in:
Anton Evangelatov 2018-04-24 14:22:21 +02:00
parent a0fe4d1e43
commit 42a4fb2ed1
2 changed files with 4 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -78,7 +78,6 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(`
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" ww="chrome=1"> <meta http-equiv="X-UA-Compatible" ww="chrome=1">
<meta name="description" content="Ethereum/Swarm Landing page"> <meta name="description" content="Ethereum/Swarm Landing page">
<meta property="og:url" content="https://swarm-gateways.net/bzz:/theswarm.eth">
<style> <style>
body, div, header, footer { body, div, header, footer {
@ -206,7 +205,7 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(`
<footer> <footer>
<p> <p>
Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution<br/> Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution<br/>
<a href="http://swarm-gateways.net/bzz:/theswarm.eth">Swarm</a> <a href="/bzz:/theswarm.eth">Swarm</a>
</p> </p>
</footer> </footer>