Skip to content

Commit 1d8ff3c

Browse files
authored
Fix the broken markdown hyperlink from the Migration Tool GitHub template. (aws#9995)
1 parent e2fb181 commit 1d8ff3c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/migration-tool.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
name: "AWS CLI v1-to-v2 Migration Tool Issue"
3-
description: Report an issue or get support with the AWS CLI v1-to-v2 Migration Tool. Please see our [documentation](https://github.com/aws/aws-cli/tree/v1v2-migration-tool?tab=readme-ov-file#usage).
3+
description: Report an issue or get support with the AWS CLI v1-to-v2 Migration Tool.
44
title: "(short issue description)"
55
labels: [v1-to-v2-migration-tool, needs-triage]
66
assignees: []
77
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Please see the [documentation](https://github.com/aws/aws-cli/tree/v1v2-migration-tool?tab=readme-ov-file#usage) before creating an issue.
812
- type: textarea
913
id: description
1014
attributes:

0 commit comments

Comments
 (0)