Bläddra i källkod

fixup broken pipenv link

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina 6 år sedan
förälder
incheckning
b2394dd706
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/testing.md

+ 1 - 1
docs/testing.md

@@ -24,7 +24,7 @@ git remote add upstream https://github.com/sensu/sensu-ansible.git
 ```
 4. Execute `git checkout -b feature/NEW_FEATURE_NAME_HERE` to work on a dedicated branch
 5. Ensure you have a recent version of Docker installed locally: https://docs.docker.com/install/
-6. Ensure you have [pipenv](https://docs.pipenv.org/install/#installing-pipenv) installed.
+6. Ensure you have [pipenv](https://docs.pipenv.org/en/latest/install/#installing-pipenv) installed.
 7. Install this repositories development dependacies with `pipenv install --two --dev` followed by ` gem install rubocop`
 8. Execute the full integration tests for your chosen operating system distribution: ` pipenv run molecule test --scenario-name $OS --driver-name docker --destroy always`