Fix some broken links in homepage, news

This commit is contained in:
mDuo13
2018-05-03 18:28:58 -07:00
parent 23f73a38a1
commit 2cc35e3da4
3 changed files with 19 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ Get the latest XRP Ledger news and release information.
<!--{# TODO: see if the link to the content makes more sense in the bullet itself - moved the link there just to make this consistent across landing pages like Dev Tools and Use Cases. See how it looks and feels. #}--> <!--{# TODO: see if the link to the content makes more sense in the bullet itself - moved the link there just to make this consistent across landing pages like Dev Tools and Use Cases. See how it looks and feels. #}-->
* **[Known Amendments](x)** * **[Known Amendments](known-amendments.html)**
Amendments provide a way to introduce breaking changes to the decentralized XRP Ledger network without causing disruptions. Get the comprehensive list of [all known amendments](reference-amendments.html) and their statuses on the production XRP Ledger. Amendments provide a way to introduce breaking changes to the decentralized XRP Ledger network without causing disruptions. Get the comprehensive list of [all known amendments](reference-amendments.html) and their statuses on the production XRP Ledger.

View File

@@ -802,11 +802,13 @@ pages:
# News ------------------------------------------------------------------------- # News -------------------------------------------------------------------------
- md: news/news.md - md: news/news.md
html: news.html
funnel: News funnel: News
targets: targets:
- local - local
- md: news/known-amendments.md - md: news/known-amendments.md
html: known-amendments.html
funnel: News funnel: News
targets: targets:
- local - local

View File

@@ -30,15 +30,15 @@
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<h3 class="card-title"><a href="landing-references.html">Take Me to the References</a></h3> <h3 class="card-title"><a href="references.html">Take Me to the References</a></h3>
</div><!--/.card-header--> </div><!--/.card-header-->
<img class="card-img-top" src="assets/img/reference-book.svg" alt="(reference book icon)" /> <img class="card-img-top" src="assets/img/reference-book.svg" alt="(reference book icon)" />
<div class="card-body"> <div class="card-body">
<div class="curated-links"> <div class="curated-links">
<ul> <ul>
<li><a href="reference-rippled-public.html"><code>rippled</code> Public API Methods</a></li> <li><a href="public-rippled-methods.html"><code>rippled</code> Public API Methods</a></li>
<li><a href="reference-transaction-format.html"><code>rippled</code> Transaction Format</a></li> <!--{# TODO: Change this out when the transaction format gets split up #}--> <li><a href="transaction-formats.html"><code>rippled</code> Transaction Formats</a></li> <!--{# TODO: Change this out when the transaction format gets split up #}-->
<li><a href="reference-data-api.html">Data API</a></li> <li><a href="data-api.html">Data API</a></li>
</ul> </ul>
</div><!--/.curated-links--> </div><!--/.curated-links-->
</div><!--/.card-body--> </div><!--/.card-body-->
@@ -54,7 +54,7 @@
<ul> <ul>
<li><a href="websocket-api-tool.html">Make a call to the rippled API</a></li> <li><a href="websocket-api-tool.html">Make a call to the rippled API</a></li>
<li><a href="xrp-test-net-faucet.html">Access the XRP Ledger Test Net</a></li> <li><a href="xrp-test-net-faucet.html">Access the XRP Ledger Test Net</a></li>
<li><a href="landing-concepts.html">Understand XRP Ledger Concepts</a></li> <li><a href="concepts.html">Understand XRP Ledger Concepts</a></li>
</ul> </ul>
</div><!--/.curated-links--> </div><!--/.curated-links-->
</div><!--/.card-body--> </div><!--/.card-body-->
@@ -100,12 +100,12 @@
<div class="col-sm-6"> <div class="col-sm-6">
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<h3 class="card-title"><a href="reference-amendments.html">Known Amendments</a></h3> <h3 class="card-title">Known Amendments</h3>
</div><!--/.card-header--> </div><!--/.card-header-->
<div class="card-body"> <div class="card-body">
<p>Amendments introduce new features to the decentralized XRP Ledger without causing disruptions.</p> <p>Amendments introduce new features to the decentralized XRP Ledger without causing disruptions.</p>
<div class="readmore"> <div class="readmore">
<a href="reference-amendments.html"><button class="btn btn-primary" type="button">View Known Amendments</button></a> <a href="known-amendments.html"><button class="btn btn-primary" type="button">View Known Amendments</button></a>
</div> </div>
</div><!--/.card-body--> </div><!--/.card-body-->
</div><!--/.card--> </div><!--/.card-->
@@ -115,7 +115,7 @@
</section> </section>
<section class="container-fluid p-5" id="xrp_ledger_intro"> <section class="container-fluid p-5" id="xrp_ledger_intro">
<h2><a href="concept-xrp-ledger-intro.html">XRP Ledger: A decentralized cryptographic ledger</a></h2> <h2><a href="xrp-ledger-overview.html">XRP Ledger: A decentralized cryptographic ledger</a></h2>
<div class="row"> <div class="row">
<div class="blurb col-sm-12"> <div class="blurb col-sm-12">
<p>The XRP Ledger is built powered by a network of peer-to-peer servers. It is the home of XRP, a digital asset designed to bridge the many different currencies in use worldwide.</p> <p>The XRP Ledger is built powered by a network of peer-to-peer servers. It is the home of XRP, a digital asset designed to bridge the many different currencies in use worldwide.</p>
@@ -125,7 +125,7 @@
<div class="card-deck mb-4"> <div class="card-deck mb-4">
<a href="concept-xrp-ledger-intro.html#the-best-digital-asset"><div class="card m-3"> <a href="xrp-ledger-overview.html#the-best-digital-asset"><div class="card m-3">
<img class="card-img-top" src="assets/img/triskellion.svg" alt="(XRP triskellion)" /> <img class="card-img-top" src="assets/img/triskellion.svg" alt="(XRP triskellion)" />
<div class="card-body"> <div class="card-body">
<!-- <p>XRP is a digital asset native to the XRP Ledger. Anyone with a cryptographic key and an internet connection can receive, hold, and send XRP to anyone else.</p> --> <!-- <p>XRP is a digital asset native to the XRP Ledger. Anyone with a cryptographic key and an internet connection can receive, hold, and send XRP to anyone else.</p> -->
@@ -133,7 +133,7 @@
<div class="card-footer"><h3>The Digital Asset for Payments</h3></div> <div class="card-footer"><h3>The Digital Asset for Payments</h3></div>
</div><!--/.card--></a> </div><!--/.card--></a>
<a href="concept-xrp-ledger-intro.html#censorship-resistant-transaction-processing"><div class="card m-3"> <a href="xrp-ledger-overview.html#censorship-resistant-transaction-processing"><div class="card m-3">
<img class="card-img-top" src="assets/img/dollar-arrow.svg" alt="(money moving)" /> <img class="card-img-top" src="assets/img/dollar-arrow.svg" alt="(money moving)" />
<div class="card-body"> <div class="card-body">
<!-- <p>No single party decides which XRP transactions succeed or fail, and no one can "roll back" a transaction after it completes.</p> --> <!-- <p>No single party decides which XRP transactions succeed or fail, and no one can "roll back" a transaction after it completes.</p> -->
@@ -143,7 +143,7 @@
<div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div> <div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div>
<a href="concept-xrp-ledger-intro.html#fast-efficient-consensus-algorithm"><div class="card m-3"> <a href="xrp-ledger-overview.html#fast-efficient-consensus-algorithm"><div class="card m-3">
<img class="card-img-top" src="assets/img/network.svg" alt="(consensus network)" /> <img class="card-img-top" src="assets/img/network.svg" alt="(consensus network)" />
<div class="card-body"> <div class="card-body">
<!-- <p>The XRP Ledger's consensus algorithm settles transactions in 4 to 5 seconds, processing at a throughput of up to 1500 transactions per second.</p> --> <!-- <p>The XRP Ledger's consensus algorithm settles transactions in 4 to 5 seconds, processing at a throughput of up to 1500 transactions per second.</p> -->
@@ -153,7 +153,7 @@
<div class="w-100 d-none d-md-block d-lg-none"><!-- wrap every 3 on md --></div> <div class="w-100 d-none d-md-block d-lg-none"><!-- wrap every 3 on md --></div>
<a href="concept-xrp-ledger-intro.html#finite-xrp-supply"><div class="card m-3"> <a href="xrp-ledger-overview.html#finite-xrp-supply"><div class="card m-3">
<img class="card-img-top" src="assets/img/line-graph.svg" alt="(price graph)" /> <img class="card-img-top" src="assets/img/line-graph.svg" alt="(price graph)" />
<div class="card-body"> <div class="card-body">
<!-- <p>When the XRP Ledger began, 100 billion XRP were created, and no more XRP will ever be created.</p> --> <!-- <p>When the XRP Ledger began, 100 billion XRP were created, and no more XRP will ever be created.</p> -->
@@ -164,7 +164,7 @@
<div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div> <div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div>
<div class="w-100 d-none d-lg-block"><!-- wrap every 4 on lg/xl --></div> <div class="w-100 d-none d-lg-block"><!-- wrap every 4 on lg/xl --></div>
<a href="concept-xrp-ledger-intro.html#responsible-software-governance"><div class="card m-3"> <a href="xrp-ledger-overview.html#responsible-software-governance"><div class="card m-3">
<img class="card-img-top" src="assets/img/scales.svg" alt="(scales of justice)" /> <img class="card-img-top" src="assets/img/scales.svg" alt="(scales of justice)" />
<div class="card-body"> <div class="card-body">
<!-- <p>A team of full-time, world-class developers at Ripple maintain and continually improve the XRP Ledger's underlying software.</p> --> <!-- <p>A team of full-time, world-class developers at Ripple maintain and continually improve the XRP Ledger's underlying software.</p> -->
@@ -172,7 +172,7 @@
<div class="card-footer"><h3>Responsible Software Governance</h3></div> <div class="card-footer"><h3>Responsible Software Governance</h3></div>
</div><!--/.card--></a> </div><!--/.card--></a>
<a href="concept-xrp-ledger-intro.html#secure-adaptable-cryptography"><div class="card m-3"> <a href="xrp-ledger-overview.html#secure-adaptable-cryptography"><div class="card m-3">
<img class="card-img-top" src="assets/img/lock.svg" alt="(lock)" /> <img class="card-img-top" src="assets/img/lock.svg" alt="(lock)" />
<div class="card-body"> <div class="card-body">
<!-- <p>The XRP Ledger relies on industry standard digital signature systems like ECDSA and also supports modern, efficient algorithms like Ed25519.</p> --> <!-- <p>The XRP Ledger relies on industry standard digital signature systems like ECDSA and also supports modern, efficient algorithms like Ed25519.</p> -->
@@ -183,7 +183,7 @@
<div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div> <div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div>
<div class="w-100 d-none d-md-block d-lg-none"><!-- wrap every 3 on md --></div> <div class="w-100 d-none d-md-block d-lg-none"><!-- wrap every 3 on md --></div>
<a href="concept-xrp-ledger-intro.html#modern-features-for-smart-contracts"><div class="card m-3"> <a href="xrp-ledger-overview.html#modern-features-for-smart-contracts"><div class="card m-3">
<img class="card-img-top" src="assets/img/gears.svg" alt="(gears)" /> <img class="card-img-top" src="assets/img/gears.svg" alt="(gears)" />
<div class="card-body"> <div class="card-body">
<!-- <p>Features like Escrow, Checks, and Payment Channels support cutting-edge financial applications while safety features like Invariant Checks and Amendments provide for stable operation.</p> --> <!-- <p>Features like Escrow, Checks, and Payment Channels support cutting-edge financial applications while safety features like Invariant Checks and Amendments provide for stable operation.</p> -->
@@ -191,7 +191,7 @@
<div class="card-footer"><h3>Modern Features for Smart Contracts</h3></div> <div class="card-footer"><h3>Modern Features for Smart Contracts</h3></div>
</div><!--/.card--></a> </div><!--/.card--></a>
<a href="concept-xrp-ledger-intro.html#on-ledger-decentralized-exchange"><div class="card m-3"> <a href="xrp-ledger-overview.html#on-ledger-decentralized-exchange"><div class="card m-3">
<img class="card-img-top" src="assets/img/exchange.svg" alt="(currency exchange)" /> <img class="card-img-top" src="assets/img/exchange.svg" alt="(currency exchange)" />
<div class="card-body"> <div class="card-body">
<!-- <p>The XRP Ledger also has a fully-functional accounting system for tracking and trading obligations denominated in any way users want, and an exchange built into the protocol.</p> --> <!-- <p>The XRP Ledger also has a fully-functional accounting system for tracking and trading obligations denominated in any way users want, and an exchange built into the protocol.</p> -->