When inserting an image in a post, how to link the image to a resized URL instead of the full image URL?

You can use wp_get_attachment_link(), function if you pass the size argument as medium you will get the medium size image link.
https://codex.wordpress.org/Function_Reference/wp_get_attachment_link