diff --git a/notebooks/unit4/unit4.ipynb b/notebooks/unit4/unit4.ipynb index 884eddd7..9a762d03 100644 --- a/notebooks/unit4/unit4.ipynb +++ b/notebooks/unit4/unit4.ipynb @@ -235,7 +235,7 @@ "- In `gym` we don't have `terminated` and `truncated` but only `done`.\n", "- In `gym` using `env.step()` returns `state, reward, done, info`\n", "\n", - "You can learn more about the differences between Gym and Gymnasium here 👉 https://gymnasium.farama.org/content/migration-guide/\n", + "You can learn more about the differences between Gym and Gymnasium here 👉 https://gymnasium.farama.org/introduction/migration_guide/\n", "\n", "\n", "You can see here all the Reinforce models available 👉 https://huggingface.co/models?other=reinforce\n",