Skip to content

Commit

Permalink
Update docs links (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred authored Dec 3, 2024
1 parent bf0e502 commit 32237e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/validators/ValidatorsFAQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const ValidatorsFAQ = () => {
),
discordlink: <Link href="/discord" />,
requirementslink: (
<Link href="https://docs.solanalabs.com/operations/requirements" />
<Link href="https://docs.anza.xyz/operations/requirements" />
),
economicslink: (
<Link href="https://docs.solana.com/cluster/economics" />
<Link href="https://docs.anza.xyz/implemented-proposals/ed_overview/" />
),
stakinglink: <Link href="/docs/economics/staking" />,
programlink: (
Expand Down
2 changes: 1 addition & 1 deletion src/components/validators/ValidatorsGettingStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ValidatorsGettingStarted = () => {
</p>
</div>
<Button
to="https://docs.solanalabs.com/operations"
to="https://docs.anza.xyz/operations"
newTab
aria-label="Solana Docs"
variant="none"
Expand Down
2 changes: 1 addition & 1 deletion src/components/validators/ValidatorsHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ValidatorsHero = forwardRef((props, ref) => {
<p className="regular hero-text">{t("validators.sub-header")}</p>
<div className="hero-buttons">
<Button
to="https://docs.solanalabs.com/operations"
to="https://docs.anza.xyz/operations"
newTab
aria-label="Read about becoming a Validator"
className="d-inline-block mt-2 mt-md-4 me-sm-2 lift"
Expand Down

0 comments on commit 32237e5

Please sign in to comment.