From 56b3235ce1adaca162e610f282deb5a3113036f9 Mon Sep 17 00:00:00 2001 From: Previnkumar_Ganesan Date: Wed, 14 Dec 2022 01:16:57 -0500 Subject: [PATCH] Fixing links --- README.md | 2 +- docs/{COMMITER_GUIDE.md => COMMITTER_GUIDE.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{COMMITER_GUIDE.md => COMMITTER_GUIDE.md} (100%) diff --git a/README.md b/README.md index 522b9ba..af6d887 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The modules are written in such a way that all requests are idempotent and hence ## List of Ansible Modules for Dell Unity * [Consistency group module](https://github.com/dell/ansible-unity/blob/1.5.0/docs/Product%20Guide.md#consistency-group-module) - * [Filesystem module](https://github.com/dell/ansible-unity/blob/1.5.0/docs/Product%20Guide.md#file-system-module) + * [Filesystem module](https://github.com/dell/ansible-unity/blob/1.5.0/docs/Product%20Guide.md#filesystem-module) * [Filesystem snapshot module](https://github.com/dell/ansible-unity/blob/1.5.0/docs/Product%20Guide.md#filesystem-snapshot-module) * [Info module](https://github.com/dell/ansible-unity/blob/1.5.0/docs/Product%20Guide.md#info-module) * [Host module](https://github.com/dell/ansible-unity/blob/1.5.0/docs/Product%20Guide.md#host-module) diff --git a/docs/COMMITER_GUIDE.md b/docs/COMMITTER_GUIDE.md similarity index 100% rename from docs/COMMITER_GUIDE.md rename to docs/COMMITTER_GUIDE.md