From 1691e41993e262b7b411d7e994bc39f67b6d8568 Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Mon, 6 Nov 2023 17:13:11 +0100 Subject: [PATCH] Fix broken links --- .../universal-receiver/deploy-universal-receiver.md | 2 +- docs/learn/smart-contract-developers/create-lsp7-token.md | 2 +- docs/networks/advanced-guides/switch-consensus-clients.md | 2 +- docs/networks/advanced-guides/update-the-node.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/learn/expert-guides/universal-receiver/deploy-universal-receiver.md b/docs/learn/expert-guides/universal-receiver/deploy-universal-receiver.md index 3199a9b4d7..0b7d9f5096 100644 --- a/docs/learn/expert-guides/universal-receiver/deploy-universal-receiver.md +++ b/docs/learn/expert-guides/universal-receiver/deploy-universal-receiver.md @@ -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**. diff --git a/docs/learn/smart-contract-developers/create-lsp7-token.md b/docs/learn/smart-contract-developers/create-lsp7-token.md index 48da1037cd..dda2a80168 100644 --- a/docs/learn/smart-contract-developers/create-lsp7-token.md +++ b/docs/learn/smart-contract-developers/create-lsp7-token.md @@ -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! diff --git a/docs/networks/advanced-guides/switch-consensus-clients.md b/docs/networks/advanced-guides/switch-consensus-clients.md index f749f8ec73..9b8cc88d17 100644 --- a/docs/networks/advanced-guides/switch-consensus-clients.md +++ b/docs/networks/advanced-guides/switch-consensus-clients.md @@ -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. ::: diff --git a/docs/networks/advanced-guides/update-the-node.md b/docs/networks/advanced-guides/update-the-node.md index bb6cb85a23..dad609e31b 100644 --- a/docs/networks/advanced-guides/update-the-node.md +++ b/docs/networks/advanced-guides/update-the-node.md @@ -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 @@ -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