diff --git a/blog/2025-11-26-linstor-drbd-opentofu-problemes.md b/blog/2025-11-26-linstor-drbd-opentofu-problemes.md
index dd117d4..befd10c 100644
--- a/blog/2025-11-26-linstor-drbd-opentofu-problemes.md
+++ b/blog/2025-11-26-linstor-drbd-opentofu-problemes.md
@@ -284,7 +284,7 @@ Je documenterai ma décision finale et sa mise en œuvre dans un prochain articl
:::info Mise à jour : Solution finale retenue
-Après avoir testé l'Option 1 avec un [script Python de gestion des ressources LINSTOR](https://forgejo.tellserv.fr/Tellsanguis/blog_tech/src/branch/main/manage_linstor_resources.py), j'ai constaté que cette approche, bien que fonctionnelle, ajoutait une complexité trop importante et des risques de désynchronisation pour une utilisation en production.
+Après avoir testé l'Option 1 avec un [script Python de gestion des ressources LINSTOR](/scripts/blog/2025-11-26-linstor-drbd-opentofu/manage_linstor_resources.py), j'ai constaté que cette approche, bien que fonctionnelle, ajoutait une complexité trop importante et des risques de désynchronisation pour une utilisation en production.
**La décision finale** : Partitionner les disques NVMe de chaque nœud Proxmox selon la stratégie suivante :
diff --git a/blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md b/blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md
index 5f5f911..10cce68 100644
--- a/blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md
+++ b/blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md
@@ -9,7 +9,9 @@ image: /img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
-
+
+
+
Comment migrer une VM vers un disque plus petit en préservant toutes les données avec Clonezilla, afin d'optimiser l'utilisation du stockage Linstor DRBD dans un cluster Proxmox.
diff --git a/i18n/en/docusaurus-plugin-content-blog/2025-11-26-linstor-drbd-opentofu-problemes.md b/i18n/en/docusaurus-plugin-content-blog/2025-11-26-linstor-drbd-opentofu-problemes.md
index 9ad9b52..2938d89 100644
--- a/i18n/en/docusaurus-plugin-content-blog/2025-11-26-linstor-drbd-opentofu-problemes.md
+++ b/i18n/en/docusaurus-plugin-content-blog/2025-11-26-linstor-drbd-opentofu-problemes.md
@@ -284,7 +284,7 @@ I'll document my final decision and its implementation in a future article.
:::info Update: Final Solution Adopted
-After testing Option 1 with a [Python script for LINSTOR resource management](https://forgejo.tellserv.fr/Tellsanguis/blog_tech/src/branch/main/manage_linstor_resources.py), I found that this approach, while functional, added too much complexity and synchronization risks for production use.
+After testing Option 1 with a [Python script for LINSTOR resource management](/scripts/blog/2025-11-26-linstor-drbd-opentofu/manage_linstor_resources.py), I found that this approach, while functional, added too much complexity and synchronization risks for production use.
**The final decision**: Partition the NVMe drives on each Proxmox node according to the following strategy:
diff --git a/i18n/en/docusaurus-plugin-content-blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md b/i18n/en/docusaurus-plugin-content-blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md
index 989622c..c6aad2d 100644
--- a/i18n/en/docusaurus-plugin-content-blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md
+++ b/i18n/en/docusaurus-plugin-content-blog/2025-11-30-reduire-taille-disque-vm-clonezilla.md
@@ -9,7 +9,9 @@ image: /img/blog/2025-11-30-reduire-disque-vm/clonezilla-logo.svg
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
-
+
+
+
How to migrate a VM to a smaller disk while preserving all data using Clonezilla, to optimize Linstor DRBD storage usage in a Proxmox cluster.
diff --git a/manage_linstor_resources.py b/static/scripts/blog/2025-11-26-linstor-drbd-opentofu/manage_linstor_resources.py
similarity index 99%
rename from manage_linstor_resources.py
rename to static/scripts/blog/2025-11-26-linstor-drbd-opentofu/manage_linstor_resources.py
index b24de0f..72df7c4 100644
--- a/manage_linstor_resources.py
+++ b/static/scripts/blog/2025-11-26-linstor-drbd-opentofu/manage_linstor_resources.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
# Auteur: BENE Maël
# Version: 1.0
# Date de création: 27-11-2025