AWS quick documentation change
Summary
Fixed markdown formatting by removing semicolon from a link
Security assessment
This is a trivial formatting fix with no security implications. It corrects a markdown link syntax error.
Diff
diff --git a/quick/latest/userguide/generative-bi-get-started.md b/quick/latest/userguide/generative-bi-get-started.md index 8dabc7b17..d9375991e 100644 --- a//quick/latest/userguide/generative-bi-get-started.md +++ b//quick/latest/userguide/generative-bi-get-started.md @@ -15 +15 @@ Feature name | Feature description | Reader | Author | Admin | Reader Pro | Auth -[Creating a data story with Generative BI;](./working-with-stories-create.html) | Build data stories that explain your data with visuals, insights, and ideas to help improve your business. | No | No | No | Yes | Yes | Yes +[Creating a data story with Generative BI](./working-with-stories-create.html) | Build data stories that explain your data with visuals, insights, and ideas to help improve your business. | No | No | No | Yes | Yes | Yes