Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo committed Nov 6, 2023
1 parent 1b3b05e commit 1691e41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const universalProfile = new ethers.Contract(

### Register URD on the UP + set the URD permissions

Generate _Data Keys & Values_ for [**adding a URD**](../../../standards/generic-standards/lsp1-universal-receiver-delegate.md/#how-delegation-works) to the Universal Profile and for granting [**SUPER_SETDATA**](../../../standards/universal-profile/lsp6-key-manager.md#super-permissions) permission to the **URD**.
Generate _Data Keys & Values_ for [**adding a URD**](../../../standards/generic-standards/lsp1-universal-receiver-delegate.md#how-delegation-works) to the Universal Profile and for granting [**SUPER_SETDATA**](../../../standards/universal-profile/lsp6-key-manager.md#super-permissions) permission to the **URD**.

<Tabs>

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/smart-contract-developers/create-lsp7-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ npm run build

## Deploy our LSP7 Token contract on LUKSO Testnet

We are now ready to deploy our contract on the [**LUKSO Testnet network**](../../networks/testnet/parameters.md)!
We are now ready to deploy our contract on the [**LUKSO Testnet network**](../../networks/testnet/parameters)!

In order to deploy the contract, we will have to update the `hardhat.config.ts` and create a deploy script. Let's go!

Expand Down
2 changes: 1 addition & 1 deletion docs/networks/advanced-guides/switch-consensus-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ In case you did any modifications to your configuration files, such as:

Please add them again and ensure these are in the correct format before starting your node.

You can follow the [extended node guide](https://github.com/fhildeb/lukso-node-guide/blob/main/6-blockchain-clients/README.md) or list of [further reads](../mainnet/running-a-node.md/#further-reads) for more information.
You can follow the [extended node guide](https://github.com/fhildeb/lukso-node-guide/blob/main/6-blockchain-clients/README.md) or list of [further reads](../mainnet/running-a-node.md#further-reads) for more information.

:::

Expand Down
4 changes: 2 additions & 2 deletions docs/networks/advanced-guides/update-the-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ In case you did any modifications to your configuration files, such as:

Please add them once again and make sure that these are in the correct format before starting your node.

You can follow the [extended node guide](https://github.com/fhildeb/lukso-node-guide/blob/main/6-blockchain-clients/README.md) or list of [further reads](../mainnet/running-a-node.md/#further-reads) for more information.
You can follow the [extended node guide](https://github.com/fhildeb/lukso-node-guide/blob/main/6-blockchain-clients/README.md) or list of [further reads](../mainnet/running-a-node.md#further-reads) for more information.

:::caution

Expand Down Expand Up @@ -245,7 +245,7 @@ In case you did any modifications to your configuration files, such as:

Please add them once again and make sure that these are in the correct format before starting your node.

You can follow the [extended node guide](https://github.com/fhildeb/lukso-node-guide/blob/main/6-blockchain-clients/README.md) or list of [further reads](../mainnet/running-a-node.md/#further-reads) for more information.
You can follow the [extended node guide](https://github.com/fhildeb/lukso-node-guide/blob/main/6-blockchain-clients/README.md) or list of [further reads](../mainnet/running-a-node.md#further-reads) for more information.

:::caution

Expand Down

0 comments on commit 1691e41

Please sign in to comment.