diff --git a/.env.example b/.env.example
index ecfd9ca..72d072c 100644
--- a/.env.example
+++ b/.env.example
@@ -13,7 +13,3 @@ VITE_LOCAL_USERNAME=
VITE_ENABLE_LOGS=
-#----#
-
-# Link used in the "Documentation" button. Should point to the online documentation.
-VITE_DOCUMENTATION_URL=
diff --git a/src/Components/AppHeader.tsx b/src/Components/AppHeader.tsx
index c385be3..aab50d9 100644
--- a/src/Components/AppHeader.tsx
+++ b/src/Components/AppHeader.tsx
@@ -113,7 +113,6 @@ export const AppHeader: React.FC = () => {
const bridgeColor = getConnectionStatusColor();
const controllerColor = getControllerColor();
- const documentationUrl = import.meta.env.VITE_DOCUMENTATION_URL;
const statusStyle: React.CSSProperties = {
display: 'inline-flex',
@@ -173,16 +172,14 @@ export const AppHeader: React.FC = () => {
- {documentationUrl && (
-
- : undefined}
- onClick={() => window.open(documentationUrl, '_blank')}
- >
- {!isMobile && 'Documentation'}
-
-
- )}
+
+ : undefined}
+ onClick={() => window.open('https://docs.sentience-robotics.fr/share/p1x9ikjkhf/p/public-documentation-EExgMX2REV', '_blank')}
+ >
+ {!isMobile && 'Documentation'}
+
+
} onClick={() => setIsSettingsModalVisible(true)} />