Skip to content

Commit 6ce33f5

Browse files
authored
Fix url in docs (#1000)
* fixed URL in docs * Update changelog.rst
1 parent 646d6d3 commit 6ce33f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/guide/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Bleeding-edge version
6060

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

docs/misc/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Documentation:
3131
- Fixed typo in docstring "nature" -> "Nature" (@Melanol)
3232
- Added info on split tensorboard logs into (@Melanol)
3333
- Fixed typo in ppo doc (@francescoluciano)
34+
- Fixed typo in install doc(@jlp-ue)
3435

3536

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

0 commit comments

Comments
 (0)