Skip to content

Commit 354b1b2

Browse files
authored
chore: update docs links [skip cypress] (#2494)
1 parent 1e8904d commit 354b1b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/modules/staking/StakingHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const StakingHeader: React.FC<StakingHeaderProps> = ({ tvl, stkEmission,
8181
additional layer of protection for the protocol.
8282
</Trans>{' '}
8383
<Link
84-
href="https://docs.aave.com/faq/migration-and-staking"
84+
href="https://aave.com/docs/primitives/umbrella#transition-from-the-legacy-safety-module"
8585
sx={{ textDecoration: 'underline', color: '#8E92A3' }}
8686
onClick={() =>
8787
trackEvent(GENERAL.EXTERNAL_LINK, {

src/modules/umbrella/UmbrellaHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const UmbrellaHeader: React.FC = () => {
6262
event, your stake may be slashed to cover the deficit.
6363
</Trans>{' '}
6464
<Link
65-
href="https://docs.aave.com/faq/migration-and-staking"
65+
href="https://aave.com/docs/primitives/umbrella"
6666
sx={{ textDecoration: 'underline', color: '#8E92A3' }}
6767
onClick={() =>
6868
trackEvent(GENERAL.EXTERNAL_LINK, {

0 commit comments

Comments
 (0)