From 2180981a6e56c06d37d83e73bf81c40ffad505f3 Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Tue, 19 May 2015 22:18:24 -0500 Subject: [PATCH] Minor Fix for broken link --- docsite/rst/intro_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index b675cd77d9d..5dd9ad5d1d0 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -129,7 +129,7 @@ Note there are a few other Ansible modules that don't start with "win" that also Developers: Supported modules and how it works `````````````````````````````````````````````` -Developing ansible modules are covered in a `later section of the documentation `_, with a focus on Linux/Unix. +Developing ansible modules are covered in a `later section of the documentation `_, with a focus on Linux/Unix. What if you want to write Windows modules for ansible though? For Windows, ansible modules are implemented in PowerShell. Skim those Linux/Unix module development chapters before proceeding.