Skip to content

Commit c6ea2a2

Browse files
committed
change link rendering
1 parent 6f22f1b commit c6ea2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/potential-redirects-or-partials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
for path in $PARTIAL_FILES; do
9898
updated_path=$(echo "$path" | sed -e 's/"//g' -e 's/^\///' -e 's/\/$//')
9999
comment_body="$comment_body
100-
- [ ] [$updated_path](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)"
100+
- [ ] <a href="https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path" target="_blank">$updated_path"</a>
101101
done
102102
fi
103103

0 commit comments

Comments
 (0)