Skip to content

Commit 33f036a

Browse files
committed
Add redirects for docs links left in Contributing or Changelogs
1 parent c8c627e commit 33f036a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/website/docusaurus.config.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,22 @@ const config = {
194194
from: '/docs/for-developers/utxo-hd/overview',
195195
to: '/docs/references/miscellaneous/utxo-hd/',
196196
},
197+
{
198+
from: '/docs/for-developers/utxo-hd/Overview/',
199+
to: '/docs/references/miscellaneous/utxo-hd/',
200+
},
201+
{
202+
from: '/docs/for-developers/PreflightGuide/',
203+
to: '/docs/tutorials/preflight_guide/',
204+
},
205+
{
206+
from: '/docs/for-developers/Glossary/',
207+
to: '/docs/references/glossary/',
208+
},
209+
{
210+
from: '/docs/for-developers/BootstrapPeersIER/',
211+
to: '/docs/references/miscellaneous/bootstrap_peers_IER/',
212+
},
197213
],
198214
createRedirects(existingPath) {
199215
if (existingPath.includes('/docs/references/miscellaneous/utxo-hd')) {

0 commit comments

Comments
 (0)