Skip to content

Commit c8eead1

Browse files
committed
Fix bad PR URL
1 parent 63f9f7c commit c8eead1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci-scripts/pr-label.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lwip_url=$(echo "${result}" | jq -r '.[].url')
5454
if [ "$lwip_url" != "" ]; then
5555
body="
5656
The '${PR_TITLE}' RFC has been updated to '${STATUS_LABEL}'
57-
See the [RFC](https://github.com/ponylang/rfcs/pull/${PR_HTML_URL}) for more details.
57+
See the [RFC](${PR_HTML_URL}) for more details.
5858
"
5959

6060
jsontemplate="

0 commit comments

Comments
 (0)