From ea83c0a27347086197bc1b25623b4d882fbe9bad Mon Sep 17 00:00:00 2001 From: Mohit Paliwal Date: Thu, 5 Oct 2023 09:20:50 -0700 Subject: [PATCH] Minor documentation fixes (#11) * Update README.md updated minor indentation to separate badges from next paragraph. --------- Co-authored-by: Mohit Paliwal --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5837cb0..23b552a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Go Build status](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/go.yml) [![Apache V2 License](https://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/aws/aws-msk-iam-sasl-signer-go/blob/main/LICENSE.txt) [![Security Scan](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/securityscan.yml/badge.svg?branch=main)](https://github.com/aws/aws-msk-iam-sasl-signer-go/actions/workflows/securityscan.yml) + `aws-msk-iam-sasl-signer-go` is the AWS MSK IAM SASL Signer for Go programming language. The AWS MSK IAM SASL Signer for Go requires a minimum version of `Go 1.17`. @@ -314,9 +315,6 @@ The AWS MSK IAM SASL Signer for Go will use GitHub [Issues] to track feature req ## Resources -[Developer Guide](https://aws.github.io/aws-msk-iam-sasl-signer-go/docs/) - Use this document to learn how to get started and -use the AWS MSK IAM SASL Signer for Go. - [Service Documentation](https://docs.aws.amazon.com/msk/latest/developerguide/getting-started.html) - Use this documentation to learn how to interface with AWS MSK.