-
Notifications
You must be signed in to change notification settings - Fork 172
Bug: Incorrect AWS Skill Image Path #194
Copy link
Copy link
Closed
Description
Describe the bug
The file path for the AWS skill icon is incorrect, as it contains a redundant skills/ directory. This results in a broken image link when the skill is included in a generated README.
To Reproduce
-
Go to the skill selection section.
-
Add "Amazon Web Services" to your skills.
-
Observe that the AWS icon is not rendered (shows a broken image).
Expected behavior
The AWS skill icon should be displayed correctly in the generated README.
Details
Incorrect Path: .../icons/skills/skills/aws-colored.svg
Correct Path: .../icons/skills/aws-colored.svg
I am currently working on a fix for this and will submit a pull request shortly to correct the path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels