Skip to content

Bug: Incorrect AWS Skill Image Path #194

@patchen0518

Description

@patchen0518

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

  1. Go to the skill selection section.

  2. Add "Amazon Web Services" to your skills.

  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions