Skip to content

Commit 42e04f3

Browse files
committed
Use html_url instead if api endpoints for release notes
1 parent d6ddb5c commit 42e04f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.maintenance/src/Release_Notes_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private function get_pull_request_reference(
266266
$template,
267267
$this->format_title( $pull_request->title, $format ),
268268
$pull_request->number,
269-
$pull_request->url
269+
$pull_request->html_url
270270
);
271271
}
272272

0 commit comments

Comments
 (0)