diff --git a/8-Reinforcement/2-Gym/README.md b/8-Reinforcement/2-Gym/README.md
index 8564c20589c1561dbc7633ff5961d88bc51a482b..b5e4237a6eaa6c8bbbb9a081d878b397b34afbcc 100644
--- a/8-Reinforcement/2-Gym/README.md
+++ b/8-Reinforcement/2-Gym/README.md
@@ -1,7 +1,7 @@
 # CartPole Skating
 
 The problem we have been solving in the previous lesson might seem like a toy problem, not really applicable for real life scenarios. This is not the case, because many real world problems also share this scenario - including playing Chess or Go. They are similar, because we also have a board with given rules and a **discrete state**.
-https://white-water-09ec41f0f.azurestaticapps.net/
+
 ## [Pre-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/47/)
 
 ## Introduction