diff --git a/README.md b/README.md index 003df6dce..aae0c8db5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Gym is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API. Since its release, Gym's API has become the field standard for doing this. -Gym documentation website is at [https://www.gymlibrary.ml/](https://www.gymlibrary.ml/), and you can propose changes in [here](https://github.com/Farama-Foundation/gym-docs) +Gym documentation website is at [https://www.gymlibrary.ml/](https://www.gymlibrary.ml/), and you can propose fixes and changes[here](https://github.com/Farama-Foundation/gym-docs) ## Installation