mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 11:10:54 +00:00
Merge pull request #2446 from XRPLF/about-routing
fix: about routing fix
This commit is contained in:
@@ -127,7 +127,7 @@ export default function XrplOverview() {
|
||||
)}
|
||||
</p>
|
||||
<div className="d-none d-lg-block">
|
||||
<a className="btn btn-primary btn-arrow" href="docs">
|
||||
<a className="btn btn-primary btn-arrow" href="/docs">
|
||||
{translate("Read Technical Docs")}
|
||||
</a>{" "}
|
||||
<a
|
||||
@@ -189,7 +189,7 @@ export default function XrplOverview() {
|
||||
{`${translate(
|
||||
"To uphold performance, XRPL uses a consensus protocol. Designated servers called "
|
||||
)}`}
|
||||
<a href="run-a-rippled-validator">{translate("validators")}</a>
|
||||
<a href="/docs/infrastructure/configuration/server-modes/run-rippled-as-a-validator">{translate("validators")}</a>
|
||||
{`${translate(
|
||||
", which anyone can operate, come to an agreement on the order and outcome of XRP transactions every three to five seconds."
|
||||
)}`}
|
||||
|
||||
@@ -274,7 +274,7 @@ export default function XrpOverview() {
|
||||
"Explore the impact of the world's first major, global, public carbon-neutral blockchain."
|
||||
)}
|
||||
</p>
|
||||
<a className="btn btn-primary btn-arrow" href="impact">
|
||||
<a className="btn btn-primary btn-arrow" href="/about/impact">
|
||||
{translate("Impact")}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -442,7 +442,7 @@ const CommunityPage: React.FC = () => {
|
||||
<a
|
||||
target="_blank"
|
||||
className="cd-none-lg btn btn-primary btn-arrow view-all-events-btn get-funding-btn"
|
||||
href="developer-funding"
|
||||
href="/community/developer-funding/"
|
||||
>
|
||||
{translate("Get Funding")}
|
||||
</a>
|
||||
@@ -494,7 +494,7 @@ const CommunityPage: React.FC = () => {
|
||||
<a
|
||||
className="cd-none-sm btn btn-primary btn-arrow view-all-events-btn"
|
||||
target="_blank"
|
||||
href="developer-funding"
|
||||
href="/community/developer-funding/"
|
||||
>
|
||||
{translate("Get Funding")}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user