Bug
The run-a-base-node.mdx page contains two stale links pointing to the old base-org/node repository:
- In the intro:
https://github.com/base-org/node
- In "Running a Node" step 1:
https://github.com/base-org/node
The repository has been moved to https://github.com/base/node.
Steps to Reproduce
- Go to https://docs.base.org/base-chain/node-operators/run-a-base-node
- Click any of the "node" links
- They point to
github.com/base-org/node instead of github.com/base/node
Proposed Fix
Replace all occurrences of https://github.com/base-org/node with https://github.com/base/node in docs/base-chain/node-operators/run-a-base-node.mdx.
I'd be happy to open a PR for this fix.
Bug
The
run-a-base-node.mdxpage contains two stale links pointing to the oldbase-org/noderepository:https://github.com/base-org/nodehttps://github.com/base-org/nodeThe repository has been moved to
https://github.com/base/node.Steps to Reproduce
github.com/base-org/nodeinstead ofgithub.com/base/nodeProposed Fix
Replace all occurrences of
https://github.com/base-org/nodewithhttps://github.com/base/nodeindocs/base-chain/node-operators/run-a-base-node.mdx.I'd be happy to open a PR for this fix.