From 6ce33f5bd2dabe389509845ce8789d30de53f298 Mon Sep 17 00:00:00 2001 From: jlp-ue <54306210+jlp-ue@users.noreply.github.com> Date: Fri, 5 Aug 2022 17:54:48 +0200 Subject: [PATCH] Fix url in docs (#1000) * fixed URL in docs * Update changelog.rst --- docs/guide/install.rst | 2 +- docs/misc/changelog.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guide/install.rst b/docs/guide/install.rst index a9bb76156..016949564 100644 --- a/docs/guide/install.rst +++ b/docs/guide/install.rst @@ -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 `_ for more information. diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 3acdbcd66..b7f27abf1 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -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) @@ -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