From d5d80a16245f9bc79699e5888b8919a7c749bc5e Mon Sep 17 00:00:00 2001 From: giwaov Date: Sun, 26 Apr 2026 12:34:23 +0100 Subject: [PATCH] fix: repair broken docs links --- docs/devdocs/Examples and References/Examples-fheDapps.md | 2 +- docs/devdocs/Tutorials/Basic/Deploying.mdx | 2 +- .../devdocs/Examples and References/Examples-fheDapps.md | 2 +- .../version-Helium/devdocs/Tutorials/Basic/Deploying.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devdocs/Examples and References/Examples-fheDapps.md b/docs/devdocs/Examples and References/Examples-fheDapps.md index 5d78334b..704e4094 100644 --- a/docs/devdocs/Examples and References/Examples-fheDapps.md +++ b/docs/devdocs/Examples and References/Examples-fheDapps.md @@ -65,7 +65,7 @@ Here you can find a list of some cool apps that you can use as a reference Unique Bid Auction - +Not available Bids_Party
A showcase of a blind bid auction using a unique bidding mechanism diff --git a/docs/devdocs/Tutorials/Basic/Deploying.mdx b/docs/devdocs/Tutorials/Basic/Deploying.mdx index 8975d835..e2cd93c5 100644 --- a/docs/devdocs/Tutorials/Basic/Deploying.mdx +++ b/docs/devdocs/Tutorials/Basic/Deploying.mdx @@ -139,7 +139,7 @@ Now we can use this task to deploy our contract to either LocalFhenix, or the De -Okay, now we know how to create programmatic actions. You can find a few other examples of tasks that interact with the deployed contract in the [`tasks` ](https://github.com/FhenixProtocol/werc20-example/tree/main/tasks)folder. +Okay, now we know how to create programmatic actions. You can find the complete deployment example in the [`deploy` folder](https://github.com/FhenixProtocol/erc20-tutorial-code/tree/main/deploy). diff --git a/versioned_docs/version-Helium/devdocs/Examples and References/Examples-fheDapps.md b/versioned_docs/version-Helium/devdocs/Examples and References/Examples-fheDapps.md index 5ac12030..2023f410 100644 --- a/versioned_docs/version-Helium/devdocs/Examples and References/Examples-fheDapps.md +++ b/versioned_docs/version-Helium/devdocs/Examples and References/Examples-fheDapps.md @@ -65,7 +65,7 @@ Here you can find a list of some cool apps that you can use as a reference Unique Bid Auction - +Not available Bids_Party
A showcase of a blind bid auction using a unique bidding mechanism diff --git a/versioned_docs/version-Helium/devdocs/Tutorials/Basic/Deploying.mdx b/versioned_docs/version-Helium/devdocs/Tutorials/Basic/Deploying.mdx index 8975d835..e2cd93c5 100644 --- a/versioned_docs/version-Helium/devdocs/Tutorials/Basic/Deploying.mdx +++ b/versioned_docs/version-Helium/devdocs/Tutorials/Basic/Deploying.mdx @@ -139,7 +139,7 @@ Now we can use this task to deploy our contract to either LocalFhenix, or the De -Okay, now we know how to create programmatic actions. You can find a few other examples of tasks that interact with the deployed contract in the [`tasks` ](https://github.com/FhenixProtocol/werc20-example/tree/main/tasks)folder. +Okay, now we know how to create programmatic actions. You can find the complete deployment example in the [`deploy` folder](https://github.com/FhenixProtocol/erc20-tutorial-code/tree/main/deploy).