Skip to content

Commit

Permalink
Fix url in docs (#1000)
Browse files Browse the repository at this point in the history
* fixed URL in docs

* Update changelog.rst
  • Loading branch information
jlp237 authored Aug 5, 2022
1 parent 646d6d3 commit 6ce33f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Bleeding-edge version

.. code-block:: bash
pip install git+https://github.com/carlosluis/stable-baselines3/tree/fix_tests
pip install git+https://github.com/carlosluis/stable-baselines3@fix_tests
See `PR #780 <https://github.com/DLR-RM/stable-baselines3/pull/780>`_ for more information.

Expand Down
3 changes: 2 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Documentation:
- Fixed typo in docstring "nature" -> "Nature" (@Melanol)
- Added info on split tensorboard logs into (@Melanol)
- Fixed typo in ppo doc (@francescoluciano)
- Fixed typo in install doc(@jlp-ue)


Release 1.6.0 (2022-07-11)
Expand Down Expand Up @@ -1015,4 +1016,4 @@ And all the contributors:
@eleurent @ac-93 @cove9988 @theDebugger811 @hsuehch @Demetrio92 @thomasgubler @IperGiove @ScheiklP
@simoninithomas @armandpl @manuel-delverme @Gautam-J @gianlucadecola @buoyancy99 @caburu @xy9485
@Gregwar @ycheng517 @quantitative-technologies @bcollazo @git-thor @TibiGG @cool-RR @MWeltevrede
@Melanol @qgallouedec @francescoluciano
@Melanol @qgallouedec @francescoluciano @jlp-ue

0 comments on commit 6ce33f5

Please sign in to comment.