Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
YonasW committed Oct 15, 2024
1 parent 3ddd5dc commit fa8df92
Show file tree
Hide file tree
Showing 9 changed files with 847 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion docs/og-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Storage systems play a critical role in managing, organizing, and ensuring the a

## 0G's Storage System

0G Storage is a distributed data storage system designed with on-chain elements to incentivize storage nodes to store data on behalf of a user. Anyone can run a storage node and receive rewards for maintaining one. For information on how to do so, check out our guide [here](../run-a-node/storage-node.md).
0G Storage is a distributed data storage system designed with on-chain elements to incentivize storage nodes to store data on behalf of a user. Anyone can run a storage node and receive rewards for maintaining one. For information on how to do so, check out our guide [here](./run-a-node/storage-node.md).

0G's system itself has two parts:

Expand Down
2 changes: 1 addition & 1 deletion docs/run-a-node/da-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The DASigners contract is an interface through which Solidity contracts can inte

# Becoming a DA Signer and Running a 0g DA Node

You can use the DA node installation guide found [here](run-a-node/da.md) To become a DA Signer and run your own DA node you can also our repository: [0G DA node](https://github.com/0glabs/0g-da-node)
You can use the DA node installation guide found [here](./da-node.md) To become a DA Signer and run your own DA node you can also our repository: [0G DA node](https://github.com/0glabs/0g-da-node)

## Becoming a DA Signer

Expand Down
12 changes: 6 additions & 6 deletions docs/run-a-node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ sidebar_position: 2
# Run a Node
---

Zero Gravity (OG) is currently live on [Testnet-V2](docs/run-a-node/testnet-information), with Mainnet coming soon. The networks support various node types, each node playing a crucial role in maintaining and securing the network.
Zero Gravity (OG) is currently live on [Testnet-V2](testnet-information.md), with Mainnet coming soon. The networks support various node types, each node playing a crucial role in maintaining and securing the network.

In this section, explore the different types of nodes you can run and learn about its specific role and how it contributes to the overall network functionality.

<div class="nodeLinksContainer">
<a href="../run-a-node/node-overview" class="nodeLink">
<a href="overview.md" class="nodeLink">
<div class="nodeLinkInner">Node Overview</div>
</a>
<a href="../run-a-node/testnet-information" class="nodeLink">
<a href="./testnet-information.md" class="nodeLink">
<div class="nodeLinkInner">Testnet Information</div>
</a>
<a href="../run-a-node/storage" class="nodeLink">
<a href="./storage-node.md" class="nodeLink">
<div class="nodeLinkInner">Storage Node</div>
</a>
<a href="../run-a-node/da" class="nodeLink">
<a href="./da-node.md" class="nodeLink">
<div class="nodeLinkInner">DA Node</div>
</a>
<a href="../run-a-node/validator" class="nodeLink">
<a href="./validator-node.md" class="nodeLink">
<div class="nodeLinkInner">Validator Node</div>
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/run-a-node/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ We've made it easy to get started. The table below outlines the hardware require
#### Next Steps
Ready to set up your node? Check out our detailed guides:

- [Validator Node Setup Guide](run-a-node/validator.md)
- [Storage Node Setup Guide](run-a-node/storage.md)
- [Data Availability Service Setup Guide](run-a-node/da.md)
- [Validator Node Setup Guide](validator-node.md)
- [Storage Node Setup Guide](storage-node.md)
- [Data Availability Service Setup Guide](da-node.md)
2 changes: 1 addition & 1 deletion docs/run-a-node/storage-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Running a 0G Storage KV node is an important part of the 0G ecosystem, providing
## **0G Storage (CLI) Overview**
The 0G Storage CLI acts as your gateway to interact directly with the 0G Storage network. It simplifies the process of uploading and downloading files, as well as managing other aspects of your decentralised storage experience. The CLI translates your commands into actions that the network can interpret and execute, making it easier to control your data without needing in-depth knowledge of the underlying blockchain technology.
The 0G Storage CLI acts as your gateway to interact directly with the 0G Storage network. It simplifies the process of uploading and downloading files, as well as managing other aspects of your decentralized storage experience. The CLI translates your commands into actions that the network can interpret and execute, making it easier to control your data without needing in-depth knowledge of the underlying blockchain technology.
**Getting Started**
Expand Down
10 changes: 7 additions & 3 deletions docs/run-a-node/testnet-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ In Testnet-V2, we've implemented a fair and transparent process for selecting va

**What happens if I'm not selected to be a validator?**
- Validators are rotated every ~two weeks, so even if you're not selected for this round, you may be selected in the next rotation. Furthermore, validators are just one of the node types -- you can also run any of the other node types, like storage and DA. For detailed instructions on how to apply and operate each node type, please refer to our comprehensive setup guides:
- [Run a Storage Node](/run-a-node/storage-node.md)
- [Run a DA Node](/run-a-node/da-node)
- [Run a Validator Node](/run-a-node/validator-node)
- [Run a Storage Node](./storage-node.md)
- [Run a DA Node](./da-node.md)
- [Run a Validator Node](./validator-node.md)

## 0G Testnet Configuration

Expand Down Expand Up @@ -66,8 +66,12 @@ Deployed Block Number: `595059`
### Third-party RPCs

- [thirdweb RPC](https://thirdweb.com/0g-newton-testnet)
- [Ankr](https://rpc.ankr.com/0g_newton)

### Community RPCs

**community RPCs will be listed here**

[Originstake](https://0g-json-rpc-public.originstake.com)
[Validatorvn](https://0g-rpc-evm01.validatorvn.com)
[Itrocket](https://og-testnet-jsonrpc.itrocket.net)
8 changes: 4 additions & 4 deletions docs/run-a-node/validator-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ Running a validator node in the 0G ecosystem means actively participating in the

### Troubleshooting

If you encounter any issues during the setup or operation of your validator node, please consult our [FAQ section](learn-more/how-to-contribute.md) or reach out to our community support channels.
If you encounter any issues during the setup or operation of your validator node, please consult our [FAQ section](../learn-more/how-to-contribute.md) or reach out to our community support channels.

### Next Steps

After successfully setting up your validator node, consider exploring the following:

- [Node Monitoring and Maintenance](/docs/run-a-node/testnet-information)
- [Node Monitoring and Maintenance](./testnet-information.md)

Thank you for contributing to the security and decentralization of the 0g network!

Expand Down Expand Up @@ -204,13 +204,13 @@ Thank you for contributing to the security and decentralization of the 0g networ

## Troubleshooting

If you encounter any issues during the setup or operation of your validator node, please consult our [FAQ section](learn-more/how-to-contribute.md) or reach out to our community support channels.
If you encounter any issues during the setup or operation of your validator node, please consult our [FAQ section](../learn-more/how-to-contribute.md) or reach out to our community support channels.

## Next Steps

After successfully setting up your validator node, consider exploring the following:

- [Node Monitoring and Maintenance](/docs/run-a-node/testnet-information)
- [Node Monitoring and Maintenance](./testnet-information.md)

Thank you for contributing to the security and decentralization of the 0g network!

Expand Down
Loading

0 comments on commit fa8df92

Please sign in to comment.