Skip to content

Commit b79817f

Browse files
committed
gremlin character fix
1 parent 4c0a1fb commit b79817f

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

components/WalletTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const WalletTable = () => {
6666
</table>
6767
<h3 className="text-lg mb-4">Network Details for Adding to Wallets</h3>
6868
<strong className="block"> Substrate Wallets:</strong>
69-
Follow the specific wallet's instructions to add the Tangle Network as a
69+
Follow the specific wallet instructions to add the Tangle Network as a
7070
custom network. We work to ensure these wallets have the latest
7171
information and in-app support to connect.
7272
<span className="block mt-4">

pages/operators/node-basics/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We recommend that you run two machines with the same specifications, in differen
1818

1919
## What are the different networks?
2020

21-
There are two networks, each will require dedicated hardware. The Tangle Testnet is free and should be used to familiarize yourself with the setup. See [network configation page for more details.](../../resources/network-information-configuration.mdx)
21+
There are two networks, each will require dedicated hardware. The Tangle Testnet is free and should be used to familiarize yourself with the setup. See [Resources for more details.](../../resources.mdx)
2222

2323
## What ports do I allow on my firewall?
2424

pages/operators/validator.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Callout from "/components/Callout";
99
# Start Validating
1010

1111
<Callout type="info">
12-
**You should be familiar with [account management basics](/account-manage) before proceeding, and ensure you're connected to the correct network, Tangle Network.**
12+
**You should be familiar with [account management basics](../network/account-manage.mdx) before proceeding, and ensure you're connected to the correct network, Tangle Network.**
1313
</Callout>
1414

1515
Becoming a validator on a decentralized network like Tangle is a big responsibility and a fairly technical process. **You are accountable for both your stake and the stake of your nominators. Any errors could lead to slashing of tokens, impacting your balance and reputation.** However, there are also rewards - you help secure a decentralized network and can grow your stake through nominations.
@@ -39,10 +39,10 @@ In the future, validators may be able to participate in other forms of reward-wi
3939

4040
<Callout>
4141
The following guide assumes you have a node operating and synced with the network. If not, see the following:
42-
1. [Hardware Specifications](../hardware/)
43-
2. [Node Software](../node-software/)
44-
3. [Run Node with Docker](../deploy-with-docker/validator-node.mdx)
45-
4. **or** [Run Node with Systemd](../systemd/validator-node.mdx)
42+
1. [Hardware Specifications](./node-basics/hardware.mdx)
43+
2. [Node Software](./node-basics/node-software.mdx)
44+
3. [Run Node with Docker](./node-basics/docker-node.mdx)
45+
4. **or** [Run Node with Systemd](./node-basics/systemd.mdx)
4646

4747
Once your node is operational, proceed.
4848

@@ -59,10 +59,10 @@ Controller accounts are deprecated in Substrate. For more information, [see this
5959
It is now time to set up our validator. We will do the following:
6060

6161
1. Bond the TNT of the Stash account on the Tangle Network. These TNT will be put at stake for the security of the network and can be slashed.
62-
2. Select the [staking proxy account](./proxyaccount.mdx) account. This is the account that will decide when to start or stop validating.
62+
2. Select the [staking proxy account](./validator/proxyaccount.mdx) account. This is the account that will decide when to start or stop validating.
6363

6464
<Callout>
65-
See how to setup a [proxy account](./proxyaccount.mdx)
65+
See how to setup a [proxy account](./validator/proxyaccount.mdx)
6666
</Callout>
6767

6868
First, go to the Staking section. Click on "Account Actions", and then the "+ Stash" button.
@@ -73,7 +73,7 @@ Make sure not to bond all your TNT balance since you will be unable to pay trans
7373

7474
**Stash account** - Select your Stash account. In this example, we will bond 1 TNT, where the minimum bonding amount is 1. Make sure that your Stash account contains at least this much. You can, of course, stake more than this.
7575

76-
**Staking proxy account** - Select the staking [proxy account](./proxyaccount.mdx) created earlier. This account will also need a small amount of TNT in order to start and stop validating.
76+
**Staking proxy account** - Select the staking [proxy account](./validator/proxyaccount.mdx) created earlier. This account will also need a small amount of TNT in order to start and stop validating.
7777

7878
**Value bonded** - How much TNT from the Stash account you want to bond/stake. Note that you do not need to bond all of the TNT in that account. Also note that you can always bond more TNT later. However, withdrawing any bonded amount requires the duration of the unbonding period. On Kusama, the unbonding period is 7 days. On Polkadot, the planned unbonding period is 28 days.
7979

@@ -97,7 +97,7 @@ In order to participate in the tangle protocol, block production, and block fina
9797

9898
[More info about keys](https://wiki.polkadot.network/docs/learn-cryptography#session-keys)
9999

100-
See the guides for [launching Tangle Network with Docker](../node-basics/docker-node.mdx) and [Launching with Systemd](../node-basics/systemd.mdx) for exact guides on this step.
100+
See the guides for [launching Tangle Network with Docker](./node-basics/docker-node.mdx) and [Launching with Systemd](./node-basics/systemd.mdx) for exact guides on this step.
101101

102102
Once your node and keys are setup and your node is synced, proceed to the following:
103103

pages/operators/validator/validator-rewards.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A brief overview of Tangle Network rewards and their payout scheme.
55

66
# Validator Rewards
77

8-
Running a [validator](requirements.mdx) node on the Tangle Network allows you to connect to the network, sync with a bootnode, obtain local access to RPC endpoints, and also author blocks. The network rewards successful validators (users running validator nodes and actively producing blocks) by paying a set amount of network tokens as rewards.
8+
Running a [validator](/introduction) node on the Tangle Network allows you to connect to the network, sync with a bootnode, obtain local access to RPC endpoints, and also author blocks. The network rewards successful validators (users running validator nodes and actively producing blocks) by paying a set amount of network tokens as rewards.
99

1010
## How Rewards are Calculated
1111

pages/restake/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Blueprints are specifications that define a service and its requirements. Develo
2626
## Restaking
2727

2828
Restaking is the process of staking assets to participate in the Tangle Network as an operator or delegator. Operators stake their own assets or assets delegated to them by delegators to secure Blueprints and earn rewards. Restaking helps to compound returns over time, as a portion of the earned rewards are automatically added to the staked amount.
29-
[Read more about Blueprints](../developers/introduction.mdx)
29+
[Read more about Blueprints](../developers/blueprints.mdx)
3030

3131
## Service Instances
3232

@@ -35,7 +35,7 @@ Service instances are live deployments of Blueprints requested by users. When a
3535
## Incentives
3636

3737
Tangle Network's incentive mechanism is designed to reward both operators and developers. Operators earn inflationary rewards for securing Blueprints, while developers earn a share of the rewards generated by the usage of their Blueprints. This system encourages the creation of valuable services and ensures a productive service economy.
38-
[Read more about Incentives](../developers/restaking-rewards.mdx)
38+
[Read more about Incentives](./restaking-rewards.mdx)
3939

4040
## Interaction between Concepts
4141

0 commit comments

Comments
 (0)