You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/04/08 12:23:43 UTC

[openwhisk] branch master updated: Fixed link for Ansible (#5099)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new d741c87  Fixed link for Ansible (#5099)
d741c87 is described below

commit d741c8767dac386a4cf9efd64a37591e554b02f5
Author: Ishaan Thakur <35...@users.noreply.github.com>
AuthorDate: Thu Apr 8 16:22:58 2021 +0400

    Fixed link for Ansible (#5099)
---
 tools/macos/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/macos/README.md b/tools/macos/README.md
index 49989cb..41a3cdc 100644
--- a/tools/macos/README.md
+++ b/tools/macos/README.md
@@ -29,7 +29,7 @@ The following are required to build and deploy OpenWhisk from a Mac host:
 - [Docker 18.06.3](https://docs.docker.com/docker-for-mac/install/)
 - [Open JDK 10](https://adoptopenjdk.net/releases.html#x64_mac)
 - [Scala 2.11](http://scala-lang.org/download/)
-- [Ansible 2.5.2](http://docs.ansible.com/ansible/intro_installation.html)
+- [Ansible 2.5.2](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
 
 **Tips:**
  1. Versions of Docker and Ansible are lower than the latest released versions, the versions used in OpenWhisk are pinned to have stability during continuous integration and deployment.<br>