diff --git a/docs/devdocs/Examples and References/Examples-fheDapps.md b/docs/devdocs/Examples and References/Examples-fheDapps.md
index 5ac12030..5d78334b 100644
--- a/docs/devdocs/Examples and References/Examples-fheDapps.md
+++ b/docs/devdocs/Examples and References/Examples-fheDapps.md
@@ -18,7 +18,7 @@ Here you can find a list of some cool apps that you can use as a reference
FHERC-20 |
View on Github
|
-FHERC-20 Demo |
+FHERC-20 Demo |
A token in which balances are encrypted and viewable only to the holder. |
diff --git a/src/components/AdditionalFeatures/index.tsx b/src/components/AdditionalFeatures/index.tsx
index 20f574f0..9a36d342 100644
--- a/src/components/AdditionalFeatures/index.tsx
+++ b/src/components/AdditionalFeatures/index.tsx
@@ -8,7 +8,7 @@ import Link from '@docusaurus/Link';
export function GettingStartedFrame(): JSX.Element {
const { colorMode } = useColorMode();
- const iframeSrc = "https://getting-started.helium.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : "");
+ const iframeSrc = "https://getting-started.nitrogen.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : "");
return (