-
Notifications
You must be signed in to change notification settings - Fork 305
Description
Hi,
While exploring the wonderful optimism doc website, I noticed that some internal links are broken.
For instance at:
Path: /chain-operators/tutorials/create-l2-rollup/
Url: https://docs.optimism.io/chain-operators/tutorials/create-l2-rollup/create-l2-rollup#manual-tutorial-overview
The links in this section are pointing to https://docs.optimism.io/operators/chain-operators/tutorials/create-l2-rollup/*(leading 404 errors) while the tutorial pages stages are available at https://docs.optimism.io/chain-operators/tutorials/create-l2-rollup/*
I guess it's a redirection/migration problem that could solved here:
https://github.com/ethereum/optimism/docs/blob/16e50b51f8e7a8c040ad4dd6cffe6c0ca2576bbe/public/_redirects
I tried fix it by myself following the contribution guide, but I was unable to reproduce the problem on local dev env, maybe I missed smtg...
Thanks for your attention 😊