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).