Skip to content

Commit

Permalink
web-wallet: Update docs URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Dec 13, 2024
1 parent c3e8428 commit 6c88175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ exports[`Stake > should render the Stake notice 1`] = `
I understand that I have set up a node properly, as described
<a
class="dusk-anchor dusk-anchor--on-surface"
href="https://docs.dusk.network/operator/02-provisioner/"
href="https://docs.dusk.network/operator/provisioner/"
rel="noopener noreferrer"
target="_blank"
>
Expand All @@ -369,7 +369,7 @@ exports[`Stake > should render the Stake notice 1`] = `
, and that, if not done correctly, I may be subject to
<a
class="dusk-anchor dusk-anchor--on-surface"
href="https://docs.dusk.network/operator/02-provisioner/#slashing"
href="https://docs.dusk.network/operator/provisioner/#slashing"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
4 changes: 2 additions & 2 deletions web-wallet/src/lib/constants/documentationLinks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const DOCUMENTATION_LINKS = {
RESTORE_BLOCK_HEIGHT: "https://docs.dusk.network/learn/guides/restore-height",
RUN_A_PROVISIONER: "https://docs.dusk.network/operator/02-provisioner/",
SLASHING: "https://docs.dusk.network/operator/02-provisioner/#slashing",
RUN_A_PROVISIONER: "https://docs.dusk.network/operator/provisioner/",
SLASHING: "https://docs.dusk.network/operator/provisioner/#slashing",
};

0 comments on commit 6c88175

Please sign in to comment.