Skip to content

Commit 4c767f5

Browse files
github-actions[bot]axelrod-bloxIlyaVi
authored
fix: fixed broken links (#1524)
Co-authored-by: Dima Axelrod <axelrod@ssvlabs.io> Co-authored-by: Ilya Vilensky <ilya@ssvlabs.io>
1 parent 063668b commit 4c767f5

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

src/app/routes/dashboard/operators/operator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const Operator: FC<ComponentPropsWithoutRef<"div">> = ({ ...props }) => {
113113
variant="link"
114114
size="xl"
115115
target="_blank"
116-
href="https://docs.ssv.network/learn/operators/update-fee#_nn1qsdauoghf"
116+
href="https://docs.ssv.network/operators/operator-onboarding/update-fee"
117117
>
118118
Read more on operator fees
119119
</Button>

src/app/routes/dashboard/operators/update-fee/decrease-operator-fee.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const DecreaseOperatorFee: FC = () => {
6969
<Button
7070
as="a"
7171
variant="link"
72-
href="https://docs.ssv.network/learn/operators/update-fee"
72+
href="https://docs.ssv.network/operators/operator-onboarding/update-fee"
7373
target="_blank"
7474
>
7575
Read more on fee changes
@@ -85,7 +85,7 @@ export const DecreaseOperatorFee: FC = () => {
8585
<Button
8686
as="a"
8787
variant="link"
88-
href="https://docs.ssv.network/learn/operators/update-fee"
88+
href="https://docs.ssv.network/operators/operator-onboarding/update-fee"
8989
target="_blank"
9090
>
9191
Read more on fee changes

src/app/routes/join/operator/set-operator-fee.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const SetOperatorFee: FC<ComponentPropsWithoutRef<"div">> = () => {
9595
Please note that you could always change your fee (according to the{" "}
9696
<Button
9797
as="a"
98-
href="https://docs.ssv.network/learn/operators/update-fee"
98+
href="https://docs.ssv.network/operators/operator-onboarding/update-fee"
9999
target="_blank"
100100
variant="link"
101101
>
@@ -123,6 +123,7 @@ export const SetOperatorFee: FC<ComponentPropsWithoutRef<"div">> = () => {
123123
<img
124124
src="/images/ssvIcons/logo.svg"
125125
className="size-5"
126+
alt="logo"
126127
/>
127128
<Text variant="body-2-bold">SSV</Text>
128129
</div>

src/config/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const links = {
4545
"https://docs.ssv.network/operators/operator-onboarding/permissioned-operators/",
4646
MORE_ON_CLUSTERS: "https://docs.ssv.network/stakers/clusters/",
4747
SSV_KEYS_RELEASES_URL: "https://github.com/ssvlabs/ssv-keys/releases",
48-
SSV_UPDATE_FEE_DOCS: "https://docs.ssv.network/learn/operators/update-fee",
48+
SSV_UPDATE_FEE_DOCS: "https://docs.ssv.network/operators/operator-onboarding/update-fee",
4949
TOOL_TIP_KEY_LINK: "https://docs.ssv.network/operators/install-instructions",
5050
GASNOW_API_URL:
5151
"https://www.gasnow.org/api/v3/gas/price?utm_source=ssv.network",
@@ -56,7 +56,7 @@ export const links = {
5656
UPDATE_OPERATORS_LINK:
5757
"https://docs.ssv.network/stakers/validators/update-operators",
5858
MORE_ABOUT_UPDATE_FEES:
59-
"https://docs.ssv.network/learn/operators/update-fee#_nn1qsdauoghf",
59+
"https://docs.ssv.network/operators/operator-onboarding/update-fee",
6060
MORE_ON_FEES:
6161
"https://docs.ssv.network/learn/protocol-overview/tokenomics/fees#_k4tw9to38r3v",
6262
MORE_ON_LIQUIDATION_LINK:

0 commit comments

Comments
 (0)