Skip to content

Commit 25006e3

Browse files
authored
fix(amazonq): broken citation links in Q Chat aws#6487
## Problem - The citation links are broken after the [linkify structure change](aws#6449). ## Solution - Updated link check pattern to accept `[[TEXT]](LINK)` format too which is used for citations. **[MynahUI v4.22.1](https://github.com/aws/mynah-ui/releases/tag/v4.22.1)** [MynahUI PR](aws/mynah-ui#228)
1 parent 30ea80a commit 25006e3

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Citation links are not clickable as numbers, but appear as non-clickable texts"
4+
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508
"@aws-sdk/property-provider": "3.46.0",
509509
"@aws-sdk/smithy-client": "^3.46.0",
510510
"@aws-sdk/util-arn-parser": "^3.46.0",
511-
"@aws/mynah-ui": "^4.21.6",
511+
"@aws/mynah-ui": "^4.22.1",
512512
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
513513
"@iarna/toml": "^2.2.5",
514514
"@smithy/middleware-retry": "^2.3.1",

0 commit comments

Comments
 (0)