diff --git a/cloudapp/app/templates/pretty_echo.html b/cloudapp/app/templates/pretty_echo.html
index f385c02..3360474 100644
--- a/cloudapp/app/templates/pretty_echo.html
+++ b/cloudapp/app/templates/pretty_echo.html
@@ -40,11 +40,11 @@ <h1 class="mt-5">
             <div class="card-header">Environment</div>
             <div class="card-body">
                 {% if request_env == 'AWS' %}
-                <img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/static/aws.png?raw=true" alt="" width="auto" height="40">
+                <img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/aws.png" alt="" width="auto" height="40">
                 {% elif request_env == 'Azure' %}
-                <img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/static/azure.png?raw=true" alt="" width="auto" height="40">
+                <img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/azure.png" alt="" width="auto" height="40">
                 {% else %}
-                <img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/static/flask.png?raw=true" alt="" width="auto" height="40">
+                <img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/flask.png" alt="" width="auto" height="40">
                 {% endif %}
                 &nbsp{{ request_env }}
             </div>