diff options
author | ethersphere <thesw@rm.eth> | 2018-06-20 20:06:27 +0800 |
---|---|---|
committer | ethersphere <thesw@rm.eth> | 2018-06-22 03:10:31 +0800 |
commit | e187711c6545487d4cac3701f0f506bb536234e2 (patch) | |
tree | d2f6150f70b84b36e49a449082aeda267b4b9046 /swarm/api/http/templates.go | |
parent | 574378edb50c907b532946a1d4654dbd6701b20a (diff) | |
download | dexon-e187711c6545487d4cac3701f0f506bb536234e2.tar dexon-e187711c6545487d4cac3701f0f506bb536234e2.tar.gz dexon-e187711c6545487d4cac3701f0f506bb536234e2.tar.bz2 dexon-e187711c6545487d4cac3701f0f506bb536234e2.tar.lz dexon-e187711c6545487d4cac3701f0f506bb536234e2.tar.xz dexon-e187711c6545487d4cac3701f0f506bb536234e2.tar.zst dexon-e187711c6545487d4cac3701f0f506bb536234e2.zip |
swarm: network rewrite merge
Diffstat (limited to 'swarm/api/http/templates.go')
-rw-r--r-- | swarm/api/http/templates.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index cd9d21289..ffd816493 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -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 http-equiv="X-UA-Compatible" ww="chrome=1"> <meta name="description" content="Ethereum/Swarm Landing page"> - <meta property="og:url" content="https://swarm-gateways.net/bzz:/theswarm.eth"> <style> body, div, header, footer { @@ -206,7 +205,7 @@ var landingPageTemplate = template.Must(template.New("landingPage").Parse(` <footer> <p> 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> </footer> |