Skip to content

Commit 1aac253

Browse files
authored
fix(run-a-base-node): update stale base-org/node links to base/node (#1295)
* fix(run-a-base-node): update stale base-org/node links to base/node * fix(troubleshooting): update stale base-org/node link to base/node * fix(launch-token): update archived base-org GitHub link to base
1 parent 4c08ce4 commit 1aac253

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/base-chain/node-operators/run-a-base-node.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Run a Node
33
description: A tutorial that teaches how to set up and run a Base Node.
44
---
55

6-
This tutorial will walk you through setting up your own [Base Node](https://github.com/base-org/node).
6+
This tutorial will walk you through setting up your own [Base Node](https://github.com/base/node).
77

88
## Objectives
99

@@ -66,7 +66,7 @@ You'll need your own L1 RPC URL. This can be one that you run yourself, or via a
6666

6767
## Running a Node
6868

69-
1. Clone the [repo](https://github.com/base-org/node).
69+
1. Clone the [repo](https://github.com/base/node).
7070
2. Ensure you have an Ethereum L1 full node RPC available (not Base), and set `OP_NODE_L1_ETH_RPC` & `OP_NODE_L1_BEACON` (in the `.env.*` file if using `docker-compose`). If running your own L1 node, it needs to be synced before Base will be able to fully sync.
7171
3. Uncomment the line relevant to your network (`.env.sepolia`, or `.env.mainnet`) under the 2 `env_file` keys in `docker-compose.yml`.
7272
4. Run `docker compose up`. Confirm you get a response from:

docs/base-chain/node-operators/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ Refer to the [Snapshots](/base-chain/node-operators/snapshots) guide for the cor
124124
If you’ve followed this guide and are still encountering issues, seek help from the community:
125125

126126
- **Discord**: Join the [Base Discord](https://discord.gg/buildonbase) and post in the `🛠|node-operators` channel, providing details about your setup, the issue, and relevant logs.
127-
- **GitHub**: Check the [Base Node repository issues](https://github.com/base-org/node/issues) or open a new one if you suspect a bug.
127+
- **GitHub**: Check the [Base Node repository issues](https://github.com/base/node/issues) or open a new one if you suspect a bug.

docs/get-started/launch-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Remember to always prioritize security, transparency, and community value when d
428428
<Card title="Base Twitter" icon="twitter" href="https://twitter.com/base">
429429
Follow Base updates
430430
</Card>
431-
<Card title="Base GitHub" icon="github" href="https://github.com/base-org">
431+
<Card title="Base GitHub" icon="github" href="https://github.com/base">
432432
Contribute to Base development
433433
</Card>
434434
</CardGroup>

0 commit comments

Comments
 (0)