Merge pull request #1181 from fersmi/master

Links 301 permanently moved
This commit is contained in:
Rome Reginelli
2021-10-11 14:47:12 -07:00
committed by GitHub
37 changed files with 54 additions and 54 deletions

View File

@@ -111,7 +111,7 @@
"name": "Ripple",
"title": _("On-Demand Liquidity"),
"description": _("Ripple powers instant, lower-cost settlement of cross-border payments using XRP to source liquidity on demand. XRP is ideally suited for global payments because it's quicker, less costly, and more scalable than any other digital asset.")},
{ "link": "https://towo.io/",
{ "link": "https://towolabs.com",
"id": "towo",
"name": "Towo Labs",
"title": _("Infrastructure"),

View File

@@ -181,7 +181,7 @@
</div>
<div class="modal-body">
<form><div class="form-group">
<label for="curl-box-1">Use the following syntax to make the equivalent JSON-RPC request using <a href="https://curl.haxx.se/">cURL</a> from a commandline interface:</label>
<label for="curl-box-1">Use the following syntax to make the equivalent JSON-RPC request using <a href="https://curl.se/">cURL</a> from a commandline interface:</label>
<textarea id="curl-box-1" class="form-control" rows="8">curl -H 'Content-Type: application/json' -d '{"method":"server_info","params":[{}]}' https://s1.ripple.com:51234/</textarea>
</div></form>

View File

@@ -223,7 +223,7 @@
<h6>{% trans %}Top Exchanges, according to CryptoCompare{% endtrans %}</h6>
<ul class="nav nav-grid-lg cols-of-5 mb-10" id="top-exchanges">
{% set exchanges = [
{ "href": "https://www.bitstamp.com/",
{ "href": "https://www.bitstamp.net/",
"id": "exch-bitstamp",
"alt": _("Bitstamp") },
{ "href": _("https://www.kraken.com/"),