how make wp include urls as https?

It depends on how you included these scripts on your website. Did you include them directly on your theme files (i.e. footer.php, header.php) or did you use wp_enqueue_script on your functions.php?

In the first case, you have to manually update these script URLs to https while please make sure you’ve updated your WordPress and Site Address to https on the latter.