浏览代码

fixup broken pipenv link

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina 6 年之前
父节点
当前提交
b2394dd706
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 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/
 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`
 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`
 8. Execute the full integration tests for your chosen operating system distribution: ` pipenv run molecule test --scenario-name $OS --driver-name docker --destroy always`