Skip to content

Commit 451a393

Browse files
committed
Use https
1 parent 9ba8397 commit 451a393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rah/Bitly/Localhost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ public function __construct()
4343
*/
4444
public function update($event, $step, &$data): void
4545
{
46-
$data['permlink'] = 'http://example.com/#' . $data['permlink'];
46+
$data['permlink'] = 'https://example.com/#' . $data['permlink'];
4747
}
4848
}

0 commit comments

Comments
 (0)