From e02cc3b29e34e6b672718a331de2e72807a95af1 Mon Sep 17 00:00:00 2001
From: revital <revital@allegro.ai>
Date: Wed, 12 Mar 2025 10:30:37 +0200
Subject: [PATCH] image

---
 .../frameworks/pytorch_ignite/integration_pytorch_ignite.md   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/guides/frameworks/pytorch_ignite/integration_pytorch_ignite.md b/docs/guides/frameworks/pytorch_ignite/integration_pytorch_ignite.md
index 3e56e835..ccd2ca66 100644
--- a/docs/guides/frameworks/pytorch_ignite/integration_pytorch_ignite.md
+++ b/docs/guides/frameworks/pytorch_ignite/integration_pytorch_ignite.md
@@ -24,7 +24,7 @@ params = task.connect(params)  # enabling configuration override by clearml
 ```
 The hyperparameter configurations can be viewed in the WebApp in the task's **CONFIGURATION** tab. 
 
-![image](../../../img/examples_integration_pytorch_ignite_config.png)
+![Hyperparameters](../../../img/examples_integration_pytorch_ignite_config.png)
 
 ## Ignite TensorboardLogger
 
@@ -57,7 +57,7 @@ To view the model, in the **ARTIFACTS** tab, click the model name (or download i
 
 ClearML automatically tracks images logged to TensorboardLogger. They appear in **DEBUG SAMPLES**.
 
-![image](../../../img/examples_integration_pytorch_ignite_debug.png)
+![Debug Samples](../../../img/examples_integration_pytorch_ignite_debug.png)
 
 
 ## Ignite ClearMLLogger