Merge pull request #2446 from XRPLF/about-routing

fix: about routing fix
This commit is contained in:
Aria Keshmiri
2024-03-11 09:42:47 -07:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -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."
)}`}

View File

@@ -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>

View File

@@ -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>