From 443717511139e48dbffbf83d121b7c3a9c3cffed Mon Sep 17 00:00:00 2001 From: prajwalpatil25 Date: Wed, 28 Jun 2023 02:09:39 -0400 Subject: [PATCH 1/2] Updated readme with docs link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7a47ec23..6f278d13 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The Terraform Provider can be used to manage volumes, snapshot rules, protection * [List of Resources in Terraform Provider for Dell PowerStore](#list-of-resources-in-terraform-provider-for-dell-powerstore) * [List of DataSources in Terraform Provider for Dell PowerStore](#list-of-datasources-in-terraform-provider-for-dell-powerstore) * [Releasing, Maintenance and Deprecation](#releasing-maintenance-and-deprecation) +* [Documentation](#documentation) ## Support For any Terraform Provider for Dell PowerStore issues, questions or feedback, please follow our [support process](https://github.com/dell/dell-terraform-providers/blob/main/docs/SUPPORT.md) @@ -127,3 +128,6 @@ Terraform Provider for Dell Technnologies PowerStore follows [Semantic Versionin New version will be released regularly if significant changes(bug fixes or new features) are made in the provider. Released code versions are located on tags with names of the form "vx.y.z" where x.y.z corresponds to the version number. + +## Documentation +For more detailed information, please refer to [Dell Terraform Providers documentation](https://dell.github.io/terraform-docs/). From 2b05cb9bccd02fa4c2a1cfcfb0e0b791193e6560 Mon Sep 17 00:00:00 2001 From: prajwalpatil25 Date: Wed, 28 Jun 2023 02:16:20 -0400 Subject: [PATCH 2/2] spell fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f278d13..150f08ee 100644 --- a/README.md +++ b/README.md @@ -130,4 +130,4 @@ New version will be released regularly if significant changes(bug fixes or new f Released code versions are located on tags with names of the form "vx.y.z" where x.y.z corresponds to the version number. ## Documentation -For more detailed information, please refer to [Dell Terraform Providers documentation](https://dell.github.io/terraform-docs/). +For more detailed information, please refer to [Dell Terraform Providers Documentation](https://dell.github.io/terraform-docs/).