Skip to content

Commit 2c1d879

Browse files
committed
fixed broken link w/ redirect
1 parent 377a726 commit 2c1d879

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ const redirects = [
112112
to: '/products/eigenlayer/concepts/slashing/unique-stake',
113113
},
114114

115+
{
116+
from: '/developers/HowTo/build/slashing/implement-slashing',
117+
to: '/products/eigenlayer/developers/howto/build/slashing/implement-slashing'
118+
},
115119
// UAM (User Access Management)
116120
{
117121
from: '/eigenlayer/concepts/uam/uam-accounts',

0 commit comments

Comments
 (0)